Add additional backslashes in Exec line in Linux desktop file

https://github.com/zotero/zotero/issues/4163#issuecomment-2220309854
This commit is contained in:
Dan Stillman 2024-07-15 04:20:39 -04:00
parent d949748945
commit 06741ceb62

View file

@ -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