Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
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?...
  1. #1
    Just 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?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Yes, just install gnome, kde or whatever GUI you want using aptitude or apt-get.

  3. #3
    Linux Newbie
    Join Date
    Jun 2005
    Location
    In me spaceship... ORBITING THE PLANNET!
    Posts
    110
    too simple... log into root... and

    Code:
    apt-get install kde icewm gnome gmd fluxbox
    along those lines... :P (ps... you dont need to install all)...

    and however, if you boot up, and GUI doesnt come up when it asks you to log in... log in and then type

    Code:
    startx
    to start the GUI... however, this will open the default desktop manager...
    GAH!!!

  4. #4
    Just 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

  5. #5
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    You can do
    Code:
    aptitude remove kde

  6. #6
    Just 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.

  7. #7
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    I would install kdm. As root:
    Code:
    apt-get install kdm
    When you get to first command prompt, sign in as root and run:
    Code:
    kdm
    Look under sessions and choose KDE.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  8. #8
    Just 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?

  9. #9
    oz
    oz is online now
    forum.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.

  10. #10
    oz
    oz is online now
    forum.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.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •