Skip to content
Snippets Groups Projects
Commit acdec9df authored by Dan Stillman's avatar Dan Stillman
Browse files

Fix "Desktop file didn't specify Exec field" error on Ubuntu 24.04

Backport of zotero/zotero#4163
parent 863a1070
Branches master
No related merge requests found
[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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment