diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-12-07 20:57:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-12-07 20:57:19 +0100 |
commit | 73a39cc1a7561a1730b17ead3831b796300fa9c2 (patch) | |
tree | 7c949e5b77146797bf9ad68c7a6bf64a2e1543e5 /share | |
parent | 5b9edf3591da2a14aba36e6bba24f13034d0f344 (diff) |
feh.desktop: Use %U, not %F, since we also support URLs (closes #264)
Diffstat (limited to 'share')
-rw-r--r-- | share/applications/feh.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/applications/feh.pre b/share/applications/feh.pre index 122f011..8eb592a 100644 --- a/share/applications/feh.pre +++ b/share/applications/feh.pre @@ -4,7 +4,7 @@ Name[en_US]=feh GenericName=Image viewer GenericName[en_US]=Image viewer Comment=Fast Imlib2-based Image Viewer -Exec=feh %F +Exec=feh %U Terminal=false Type=Application Icon=feh |