dex icon indicating copy to clipboard operation
dex copied to clipboard

Fails to execute double quoted command

Open akinokonomi opened this issue 1 year ago • 0 comments

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

akinokonomi avatar May 07 '23 20:05 akinokonomi