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
2 changed files:
Changes:
... | ... | @@ -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") %] |
... | ... | @@ -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;
|