PDA

View Full Version : [ubuntu] Desktop



fearful
June 5th, 2008, 09:52 PM
I was wondering if some one could help me get my desktop to look similar as this one please! I've tried everything

http://i27.tinypic.com/2pu0tif.jpg

russo.mic
June 5th, 2008, 09:53 PM
Have you poked around here?

www.gnome-look.org

fearful
June 5th, 2008, 09:55 PM
Yes I have but this looks like something more than just a theme, its using fluxbox and those kick *** Terminal status on the desktop. I don't know how to get them...

atomkarinca
June 5th, 2008, 10:01 PM
This is not Gnome, this is Fluxbox, a different Window Manager. You can install it like this:


sudo apt-get install fluxbox

The system monitor on the right is most probably GKrellM, to install:


sudo apt-get install gkrellm

For Fluxbox styles see here (http://fluxbox.sourceforge.net/themes.php) and for GKrellM themes see here (http://www.muhri.net/gkrellm/).

fearful
June 5th, 2008, 10:03 PM
I have installed fluxbox, but everytime i try and click on the right menu options it just closes and nothing opens. Also when it did work if i opened nautilus and got my GNOME background i couldn't right click to open the flux menu a GNOME menu came up any ideas?

atomkarinca
June 5th, 2008, 10:06 PM
Also for the transparency I guess xcompmgr is used on this screenshot. To install


sudo apt-get install xcompmgr

and start it with the transparency and fading effects:


xcompmgr -fF &

atomkarinca
June 5th, 2008, 10:08 PM
I have installed fluxbox, but everytime i try and click on the right menu options it just closes and nothing opens. Also when it did work if i opened nautilus and got my GNOME background i couldn't right click to open the flux menu a GNOME menu came up any ideas?

For the right-click menu problem you can this after settings up Fluxbox:


sudo update-menus

This should update your menu. Sorry I don't know about Nautilus problem.

fearful
June 5th, 2008, 10:08 PM
Thanks this is very helpful, but if I could only fix the fluxbox thing I'll be happy and just mess around with it myself. It really bugs me cuz I have to manually shutdown my computer cuz I can't click anything the toolbar just closes... also those terminals on the screen look hot

fearful
June 5th, 2008, 10:09 PM
Is there any default shortcut to run the terminal cuz it won't even let me run that...

atomkarinca
June 5th, 2008, 10:14 PM
Is there any default shortcut to run the terminal cuz it won't even let me run that...

Not that I know of. But you can easily configure your shortcuts inside your Gnome session. Open the keys file located in ~/.fluxbox/keys and add this line to the end


None F12 :Exec gnome-terminal

save and exit. Now when you hit F12, Gnome Terminal will pop up.