Results 1 to 10 of 25
Hi.
Is it possible to install the desktop feature of Debian on a system that is running only the CLI without formatting and reinstalling from scratch?...
- 08-20-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
Instaling desktop
Hi.
Is it possible to install the desktop feature of Debian on a system that is running only the CLI without formatting and reinstalling from scratch?
- 08-20-2007 #2
Yes, just install gnome, kde or whatever GUI you want using aptitude or apt-get.
- 08-21-2007 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
too simple... log into root... and
along those lines... :P (ps... you dont need to install all)...Code:apt-get install kde icewm gnome gmd fluxbox
and however, if you boot up, and GUI doesnt come up when it asks you to log in... log in and then type
to start the GUI... however, this will open the default desktop manager...Code:startx
GAH!!!
- 08-21-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
thanks so much for the replies!
So lets say I want to get rid of the desktop (in case I decide I don't need/want it)
would this work?
apt-remove kde
- 08-21-2007 #5
You can do
Code:aptitude remove kde
- 08-23-2007 #6Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
I've got KDE installed.
Now how do I start it?
I've tried rebooting my computer, but that doesn't work.
- 08-24-2007 #7
I would install kdm. As root:
When you get to first command prompt, sign in as root and run:Code:apt-get install kdm
Look under sessions and choose KDE.Code:kdm
- 08-25-2007 #8Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
Ok, I have installed both KDE and KDM. Both installations went, as far as I know, without a hitch.
But I cannot seem to get the desktops started.
the commandes I've tried;
kde
kdm
startxkde
/etc/init.d/kde start
/etc/init.d/kde reload
Nothing has worked so far. Does anyone have any idea what I could be overlooking?
- 08-25-2007 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Have you tried startkde or startx ?
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-25-2007 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
If you are using a .xinitrc file to start X, then the command is exec startkde.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
