fix(desktop-files): ensuring correct zen instance is used in Exec entries

This commit is contained in:
Luis Quiñones
2025-01-01 22:02:15 -05:00
parent 121ee7b817
commit c3b4304d73
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Zen Browser
Exec=zen %u
Exec=zen-beta %u
Icon=zen
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
@@ -14,12 +14,12 @@ Actions=new-window;new-private-window;profilemanager;
[Desktop Action new-window]
Name=Open a New Window
Exec=zen %u
Exec=zen-beta %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=zen --private-window %u
Exec=zen-beta --private-window %u
[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=zen --ProfileManager %u
Exec=zen-beta --ProfileManager %u

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Zen Browser (Twilight)
Exec=zen %u
Exec=zen-twilight %u
Icon=zen
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
@@ -14,12 +14,12 @@ Actions=new-window;new-private-window;profilemanager;
[Desktop Action new-window]
Name=Open a New Window
Exec=zen %u
Exec=zen-twilight %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=zen --private-window %u
Exec=zen-twilight --private-window %u
[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=zen --ProfileManager %u
Exec=zen-twilight --ProfileManager %u