Add additional backslashes in Exec line in Linux desktop file
https://github.com/zotero/zotero/issues/4163#issuecomment-2220309854
This commit is contained in:
parent
d949748945
commit
06741ceb62
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…
Reference in a new issue