morgan pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
396f4ad6 by Nicolas Vigier at 2024-09-09T16:18:27+02: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/396f4ad688192136cf1687aeab6a7a419b615089

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/396f4ad688192136cf1687aeab6a7a419b615089
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

Reply via email to