Results 1 to 5 of 5

Thread: Ubuntu server minimal desktop

  1. #1
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Ubuntu server minimal desktop

    Hi. I have been running Ubuntu 10.04 for some time and I'm looking to upgrade the hardware on my server. I would like to also take this time to upgrade my Ubuntu version as well. Currently I'm running on a very minimal GUI desktop environment which allows me to remote connect through NXNomachine or connect a monitor if I need. I'm interested in the same configuration on my new hardware, but don't want to have to deal with Unity. Two questions. It looks like 12.04 is the next LTS version available to me. Can I install a minimal Gnome desktop on this version without Unity? Can I install a Gnome desktop and then remove Unity? What other options are do I have? TIA

    List of packages currently used for my desktop

    Code:
    xorg
    gnome-core
    gnome-media
    gnome-system-monitor
    gnome-applets
    gnome-system-tools
    gnome-utils
    gnome-app-install
    sysv-rc-conf
    gdm
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu server minimal desktop

    If you want an LTS release then I would install Linux Mint 13 Mate. It's a gnome2 environment and you can use X-forwarding (ssh -2 -Y) to run mate-panel on another machine to perform your configuration or just use as a another machine. It runs well on older hardware.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Ubuntu server minimal desktop

    Other alternatives if you want a light-weight desktop with Ubuntu Server 12.04 LTS are

    - XFCE with 3 years LTS until April 2015
    Code:
    sudo apt-get install xfce4
    - If you like the old gnome 2 style with 5 years LTS until April 2017, and are willing to do some tweaking, there is also kansasnoob's desktop environment according to this link

    http://ubuntuforums.org/showthread.php?t=1966370

  4. #4
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu server minimal desktop

    Quote Originally Posted by tgalati4 View Post
    If you want an LTS release then I would install Linux Mint 13 Mate. It's a gnome2 environment and you can use X-forwarding (ssh -2 -Y) to run mate-panel on another machine to perform your configuration or just use as a another machine. It runs well on older hardware.
    Trying to stay with Ubuntu if at all possible. Hardware is new.
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  5. #5
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Ubuntu server minimal desktop

    Gnome-core is not very minimal.

    http://packages.ubuntu.com/precise/gnome-core

    I too like to keep it all ubuntu. Heres where I start with a 12.04 install.

    Code:
    sudo apt-get install lightdm gnome-terminal synaptic && sudo apt-get install --no-install-recommends gnome-session-fallback
    Without the recommends gnome fallback (classic) is pretty light.

    http://packages.ubuntu.com/precise/g...ssion-fallback

    NOTE: Gnome fallback package seems to have been redone today. Not near as many depends in it and unity seems to also been removed. So it may be ok to just this package with the recommends. I really don'\t know for sure since this package just changed.

    Also if you use this setup the panel background color needs to be changed to see the menu.

Bookmarks

Posting Permissions

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