Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hypervisor:base:lxde [2014/04/02 01:34]
admin Page name changed from hypervisor:base:virt-manager to hypervisor:base:lxde
hypervisor:base:lxde [2014/04/03 03:38] (current)
admin [Launch LXDE]
Line 1: Line 1:
 ====== Install LXDE ====== ====== Install LXDE ======
-<wrap tip>You might not have to install the desktop environment if you already chose to do it during the base Debian install.</​wrap>​ 
  
- +In some situations, you'll want to install ​an X11 desktop ​in Dom0 (which can be used to run virt-manager ​or XCP-XAPI GUIs)
-Install ​an X11 desktop (which ​we want just so that we can run virt-manager)+
 <​code>​ <​code>​
 > apt-get install xorg lxde > apt-get install xorg lxde
Line 9: Line 7:
  
 This will take a while - be patient! This will take a while - be patient!
- 
 ==== Launch LXDE ==== ==== Launch LXDE ====
  
Line 23: Line 20:
 LXDE can be launched using GDM / KDM or LightDM, please refer to [[https://​wiki.debian.org/​LXDE]] for more on this. LXDE can be launched using GDM / KDM or LightDM, please refer to [[https://​wiki.debian.org/​LXDE]] for more on this.
  
 +As you are working with a desktop install, disable "​Network Manager"​ (UNTESTED)
 +<​code>​
 +> stop network-manager
 +> gedit /​etc/​NetworkManager/​NetworkManager.conf
 +</​code>​
 +Now make sure the "​managed"​ line contains "​managed=false"​ Save and exit 
 ===== Setup Keyboard Layout Switching in LXDE ===== ===== Setup Keyboard Layout Switching in LXDE =====
 <wrap center round todo> <wrap center round todo>