Fix "Desktop file didn't specify Exec field" error on Ubuntu 24.04
Latest Debian/Ubuntu seems to require some extra escaping of backslashes Fixes #4163
This commit is contained in:
parent
a6076ce76c
commit
94f061b0ec
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Zotero
|
||||
Exec=bash -c "$(dirname $(realpath $(echo %k | sed -e 's/^file:\/\///')))/zotero -url %U"
|
||||
Exec=bash -c "$(dirname $(realpath $(echo %k | sed -e 's/^file:\\/\\///')))/zotero -url %U"
|
||||
Icon=zotero.ico
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
|
Loading…
Add table
Reference in a new issue