I am using Rosa Image Writer to write ISO images to USB Sticks. The website says that it needs sudoer rights and that kdesu is supported. However on newer Kubuntu versions, kdesu is not available anymore.
Is there a replacement that allows using Rosa Image Writer without starting it from CLI using sudo?
sudo ./RosaImageWriter
orpkexec ./RosaImageWriter
? – N0rbert Apr 09 '21 at 12:47PATH=$PATH:/usr/lib/x86_64-linux-gnu/libexec/kf5 /path/to/RosaImageWriter
works for me in Kubuntu 21.04. According to https://askubuntu.com/questions/1044354/kdesu-not-working, kdesu is present but is not in $PATH for security reasons. Using it to run RosaImageWriter seems relatively harmless. – Eugene Aug 20 '21 at 16:01