Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Is it possible to change the desktop enviroment from command? Supose I have the new desktop enviroment in a flash usb drive, how should i do? Thnx....
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    11

    Change DE from command.

    Is it possible to change the desktop enviroment from command?

    Supose I have the new desktop enviroment in a flash usb drive, how should i do?

    Thnx.

  2. #2
    Linux Newbie tiersen's Avatar
    Join Date
    May 2008
    Location
    Tokyo,Japan
    Posts
    226
    Hi you can install the switchdesk package and then run
    Code:
    switchdesk

  3. #3
    Just Joined!
    Join Date
    May 2008
    Posts
    11
    I have the graphical installer from here

    Xfce - Download

    In a flash drive
    I dont' understand what you mean with switchdesk

  4. #4
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by droope View Post
    Is it possible to change the desktop enviroment from command?

    Supose I have the new desktop enviroment in a flash usb drive, how should i do?

    Thnx.
    What Linux distribution are you using? Different ones have different commands to change the default desktop. In Ubuntu you can change it at the login screen. In Fedora and some other Redhat-based systems the "switchdesk" command can be run from the console. In Slackware the command is "xwmconfig."

    I gather that you haven't installed the new desktop yet, so that would be your first step. Again, we need to know what distribution you're using to tell you how to get Xfce installed.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  5. #5
    Just Joined!
    Join Date
    May 2008
    Posts
    11
    I have a Fedora Core with a Sugar DE.

    If I simply type switchdesk as if it were a DOS command?
    When I have my computer (i'm not at home until the weekend) i'll try the switchdesk, anything that i should know?

    Thanks for your answers.

    What is the location of a default Usb drive? I don't suppose that i t is e:\

  6. #6
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by droope View Post
    I have a Fedora Core with a Sugar DE.
    I've never heard of Sugar. What version of Fedora?

    If I simply type switchdesk as if it were a DOS command?
    You need to have the desired desktop installed first. Once you have xfce installed, you should be able to switch to it with this command:

    Code:
    switchdesk xfce
    You might also be able to pick it as a session from your login prompt, if you use a graphical login screen.

    What is the location of a default Usb drive? I don't suppose that i t is e:\
    No, Linux doesn't use drive letters like Windows. It uses device names. You can figure out what the name of your USB drive is by inserting it and then running the dmesg command. Mine usually shows up as /dev/sda2, but that's specific to my machine. If you're in a graphical environment such as KDE or Gnome, you shouldn't have to mount the drive manually. It will pop up on your desktop for browsing.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  7. #7
    Just Joined!
    Join Date
    May 2008
    Posts
    11
    Quote Originally Posted by techieMoe View Post
    I've never heard of Sugar. What version of Fedora?



    You need to have the desired desktop installed first. Once you have xfce installed, you should be able to switch to it with this command:

    Code:
    switchdesk xfce
    You might also be able to pick it as a session from your login prompt, if you use a graphical login screen.



    No, Linux doesn't use drive letters like Windows. It uses device names. You can figure out what the name of your USB drive is by inserting it and then running the dmesg command. Mine usually shows up as /dev/sda2, but that's specific to my machine. If you're in a graphical environment such as KDE or Gnome, you shouldn't have to mount the drive manually. It will pop up on your desktop for browsing.
    Sugar as in
    Sugar Instructions - OLPC

    Can I install it from the command? How would i do that?

  8. #8
    Linux Newbie tiersen's Avatar
    Join Date
    May 2008
    Location
    Tokyo,Japan
    Posts
    226
    First of all install the Xfce DE and then follow this instructions to turn to XO Sugar desktop

  9. #9
    Just Joined!
    Join Date
    May 2008
    Posts
    11
    ok... Can I install it from command????

    Try not to be soo brief.. xD

  10. #10
    Linux Newbie tiersen's Avatar
    Join Date
    May 2008
    Location
    Tokyo,Japan
    Posts
    226
    Yep you can install it using command line
    Code:
    su -
    yum install xfdesktop xfce-utils xfce-mcs-plugins xfce4-session
    Check out this if you want to install optional packages

Page 1 of 2 1 2 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
  •  
...