Re: [Gambas-user] Desktop.RunAsRoot(command)

2016-09-12 Thread PICCORO McKAY Lenz
i think there's a bug here, i write in desktop having the deskto.x11 module activate for the project, Desktop.RunAsRoot(command) and the ide does not interpreted as the gb.desktop, it uses the gb.qt4 desktop! how i used or i must removed the gb.gui or gb.qt4 from the project benoit? in the ide

[Gambas-user] Desktop.RunAsRoot(command)

2016-09-12 Thread Karl Reinl
Salut, ist there a way to capture the Desktop.RunAsRoot(command) output? The console shows GNOME_SUDO_PASS sudo: 1 Fehlversuch bei der Passwort-Eingabe -- Amicalement Charlie -- What NetFlow Analyzer can do for you?

[Gambas-user] Desktop.RunAsRoot

2016-03-26 Thread herberth guzman
I need help I can look silly but not quite understand Desktop.RunAsRoot. I need to run a command Example does not work Desktop.RunAsRoot ("sysctl -w vm.drop_caches = 3") If you work Shell "gksu sysctl -w vm.drop_caches = 3" Desktop.RunAsRoot You can run SUDO command without entering password