You are here

Linux Question

4 posts / 0 new
Last post
horrormaster34
Offline
Last seen: 14 years 1 month ago
Joined: 2007-07-14 16:52
Linux Question

I want to install linux without a GUI (GNOME, KDE, etc.), but still want to use GUI based applications (Firefox, OpenOffice, etc.). Is there anyway of doing this? I was thinking I could just simply compile my OS with X Window System and some appropiate extentions, but I'm not entirelly sure if that would work.

digitxp
digitxp's picture
Offline
Last seen: 12 years 10 months ago
Joined: 2007-11-03 18:33
Not unless

if they have a command line interface. Why not just use Lynx or Emacs?

Insert original signature here with Greasemonkey Script.

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 5 months ago
Developer
Joined: 2007-01-10 19:25
No

You can't used GUI based applications from within the CLI. You need to have a GUI to run these applications. If you want to work from the CLI, you might consider using a distro that starts in the CLI, and when you need to work in the GUI just type startx to go to the GUI.

That might be the best I can help you.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

yuksing
Offline
Last seen: 16 years 1 month ago
Joined: 2008-06-06 06:02
It's almost possible

If you want to use current commonly used GUI software, then you MUST us X Window.
However you can install a very minimalistic window manager (one of the most extreme I think is called rat-poison) and just start the X-session with only a command-line shell open and from there you can launch all the GUI programs you like.

You can also use KDE (or I guess Gnome), remove all the panels, wallpaper, desktop icons etc... and configure it in such a way that when it starts it loads only the libraries and it open a terminal, e.g. konsole, in full screen mode.... Smile

If you don't want to install X Window, I seem to remember that you can use frame-buffer (or something like that, sorry I don't have time to verify the details now) and use some GUI applications which do not require X Window (there are, but are very few and very basic).

Log in or register to post comments