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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] MB 314: Update desktop file



Title: GitLab

Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

  • 3879df70
    by Nicolas Vigier at 2024-07-08T11:54:02+02:00
    MB 314: Update desktop file
    
    Following @ruihildt's suggestions we update the desktop file:
    
    - Added MimeType field (to have the browser listed as a possible default
      browser application)
    
    - Removed `X-MullvadBrowser-ExecShell` which is not used
    
    - Removed the "Security" category
    
    - Added the Version (of the desktop entry specification we use)
    
    - Added Terminal
    

1 changed file:

Changes:

  • projects/linux-packages/browser.desktop.in
    1 1
     [Desktop Entry]
    
    2
    +Version=1.0
    
    2 3
     Type=Application
    
    3 4
     Name=[% c("var/Project_Name") %]
    
    4 5
     GenericName=Web Browser
    
    5 6
     Comment=[% c("var/system_pkg/pkg_description") %]
    
    6
    -Categories=Network;WebBrowser;Security;
    
    7
    +Categories=Network;WebBrowser;
    
    7 8
     Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %]  --detach
    
    8
    -X-[% c("var/ProjectName") %]-ExecShell=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %]  --detach
    
    9 9
     Icon=[% c("var/system_pkg/pkg_name") %]
    
    10 10
     StartupWMClass=[% c("var/display_name") %]
    
    11
    +[% IF ! c("var/tor-browser") -%]
    
    12
    +MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
    
    13
    +[% END -%]
    
    14
    +Terminal=false

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