You are not logged in.
Pages: 1
I was wondering if anyone knew of any Gksu or Kdesu alternatives.. reason being is I find that gksu depends on some gnome dependencies (at least for me) and I'm trying to use as little gnome/kde dependencies as possible.
Thanks,
Brett
Offline
I use sudo and run everything from a terminal.
Offline
Yeah, sudo should be enough. Even when I'm on GNOME or KDE I always use sudo.
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
You can also use sudo <gui app> in some window managers. For instance in E17, I use sudo with both Thunar and Scite for occasional tasks.
Offline
The problem I believe he is having is the same I'm experiencing. Imagine this:
launch gmrun via a keyboard shortcut
input some command (sudo thunar for instance)
If you haven't already verified this session with sudo (by entering your password the first time after you log in), The process will never launch as it never recieves your password.
gksudo pops up a dialog, whereas sudo does not. sudo expects to be launched from an interactive terminal and kinda freaks out when it is launched from some non-persistently interactive location.
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
Using sudo without needing to insert a password?
Something like this in /etc/sudoers:
$yourusername localhost = (ALL) NOPASSWD: SETENV: ALL
not the most secure way to do it but you should at least trust yourself
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
The problem I believe he is having is the same I'm experiencing. Imagine this:
launch gmrun via a keyboard shortcut
input some command (sudo thunar for instance)
If you haven't already verified this session with sudo (by entering your password the first time after you log in), The process will never launch as it never recieves your password.gksudo pops up a dialog, whereas sudo does not. sudo expects to be launched from an interactive terminal and kinda freaks out when it is launched from some non-persistently interactive location.
Freaks out is an understatement for me.. my whole box freezes and refuses to respond; forcing me to do a hard restart.
Offline
How about sux?
community/sux 1.0.1-1
A wrapper around su which will transfer your X credentials
It works at least here
All the best,
tami
"Possession means worries and luggage bags one has to drag along." Little My
Offline
Pages: 1