Revert "Add additional backslashes in Exec line in Linux desktop file"

This reverts commit 06741ceb62.

A couple people on Fedora 40 reported that the desktop file was no
longer working for them after this change, and it's not clear that
anyone was having trouble on Ubuntu before it -- someone just noted that
`desktop-file-validate` was showing some warnings.
This commit is contained in:
Dan Stillman 2024-08-08 07:40:39 -04:00
parent 6f6444dc12
commit 7f21da9334

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