I understand from Kdesu Not Working? that using kdesu
with GUI programs is not recommended and that usually one might not need it (at least not with kate and konqueror or dolphin). However, when I compare my current hard drive with the backup of my hard drive I need to run free file sync as root (and do so with kdesu
). For some reason it is possible to do so from within the KDE Menü, while "kdesu" cannot be found from the command line.
However, I need to start konqueror (and in this case obviously as root) also from within free file sync, so that I can compare some directories manually. How can I achieve that?
kdesudo
, butkdesu
. Also, I do not have issues starting FreeFileSync, but I have trouble to start konqueror from within FreeFileSync as mentioned in https://freefilesync.org/manual.php?topic=external-applications. I tried your approach though for this by usingpkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY konqueror "%parent_path%" "%parent_path2%"
, but I got: – Make42 Dec 20 '20 at 22:02