4 Commits

Author SHA1 Message Date
cea1a5541f Updated to 1.16.4b 2025-10-12 18:01:53 +02:00
c5d27b4aae Updated to 1.15.5b 2025-09-09 12:07:19 +02:00
8e175d173b Updated to 1.15.2b 2025-08-29 11:06:12 +02:00
908676a19c Updated launcher/desktop closer to upstream 2025-08-29 10:56:59 +02:00
3 changed files with 17 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
# GNU General Public License version 3
name: zen-browser
version: 1.15b
version: 1.16.4b
license: MPL-2.0
summary: Zen Browser - Welcome to a calmer internet
description: |
@@ -29,6 +29,7 @@ apps:
SPEECHD_ADDRESS: "unix_socket:/run/user/$SNAP_UID/speech-dispatcher/speechd.sock"
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy
MOZ_APP_REMOTINGNAME: zen-browser_zen-browser
MOZ_ENABLE_WAYLAND: 1
slots:
- mpris
- dbus-daemon

View File

@@ -1,26 +1,28 @@
[Desktop Entry]
Version=1.14.11b
Name=Zen Browser
GenericName=Web Browser
Comment=Welcome to a calmer internet
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=/usr/lib/zen/zen-bin %U
Exec=/usr/lib/zen/zen-browser.launcher %U
Icon=/usr/share/icons/hicolor/128x128/apps/zen-browser.png
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=Zen Browser
StartupWMClass=zen
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer
Actions=new-window;new-private-window;profile-manager-window;
GenericName=Web Browser
Comment=Welcome to a calmer internet
[Desktop Action new-window]
Name=Open a New Window
Exec=/usr/lib/zen/zen-bin --new-window %u
Exec=/usr/lib/zen/zen-browser.launcher %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/usr/lib/zen/zen-bin --private-window %u
Exec=/usr/lib/zen/zen-browser.launcher --private-window %u
[Desktop Action profile-manager-window]
Name=Open the Profile Manager
Exec=/usr/lib/zen/zen-bin --ProfileManager %u
Exec=/usr/lib/zen/zen-browser.launcher --ProfileManager %u

View File

@@ -1 +1,4 @@
exec "$SNAP/usr/lib/zen/zen-bin" "$@"
#!/bin/bash
export TMPDIR=$XDG_CACHE_HOME/tmp
exec "$SNAP/usr/lib/zen/zen" "$@"