User:NeoAmsterdam/8.0.2/Boot into IceWM: Difference between revisions
Jump to navigation
Jump to search
NeoAmsterdam (talk | contribs) (This deserves its own page) |
NeoAmsterdam (talk | contribs) (Seems to work for GNOME too) |
||
Line 24: | Line 24: | ||
...should be followed by...<i> |
...should be followed by...<i> |
||
icewm-session</i> |
icewm-session</i> |
||
* Note: Use <tt>gnome-session</tt> if you prefer GNOME and provided you've <tt>yum groupinstall "GNOME Desktop Environmwnt" --skip-broken --exclude olpc-logos</tt> (yes, that's what I had to do to get GNOME installed). |
|||
Resist the temptation to uncomment the <tt>#exit 0</tt>, otherwise you won't be able to drop into Sugar when you need it. |
Resist the temptation to uncomment the <tt>#exit 0</tt>, otherwise you won't be able to drop into Sugar when you need it. |
Latest revision as of 09:59, 27 August 2010
Read Me First
This assumes you've yum installed IceWM.
Caveats
- xterm is very, very hard to read.
- Menus, labels, and text are oversized compared to the graphical elements of the UI.
- I still can't find an easy way to select wireless networks.
- $PATH appears not to be exported.
Workarounds
(Respectively)
- Install a better terminal.
- yum install control-center and tinker with the font sizes and/or dpi settings
- When you log out of IceWM, select your wireless network through the Sugar UI, and then press ◆ ctrl + ◇ alt + erase to drop back into IceWM.
Procedure
Taken from the OpenBox instructions
su cp /etc/skel/.xsession-example ~/.xsession nano ~/.xsession
...and the lines reading...
# Uncomment the following line to debug sugar startup problems #exec xterm
...should be followed by...
icewm-session
- Note: Use gnome-session if you prefer GNOME and provided you've yum groupinstall "GNOME Desktop Environmwnt" --skip-broken --exclude olpc-logos (yes, that's what I had to do to get GNOME installed).
Resist the temptation to uncomment the #exit 0, otherwise you won't be able to drop into Sugar when you need it.