Results 1 to 6 of 6
I can't seem to launch Gedit with su - files with Debian Etch, However the same commands can open with Fedora Core 5, Any input?...
- 06-25-2006 #1Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Gedit
I can't seem to launch Gedit with su - files with Debian Etch, However the same commands can open with Fedora Core 5, Any input?
- 06-25-2006 #2
Hrm?
Do you mean launch Gedit with root priveleges from the command line? I don't get what you mean by "su - files." What commands are you referring to, that can open with FC5?Stand up and be counted as a Linux user!
- 06-25-2006 #3Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Yep, Gedit with root priveleges from the command line, It works in Fedora Core 5 as root. Thanks.fvs
Originally Posted by Zelmo
- 06-26-2006 #4
Are you getting an error about an X server not being available, or could not open display? If so, the root user just doesn't have access to the X server that you're running as a normal user. There's a $DISPLAY setting (or something like that) you can mess with every time you want to give root access to the X server, or you can apt-get install sux, and then use sux instead of su.
Stand up and be counted as a Linux user!
- 06-26-2006 #5
you might also try
orCode:su -c gedit
Code:gnomesu gedit
Brilliant Mediocrity - Making Failure Look Good
- 06-28-2006 #6Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
This will permit to root user to connect with Xserver.Code:xhost +
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)


Reply With Quote
