[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] MB 334: Fix .desktop file for opening external links
morgan (@morgan)
git at gitlab.torproject.org
Tue Sep 17 18:36:29 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240917/6d1ca417/attachment-0001.htm>
More information about the tbb-commits
mailing list