morgan pushed to branch maint-13.5 at The Tor Project / Applications /
tor-browser-build
Commits:
6027863e by Nicolas Vigier at 2024-09-17T18:36:17+00:00
MB 334: Fix .desktop file for opening external links
The `Exec` entry from the .desktop file included in the rpm and deb
packages was missing the `%u` parameter.
- - - - -
1 changed file:
- projects/linux-packages/browser.desktop.in
Changes:
=====================================
projects/linux-packages/browser.desktop.in
=====================================
@@ -5,7 +5,7 @@ Name=[% c("var/Project_Name") %]
GenericName=Web Browser
Comment=[% c("var/system_pkg/pkg_description") %]
Categories=Network;WebBrowser;
-Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %]
--detach
+Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %]
--detach %u
Icon=[% c("var/system_pkg/pkg_name") %]
StartupWMClass=[% c("var/display_name") %]
[% IF ! c("var/tor-browser") -%]
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6027863e5620397c5024890cbe90234675925048
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6027863e5620397c5024890cbe90234675925048
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits