Would anybody know how to run a launcher as admin ?
I can't just add a "sudo" as I don't get prompted for a password.
Ex.: drop cache commands
sync; echo 1 > /proc/sys/vm/drop_caches
or sync && sudo sysctl vm.drop_caches=3
; or killall commands sudo killall whateverprogram
as desktop launchers.Thank you.