Qball's Weblog

Natty: Switching to openbox

Tags General 

Because I still prefered my old openbox setup, I switched back from unity to openbox + tint2. But this gave me a few minor problems.

For one, software-center, was not working anymore.  I could browse applications, but clicking install did nothing.

This can be fixed by adding the following line to your ~/.config/openbox/autostart.sh:

?View Code BASH
1
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1

To get a working gnome-keyring again add the following line:

?View Code BASH
1
eval $(shell gnome-keyring-daemon -s)

Now enjoy the comforts of some gnome tools in your clean an fast openbox!