PDA

View Full Version : [kubuntu] [SOLVED] KDE to blackbox transition



mossman44
November 30th, 2008, 11:05 PM
I'm running kubuntu 8.04 on an old gateway laptop. It runs sluggish with KDE so I installed blackbox to make it run faster. However, the blackbox menu that appears when I right click doesn't show any of my applications. I can only open xterm or restart from the menu. How to I make all of my applications from my KDE menu appear in the blackbox menu?

Kinetic Being
December 1st, 2008, 03:27 AM
There is a text config file for the menu probably somewhere in /home/your-user/.blackbox

I've never used blackbox on linux, but I know openbox has a package called "obmenu" that really easily configures the menu.

edit: just so you know, blackbox has been shut down for a few years now. All the active blackbox-esque window managers are basically forks like fluxbox, openbox, xoblite, bblean, etc. (the last two are, or were, Windows shells)

mossman44
December 1st, 2008, 04:14 AM
Thanks for the information. I'll try openbox and see if I can figure it out.

mossman44
December 5th, 2008, 02:47 AM
I installed openbox but none of my applications appear on the right-click menu. I guess I'm asking how to import the applications menu from KDE to openbox, or any other desktop environment for that matter.

anthro398
December 5th, 2008, 03:51 AM
As I recall, the last time I used openbox I had to do a lot of manual menu configuration, but it was very simple after looking at the existing XML in the menu. Oh, and +1 openbox. Excellent lightweight desktop.

mikjp
December 5th, 2008, 05:26 PM
Urukrama has a nice openbox tutorial, it might be helpful.

http://urukrama.wordpress.com/openbox-guide/

snowpine
December 5th, 2008, 05:29 PM
sudo apt-get install menu

Then, if necessary, add this line to your ~/.config/openbox/menu.xml file:

<menu id="Debian" />

mossman44
December 5th, 2008, 11:48 PM
Thank you snowpine, your method worked. I appreciate everyone's help. I love using linux and you guys make the transition from windows to linux a lot easier.