$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Easy Switch Lxde to Gnome3 Desktop on Linux Debian Wheezy Visual-Guide

January 15, 2013 | By Duchateaux.

The Guide shows you the Steps for Switching from Lxde to GNOME3 Desktop on Debian Linux Wheezy.

To Login into the Lxde Desktop we will just Make Use of the slim Display Manager, the Default Debian Lxde Display Manager.

Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.

How to Easy Switch Lxde to Gnome3 Desktop on Linux Debian Wheezy Visual-Guide
  1. Installing the GNOME3 Desktop.

    Copy
    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Copy
    apt-get install aptitude tasksel

    Copy
    tasksel install gnome-desktop --new-install
  2. Installing and Switching to Slim Display Manager.

    Copy
    aptitude install slim

    Choose the slim Display Manager.

    Debian Installing Slim Display Manager
  3. Disabling the gdm3 Display Manager.

    Copy
    aptitude install rcconf

    Copy
    rcconf

    Disable the gdm3 Display Manager.

  4. Here Setup Slim for Running a Desktop on Debian:

    Debian Slim Setup How-to
    Tutorial on How to Setup the Slim Display Manager for Running a Desktop on Debian Linux.
  5. How to Install Google-Chrome Web Browser on Debian:

    Here Install Google-Chrome for Debian
    Debian Linux How to Install Google-Chrome Web Browser Detailed Guide List
  6. SetUp GNOME3 for Starting at Boot.

    Copy
    su <username>

    Copy
    nano ~/.xinitrc

    Inserts:

    Copy
    exec gnome-session
  7. How to Easy Download and Install Debian Unstable Sid:

    Here Debian Stretch Easy-Install
    Link to Download and Install the Debian Stretch Release
  8. Rebooting into the Debian GNOME3 Desktop :)

    Copy
    reboot