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:
parent
6f6444dc12
commit
7f21da9334
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