LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-14-2009, 11:18 AM   #1
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373
Blog Entries: 2

Rep: Reputation: 32
Can i run applicatinos without desktop environment?


OK, my question is that can i run applications (for example Firefox) without Desktop environment on linux? and if i can't, why?
 
Old 02-14-2009, 11:35 AM   #2
Samotnik
Member
 
Registered: Jun 2006
Location: Belarus
Distribution: Debian GNU/Linux testing/unstable
Posts: 471

Rep: Reputation: 40
You can do it.
Use any window manager you like.
 
Old 02-14-2009, 11:41 AM   #3
digerati1338
Member
 
Registered: May 2007
Location: CO
Distribution: Ubuntu
Posts: 152
Blog Entries: 1

Rep: Reputation: 18
More specifically, you will need an X window manager, but a desktop is not necessary. You can google window managers and will get plenty of results.
 
Old 02-14-2009, 11:56 AM   #4
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
OK THANKS!!!!

1) What's X Window Manager?
2) Why does it have "X"? Can't it be simple Window Manager?
 
Old 02-14-2009, 12:39 PM   #5
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
X11 (or X for short) is the GUI environment in general
it is a reverse client server architecture
the X server on it's own does nothing but provide an environment for graphical programs (clients) to run
a window manager does little other then draw windows around the graphical programs and provide basic menus
a desktop environment is a combination of a window manager with other extra features such as file management etc...
in short you don't even in theory need a window manager to run X programs but that isn't very functional since you wont get title bars or be able to resize the output, but to be functional you need a window manager
 
Old 02-14-2009, 12:43 PM   #6
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
X is the set of programs to give you a graphical environment on your PC. If you don't use X you can use the console (black screen with white letters).

There are many nice console apps for mail, news, browsing etc. without using X windows. But they don't have fancy graphics, everything is characters.

If you want to use browsers like Firefox you will have to use the X Window system like they said. You can pick from dozens of window managers. They all give you similar function, the only point is what you like. Some popular ones to try are Fluxbox and xfce (getting bit fatter now, it's really half WM half desktop).
 
Old 02-14-2009, 01:04 PM   #7
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
from wikipedia..
The X Window System (commonly X or X11)

Where does 11 come from??
 
Old 02-14-2009, 01:06 PM   #8
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Quote:
Originally Posted by frieza View Post
in short you don't even in theory need a window manager to run X programs but that isn't very functional since you wont get title bars or be able to resize the output, but to be functional you need a window manager
So can i run Fireofx without Window Manager?
 
Old 02-14-2009, 01:29 PM   #9
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
As frieza stated, you won't get the title bars or functionality of a graphical environment without a window manager installed, but technically, yes it can be done. In command line mode, type firefox.

Cheers
 
Old 02-14-2009, 01:53 PM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
.... Type 'xinit' to start X with no window manager.

You will get a terminal window : type 'firefox'
 
Old 02-14-2009, 02:16 PM   #11
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
ok thanks that's great!

But i don't understand how can you say that There are GNOME applications and KDE applications... And that GNOME uses GTK+ and KDE uses Qt. I don't that's true because GTK+ and Qt are independent of Desktop Environment. They are tookit widgets. and i can use GTK+ or Qt without desktop environment (KDE or GNOME). Aren't I right about this??
 
Old 02-14-2009, 02:18 PM   #12
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Is Window System a part of kernel?
 
Old 02-14-2009, 02:21 PM   #13
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
from Wikipedia : "While on some operating systems the distinction between applications, window managers, and their supporting technologies are blurred, strictly speaking, a windowing system does not include windows themselves."

Hmm... how can i run firefox without windows themselves?
 
Old 02-14-2009, 02:27 PM   #14
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
1) Yes, GTK+ is the toolkit on which Gnome is based, and the same goes for KDE and QT. I run apps for both under the same DE.

2) No, the window system is not a part of the kernel, that's why we have options.

Cheers
 
Old 02-14-2009, 02:32 PM   #15
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by QueenZ View Post
ok thanks that's great!

But i don't understand how can you say that There are GNOME applications and KDE applications... And that GNOME uses GTK+ and KDE uses Qt. I don't that's true because GTK+ and Qt are independent of Desktop Environment. They are tookit widgets. and i can use GTK+ or Qt without desktop environment (KDE or GNOME). Aren't I right about this??
QT and GTK are libraries that are needed to run kde or gnome applications but that doesn't mean you need to be running the kde or gnome desktop to use kde or gnome applications, only the libraries, as such kde or gnome apps can be run in any window manager as long as you have the proper libraries.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i run any graphical apps without loading Desktop Environment ? krishnasut Linux - Software 4 02-05-2009 06:08 PM
Desktop Environment phantom_cyph Puppy 4 05-29-2007 10:25 PM
how do I run a different desktop environment dr_unpleasant Slackware 1 07-07-2004 03:30 PM
which desktop environment? rgiggs Mandriva 2 04-09-2004 08:47 PM
What's your WM/Desktop environment? todesengel Slackware 1 11-25-2003 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration