Update Zen Browser desktop file with new icon path

This commit is contained in:
Mauro Balades 2024-08-06 10:09:03 +02:00
parent b2f857f15e
commit c252696a36
2 changed files with 3 additions and 7 deletions

View file

@ -14,12 +14,12 @@ Actions=new-window;new-private-window;profilemanager;
[Desktop Action new-window] [Desktop Action new-window]
Name=Open a New Window Name=Open a New Window
Exec=launch-script.sh %u Exec=/app/zen/zen %u
[Desktop Action new-private-window] [Desktop Action new-private-window]
Name=Open a New Private Window Name=Open a New Private Window
Exec=launch-script.sh --private-window %u Exec=/app/zen/zen --private-window %u
[Desktop Action profilemanager] [Desktop Action profilemanager]
Name=Open the Profile Manager Name=Open the Profile Manager
Exec=launch-script.sh --ProfileManager %u Exec=/app/zen/zen --ProfileManager %u

View file

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