The Asus Eee comes with a dormant window system called IceWM. By simply editing a text file, one can gain access to a world of window and taskbar settings, and can also enable a Start Menu. This document will focus primarily on activating the Start Menu, but later on we will add how-to's for other settings.
This will involve creating a folder in your /home/user directory and copying an existing preferences text file over to that new directory. This preferences file contains many, many interesting settings but for now we will simply focus on enabling the Start Menu.
1. Open your Terminal using the keyboard combination Ctrl-Alt-T.
2.1) Type the following commands, as shown in the screenshot below.
/home/user> mkdir ~/.icewm /home/user> copy /etc/X11/icewm/preferences /home/user/.icewm
3. Now, from here you can simply edit the file and be done with it if you happen to know how, but if you are new to using the command line you might wish to verify that the file was actually copied. Then, assuming you navigate to the new directory first as shown below, you would enter the command nano preferences.
/home/user> cd .icewm /home/user> ls /home/user> nano preferences
4. Now you should be looking at your newly copied IceWM preferences file in Nano.
5. Using the cursor key, navigate to the following line and change the zero to a 1 as shown below.
6. Now you can hit the Ctrl-X key combination and press “Y” to save.
7. That's it! Now you can press the key combination Ctrl-Alt-Backspace to restart X (restarting your Eee is unnecessary) and you will see a Start Menu.
1. Open the Work Tab
2. Open File Manager
3. Click “View”, “Show Hidden Files”
4. Click “View, “Show All File Systems”
5. In the left-hand pane, click “My Home” and create a hidden folder entitled .icewm
6. In the left-hand pane, navigate from “All File Systems” to /etc/X11/icewm
7. In the right-hand pane, click Ctrl-A to select all files
8. Click Ctrl-C to copy to the clipboard
9. In the left-hand pane, select My Home, .icewm and click Ctrl-V to paste from the clipboard
10. Right click on the file named “preferences” and choose “Open With…” → Text Editor.
11. Find the line “TaskBarShowStartMenu”, change the value from 0 to 1.
12. Save the file and press the key-combination Ctrl-Alt-Backspace to restart X (restarting your Eee is unnecessary).
1. In the same preferences file discussed above, scroll down to the section titled “Clock Time Format” and look at the TimeFormat value as shown below.
2. Change the TimeFormat to read as follows
TimeFormat="%I:%M %p"
3. Now save your changes and restart X (or restart your Eee if you wish).
This article is under development.
This article is under development.
Kudos to o2smartphone who published his findings in this discussion thread on the forum, as well as other contributors in that thread.
If you have some time, please contribute to this article by adding screenshots and cleaning up this last (File Manager method) section.