I had:
- An Ehow article describing how to clean a white-board,
- a rag,
- bottle of alcohol,
- Kaboom
- about 15 minutes
- a bottle of Orange Glo
- not a bottle of multi-surface pledge and
- not shaving cream
A technical journal of my experiences with computers. Whenever I hit a problem, I'll post it up here and document my solution for the good of mankind (and myself when I forget how to fix the same issue in 3 months). Additionally, if I find a technical story that is just too important to not mention, I might post up a link and synopsis of it.
a) Download easy_e17.sh from http://omicron.homeip.net/projects/#easy_e17.sh b) Install all the required packages as root or sudo:
d) Follow the instructions at the end of the script's output e) Set the path (the following steps are as the regular user): export PATH=\"$install_path/bin:\$PATH\" f) Create /home/me/.xsession with 'exec /opt/e17/bin/enlightenment_start' (w/o quotes) g) Create the symbolic link: ln -s ~/.xsession ~/.xinitrc To start e17, do: startx |
#!/bin/sh # # ~/.xinitrc # # Executed by startx (run your window manager from here) # exec [session-command]SLiM reads the local ~/.xinitrc configuration and then launches the desktop according to what is in that file. If you do not have a ~/.xinitrc file, you can use the skeleton file by:
$ cp /etc/skel/.xinitrc ~Remember to make .xinitrc executable:
chmod +x ~/.xinitrcReplace [session-command] with the appropriate session command. Some examples of different desktop start commands:
exec awesome exec dwm exec startfluxbox exec fvwm2 exec gnome-session exec openbox-session exec startkde exec startlxde exec startxfce4 exec enlightenment_start exec ck-launch-session $ONE_OF_THE_ABOVETo get automount to work it might be necessary to use something like e.g.:
exec ck-launch-session dbus-launch startxfce4
allowed_users=anybody
# dpkg-reconfigure x11-common
sudo nano /etc/passwd3. Nano text editor opens up. Locate the username you would like to change the home directory of (the last added user is in the end), and just enter whatever directory you would like. For example, the home directory for the user jack is set to /home/jack in this file: