Skip to content

xdg-su: Remove quotes around lxqt-sudo cmd arg

JaredD requested to merge jaredd/xdg-utils:fix-lxqt-sudo-cmd into master

lxqt-sudo does not use quotes for its command argument

Currently:

> lxqt-sudo -s "echo WORKS!"

bash: line 1: exec: echo WORKS!: not found

With fix:

> lxqt-sudo -s echo WORKS!

WORKS!

Currently this bug prevents any and all admin apps from executing from the start menu in the standard lxqt desktop.

Edited by JaredD

Merge request reports