openbox configuration not correct

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
emgee_1
Posts: 28
Joined: 7. Nov 2009, 14:28

openbox configuration not correct

Post by emgee_1 »

Hi Salixers,

I believe the openbox configuration is standard not correct:
this is my xinitrc.openbox :
#!/bin/sh

userresources=/home/thorsten/.Xresources
userdefaults=/home/thorsten/.Xdefaults
usermodmap=/home/thorsten/.Xmodmap
sysresources=/usr/lib/X11/xinit/.Xresources
sysmodmap=/usr/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps
[ -f ] && xrdb -merge
[ -f ] && xmodmap
[ -f ] && xrdb -merge
[ -f ] && xrdb -merge
[ -f ] && xmodmap

# Here comes some desktop pimpness
[ -e /usr/libexec/notification-daemon/notification-daemon ] && /usr/libexec/notification-daemon/notification-daemon &

# start the openbox session
/usr/bin/openbox-session
Maybe Thorsten can shed some light on this?
Of course i could fix this using sbopkg and slackbuilds but I prefer a Salix solution in the repo...

Greetings

Marcel
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: openbox configuration not correct

Post by thenktor »

Oooops :roll: I have to fix this in my SLKBUILD...
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
.:B:.
Posts: 34
Joined: 7. Jun 2009, 16:58

Re: openbox configuration not correct

Post by .:B:. »

# Here comes some desktop pimpness
Lol that's from my .xinitrc :lol:
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: openbox configuration not correct

Post by thenktor »

Fixed.

@.:B:.: right ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Post Reply