[tbb-commits] [Git][tpo/applications/tor-browser-build][main] MB 334: Fix .desktop file for opening external links
morgan (@morgan)
git at gitlab.torproject.org
Mon Sep 9 18:51:51 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240909/e3104e68/attachment.htm>
More information about the tbb-commits
mailing list