Diff for "GettingaNicerLinuxInterface" - MRC CBU Imaging Wiki
location: Diff for "GettingaNicerLinuxInterface"
Differences between revisions 1 and 2
Revision 1 as of 2009-04-07 19:57:46
Size: 1291
Editor: JohanCarlin
Comment:
Revision 2 as of 2009-04-07 19:59:34
Size: 1299
Editor: JohanCarlin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
cd ~
nano .vnc/xstartup
{{{cd ~
nano .vnc/xstartup}}}
Line 13: Line 13:
3. An editor will open with the xvnc settings. Use the arrow keys to move
the cursor.
3. An editor will open with the xvnc settings. Use the arrow keys to move the cursor.
Line 16: Line 15:
4. Comment out anything after the 'xterm -geometry...' line by inserting #
(this likely includes references to e.g. icewm)
4. Comment out anything after the 'xterm -geometry...' line by inserting # (this likely includes references to e.g. icewm)
Line 20: Line 18:
exec gnome-session & {{{exec gnome-session &}}}
Line 22: Line 20:
6. type Ctrl-x. You'll be prompted to save changes. Type 'y', and hit
return/enter to overwrite the file.
6. type Ctrl-x. You'll be prompted to save changes. Type 'y', and hit return/enter to overwrite the file.
Line 25: Line 22:
7. You should be back in the terminal now. Type ps -u <your username>.
Note the process id (PID) next to the Xvnc process.
7. You should be back in the terminal now. Type ps -u <your username>. Note the process id (PID) next to the Xvnc process.

How to change your Linux window manager

You may have noticed that the graphical user interface (GUI) on the linux boxes is a far cry from the usual Windows or Mac GUIs. It doesn't have to be this way - it's just that the default GUI on the linux boxes is hideous. There are many alternative GUIs installed on the linux boxes, but for most people the one they will want is Gnome, which is the GUI used in Ubuntu and other sexy Linux distributions.

To change your window manager to Gnome, follow these steps:

1. Open a terminal in your current linux VM

2. Type the following: {{{cd ~ nano .vnc/xstartup}}}

3. An editor will open with the xvnc settings. Use the arrow keys to move the cursor.

4. Comment out anything after the 'xterm -geometry...' line by inserting # (this likely includes references to e.g. icewm)

5. On the line below 'xterm -geometry...' type: exec gnome-session &

6. type Ctrl-x. You'll be prompted to save changes. Type 'y', and hit return/enter to overwrite the file.

7. You should be back in the terminal now. Type ps -u <your username>. Note the process id (PID) next to the Xvnc process.

8. type kill <the Xvnc process id>

9. Your VNC server will now have closed. Start a new one, and you will find yourself in gnomy goodness.

CbuImaging: GettingaNicerLinuxInterface (last edited 2013-03-07 21:23:08 by localhost)