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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41313: Add StartupNotify=true to .desktop files



Title: GitLab

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

Commits:

  • 0a5a94a6
    by Nicolas Vigier at 2024-11-21T11:18:21+01:00
    Bug 41313: Add StartupNotify=true to .desktop files
    

2 changed files:

Changes:

  • projects/browser/RelativeLink/start-browser.desktop
    ... ... @@ -31,4 +31,5 @@ Categories=Network;WebBrowser;Security;
    31 31
     Exec=sh -c '"$(dirname "$*")"/Browser/start-[% c("var/project-name") %] || ([ ! -x "$(dirname "$*")"/Browser/start-[% c("var/project-name") %] ] && "$(dirname "$*")"/start-[% c("var/project-name") %])' dummy %k
    
    32 32
     X-[% c("var/ProjectName") %]-ExecShell=./Browser/start-[% c("var/project-name") %] --detach
    
    33 33
     Icon=web-browser
    
    34
    +StartupNotify=true
    
    34 35
     StartupWMClass=[% c("var/display_name") %]

  • projects/linux-packages/browser.desktop.in
    ... ... @@ -7,6 +7,7 @@ Comment=[% c("var/system_pkg/pkg_description") %]
    7 7
     Categories=Network;WebBrowser;
    
    8 8
     Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] %u
    
    9 9
     Icon=[% c("var/system_pkg/pkg_name") %]
    
    10
    +StartupNotify=true
    
    10 11
     StartupWMClass=[% c("var/display_name") %]
    
    11 12
     [% IF ! c("var/tor-browser") -%]
    
    12 13
     MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx