This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
zen-browser-flake/assets/desktop/zen.desktop
Luis Quiñones 6a9daeae2f fix: manually install .desktop file(#46)
Might fix: https://github.com/0xc000022070/zen-browser-flake/issues/45

This commit addresses the problem where the .desktop file was not being installed properly. 

In my case, since the rewrite the URLs sent me to Brave instead of Zen.

Are you dumb, sir?
2025-04-14 21:03:55 -05:00

25 lines
709 B
Desktop File

[Desktop Entry]
Name=Zen Browser
Exec=zen-beta %u
Icon=zen-beta
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-beta
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=zen-beta %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=zen-beta --private-window %u
[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=zen-beta --ProfileManager %u