PDA

View Full Version : Debian + Openbox, someone guide me in the right direction :D


staticvoid
November 30th, 2007, 05:58 PM
So I plan on doing a clean install of debian Etch

then I will install xorg

then openbox

correct?

Then I want to get conky and a simple theme. I notticed at box-look.org that the themes for openbox had like... drop shoddows underneath the windows. Is this because they are using compiz too or something?

and there is a dif between a windows manager and a Desktop Environment

is openbox the windows manager?? should i get gnome or something? or fluxbox...?

help me out here :D

sv

pelle.k
November 30th, 2007, 06:24 PM
Openbox is a window manager, just like metacity in gnome, or kwin in kde. Kde and gnome are DE:s.
Openbox is very "bare". You will have to do some "magic" that the DE:s normally do for you.

This is a ubuntu guide, but the basics should still apply and at least give you some clues on how to start a panel etc at login;
http://ubuntuforums.org/showthread.php?t=192106&highlight=openbox+howto

ps. the "shadow effect" is from using xcompmanager...

staticvoid
November 30th, 2007, 06:27 PM
aha! thank you. that looks like a very practical guide.

sv

urukrama
November 30th, 2007, 06:30 PM
Openbox is a window manager, as it only manages the windows and not the desktop, panels and the mounting of volumes, etc. For those tasks you can use separate applications in Openbox.

Have a look here (http://www.psychocats.net/ubuntu/minimal#barebones) to setup a minimal install.

Then have a look at my guide (http://urukrama.wordpress.com/2007/11/26/an-openbox-guide/) to install and configure Openbox. It tells you how to install Openbox, but also how to use panels, desktop wallpapers, etc. It also mentions drop shadows and the like. It probably will be useful.

Both guides are for Ubuntu, but most of it should apply for Debian as well.

staticvoid
December 1st, 2007, 01:55 AM
Ok, so I can use different apps to mount usb drives and such in openbox?

does it come with a terminal windows at least??

I read on the web site that you can do a minimal install, without a desktop enviorment or whatever. I was interested in this since it seemed like it would be super fast.


sv

D-EJ915
December 1st, 2007, 02:12 AM
Thunar can do volume management, just install thunar-volman then go into the preferences and enable it, you have to have hal too but it should probably already be installed...I don't remember

staticvoid
December 1st, 2007, 02:17 AM
ok, so, so far,
-openbox
-thunar
-thunar-volman
-conky
-pymenu
-obmenu
-feh

for a quick systme for a guy who does n't know xml?

sv

urukrama
December 1st, 2007, 07:51 AM
Yes, that should do. Openbox isn't that difficult, but you need to get used to it. That guide I linked to earlier should help getting you started.

As Openbox is a window manager, it doesn't come with a terminal, but there are plenty of terminals you can use: xfce4-terminal, urxvt, Sakura, gnome-terminal, etc.

If you have a running Ubuntu or Debian system, just install Openbox before you do your command line install and explore the possibilities. Then, if you like it, make the jump and reinstall your system if you so desire.

staticvoid
December 1st, 2007, 08:26 AM
what terminal would you recomend? What opens the fastest?


I plan on installing Debian with XFCE and then install openbox. Then maybe I'll remove some stuff from xfce.

What windows manager does XFCE use?

I can't get my wireless working, perhaps with a gui it will be easier. :(

sv

staticvoid
December 1st, 2007, 09:31 AM
Oh,
it uses Xfwm4

nevermind,

sv

init1
December 1st, 2007, 01:05 PM
what terminal would you recomend? What opens the fastest?


I plan on installing Debian with XFCE and then install openbox. Then maybe I'll remove some stuff from xfce.

What windows manager does XFCE use?

I can't get my wireless working, perhaps with a gui it will be easier. :(

sv

XTERM is a good, fast option but its very simple. If you want more features try xfce4-terminal

staticvoid
December 2nd, 2007, 07:04 AM
Openbox is a window manager, as it only manages the windows and not the desktop, panels and the mounting of volumes, etc. For those tasks you can use separate applications in Openbox.

Have a look here (http://www.psychocats.net/ubuntu/minimal#barebones) to setup a minimal install.

Then have a look at my guide (http://urukrama.wordpress.com/2007/11/26/an-openbox-guide/) to install and configure Openbox. It tells you how to install Openbox, but also how to use panels, desktop wallpapers, etc. It also mentions drop shadows and the like. It probably will be useful.

Both guides are for Ubuntu, but most of it should apply for Debian as well.

Hey, i've followed your guide but for some reason I cannot get my icons to set right when i start up. here is my gtkrc-2.0.mine file:

gtk-icon-theme-name = "Tango-Original"
gtk-theme-name = "Clearlooks"

and my gtkrc-2.0 file:

# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"

style "user-font" {
font_name = "UnDotum 10"
}

widget_class "*" style "user-font"

gtk-font-name="UnDotum 10"

include "/home/nathan/.gtkrc.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT

I keep having to run gnome-appearance-properties to change my icons to my tango theme.

could somebody help me :) or point me in the right direction?

sv

Tenken
December 2nd, 2007, 05:18 PM
Try renaming your file to just .gtkrc.mine, that works for me. Another program I would recommend is gtk-chtheme. You can use that to change your gtk theme without editing a config file.

staticvoid
December 2nd, 2007, 05:32 PM
that did the trick, all my icons and everythin g load automatically. :)

sv