Is it possible to run the application Maemo5 with administrator privileges, such as that it started using sudo? I write a program that requires such privileges and has a GUI, I do not want that every time user need to use gaintroot.
There is normal sudo, just add your configuration to /etc/sudoers.d and start your program via script. But as I understand this isn't exactly what you're looking for. There isn't gtksudo ,but you could always port it?