dex
dex copied to clipboard
Fails to execute double quoted command
The desktop entry with following Exec=
key
Exec=sh -c "notify-send date \\"\\$(date)\\""
fails to execute with error
Execution faild: test.desktop
'Exec value contains an unbalanced number of quote characters.'
Replacing double quotes with single fixes the error, but this entry is not valid.
Exec=sh -c 'notify-send date \\"\\$(date)\\"'
Version dex 0.9.0 Python 3.11.3