cloudbuddy
cloudbuddy copied to clipboard
can't run cloudbuddy from .desktop file
same issue as here: https://github.com/Botspot/pi-apps/commit/5340e5b6ad815eb1e6440a0b776190005997ef4c
terminal is set to false and cloudbuddy calls sudo in a hidden terminal
you need to swap to using pkexec in main.sh
just to be specific, I'm referring to all the instances of sudo in main.sh behind the various if statements that will just cause the terminal to exit without cloudbuddy launching if the user has a sudo password (which almost all users do)