diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-17 21:41:51 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-17 21:41:51 -0200 |
commit | 3faf9efc6d06f25fb0db1726a23465247f48e486 (patch) | |
tree | 9879c1c102b349391e1719c30632654f712c1bf2 | |
parent | aeb81933f22181e922a0fa91feb27da923d703bc (diff) | |
download | abslibre-3faf9efc6d06f25fb0db1726a23465247f48e486.tar.gz abslibre-3faf9efc6d06f25fb0db1726a23465247f48e486.tar.bz2 abslibre-3faf9efc6d06f25fb0db1726a23465247f48e486.zip |
ice{cat,wease}: Add full path to binary, fixes https://bugs.archlinux.org/task/26245
-rw-r--r-- | libre/icecat/icecat.desktop | 2 | ||||
-rw-r--r-- | libre/iceweasel-libre/iceweasel.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat/icecat.desktop b/libre/icecat/icecat.desktop index 8a7cad93d..72666a5b8 100644 --- a/libre/icecat/icecat.desktop +++ b/libre/icecat/icecat.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Exec=/usr/bin/icecat %u +Exec=/usr/lib/icecat/icecat %u Icon=icecat Type=Application Terminal=false diff --git a/libre/iceweasel-libre/iceweasel.desktop b/libre/iceweasel-libre/iceweasel.desktop index e1aa6f0ca..c4a338cc6 100644 --- a/libre/iceweasel-libre/iceweasel.desktop +++ b/libre/iceweasel-libre/iceweasel.desktop @@ -94,7 +94,7 @@ X-GNOME-FullName[pt_BR]=Navegador Web Iceweasel X-GNOME-FullName[ru]=Интернет-браузер Iceweasel X-GNOME-FullName[sk]=Internetový prehliadač Iceweasel X-GNOME-FullName[sv]=Webbläsaren Iceweasel -Exec=iceweasel %u +Exec=/usr/lib/iceweasel/iceweasel %u Terminal=false X-MultipleArgs=false Type=Application |