Package Details: zen-browser-bin 1.12.1b-1

Git Clone URL: https://aur.archlinux.org/zen-browser-bin.git (read-only, click to copy)
Package Base: zen-browser-bin
Description: Performance oriented Firefox-based web browser
Upstream URL: https://github.com/zen-browser/desktop
Licenses: MPL-2.0
Conflicts: zen-browser
Provides: zen-browser
Submitter: ptr1337
Maintainer: ptr1337 (NextWorks, Larvey)
Last Packager: Larvey
Votes: 137
Popularity: 25.93
First Submitted: 2024-07-30 12:11 (UTC)
Last Updated: 2025-05-05 00:50 (UTC)

Dependencies (13)

Required by (6)

Sources (5)

Pinned Comments

Larvey commented on 2025-02-06 17:07 (UTC)

Unable to update if the GitHub doesn't have the release. Please check the releases page on GitHub instead of the change log on the zen website before flagging the package. Thank you

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Larvey commented on 2024-09-15 17:10 (UTC)

The desktop file is now in sync with upstream. Its also been renamed to fixed some problems with Wayland Icon issues.

Larvey commented on 2024-09-14 16:00 (UTC) (edited on 2024-09-14 16:00 (UTC) by Larvey)

Changing the .desktop file to the following contents and renaming it from zen-browser.desktop to zen-alpha.desktop fixes the icon not working (showing wayland icon in KDE overview for example), as well as matches upstream's desktop file:

[Desktop Entry]
Name=Zen Browser
Comment=Experience tranquillity while browsing the web without people tracking you!
Exec=/opt/zen-browser-avx2-bin/zen-bin %u
Icon=zen-browser
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-alpha
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;

[Desktop Action new-window]
Name=Open a New Window
Exec=/opt/zen-browser-avx2-bin/zen-bin %u

[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/opt/zen-browser-avx2-bin/zen-bin --private-window %u

[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=/opt/zen-browser-avx2-bin/zen-bin --ProfileManager %u

ZorinArch commented on 2024-09-11 04:39 (UTC)

Hi Peter, I updated the desktop file to be sync with upstream

[Desktop Entry]
Name=Zen Browser
Comment=Experience tranquillity while browsing the web without people tracking you!
Exec=/opt/zen-browser-bin/zen-bin %u
Icon=zen-browser
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-alpha
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;

[Desktop Action new-window]
Name=Open a New Window
Exec=/opt/zen-browser-bin/zen-bin %u

[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/opt/zen-browser-bin/zen-bin --private-window %u

[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=/opt/zen-browser-bin/zen-bin --ProfileManager %u

r3f commented on 2024-09-01 16:21 (UTC) (edited on 2024-09-01 16:22 (UTC) by r3f)

https://github.com/zen-browser/desktop/issues/718

khmm

https://github.com/zen-browser/desktop/issues/1158

Mawkler commented on 2024-08-30 14:54 (UTC)

I'm running GNOME and I also don't have a desktop icon for Zen

impulse commented on 2024-08-29 09:30 (UTC)

Could you add me as a maintainer for this package please? I want to help keep it up-to-date.

tulpenkiste commented on 2024-08-25 14:25 (UTC)

Workaround for KDE users who have zen-browser appear as a wayland icon instead of Zen: Add an application rule for zen and add the "Desktop file name" property, then set it to zen-browser (it defaults to zen-alpha).

tulpenkiste commented on 2024-08-21 20:39 (UTC)

tianyu: agreed, also needed for kioexec (so clicking on links in Qt apps will open in zen)

tianyu commented on 2024-08-21 16:16 (UTC) (edited on 2024-08-21 16:16 (UTC) by tianyu)

The exec line in /usr/share/applications/zen-browser.desktop should look like

Exec=/opt/zen-browser-bin/zen-bin %U

That way we can open applications using xdg-open

xdg-open https://www.archlinux.org