Differences between version 16 and previous revision of JWM.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 16 | Last edited on Friday, October 29, 2010 9:21:08 pm | by ElroyLiddington | Revert |
Older page: | version 15 | Last edited on Friday, October 29, 2010 9:20:31 pm | by ElroyLiddington | Revert |
@@ -7,17 +7,17 @@
----
! NOTES: As 'root' user
-
+<br><br>
! 1. Install xorg (X Window System) and jwm (Window Manager)
"apt-get install xorg jwm mc" - make sure xorg is installed FIRST - installing jwm first then xorg does NOT work :-)
'mc' is 'Midnight Commander' - a very useful text-based file manager.
-
+<br><br>
! 2. If you run "startx" now, you will get a cursor and a locked machine - at least I did
This is due to no config file being found.
@@ -25,9 +25,9 @@
The location for the system-wide config file was not created for me so:
"mkdir /etc/jwm"
-
+<br><br>
! 3. Locate the jwmrc config file - this tells jwm and xorg how everything is set up - if xorg? cannot find this config file, you get the above result
@@ -37,15 +37,15 @@
Note the '*.gz' on the end - this indicates it is compressed, and needs uncompressing first.
-
+<br><br>
! 4. Copy the config file to '/tmp' (a place where we can do temporary file operations where we can't screw any system settings up)
"cp /usr/share/doc/jwm/examples/example.jwmrc.gz /tmp"
-
+<br><br>
! 5. Move to '/tmp' directory
@@ -53,16 +53,16 @@
Do a "ls" to make sure you see the above *jwmrc.gz file is present - if not something is wrong.
-
+<br><br>
! 6. Uncompress the config file
"gunzip /tmp/example.jwmrc.gz" - this should leave a 'example.jwmrc' file in the '/tmp' directory - do another 'ls' to make sure.
-
+<br><br>
! 7. Copy the config file to the correct location AND rename it at the same time