[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] MB 334: Fix .desktop file for opening external links



Title: GitLab

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:

Changes:

  • projects/linux-packages/browser.desktop.in
    ... ... @@ -5,7 +5,7 @@ Name=[% c("var/Project_Name") %]
    5 5
     GenericName=Web Browser
    
    6 6
     Comment=[% c("var/system_pkg/pkg_description") %]
    
    7 7
     Categories=Network;WebBrowser;
    
    8
    -Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %]  --detach
    
    8
    +Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach %u
    
    9 9
     Icon=[% c("var/system_pkg/pkg_name") %]
    
    10 10
     StartupWMClass=[% c("var/display_name") %]
    
    11 11
     [% IF ! c("var/tor-browser") -%]
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits