You are not logged in.

#1 2004-09-29 16:38:36

jrbeire
Member
From: Dublin, Ireland
Registered: 2004-09-29
Posts: 15
Website

fluxbox-cvs: Why do I get the blackbox menu?

Hi all,

New to Arch (using various linux variants for 5 yrs). Having a weird problem with the fluxbox-cvs version installed using the PKGBUILD on this forum.

Problem:
Right-clicking the mouse on the desktop brings up the Blackbox menu which contains 3 entries; xterm, restart, & exit.

Have checked ~/.fluxbox/init and ~/.fluxbox/menu to ensure everything was in order (which it was). Have googled, searched the forums, read (some of) the docs, etc.

Any ideas on where next to look? John

Offline

#2 2004-09-29 16:50:36

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: fluxbox-cvs: Why do I get the blackbox menu?

/usr/share/fluxbox/menu perhaps?

last time i used fluxbox it had the same base menu as blackbox.

i have never been able to get .flux/blackbox to work. so i just edit the root menu than make a backup in case there are any upgrades.


AKA uknowme

I am not your friend

Offline

#3 2004-09-29 17:40:50

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: fluxbox-cvs: Why do I get the blackbox menu?

another remote possibility is that the menu script is broken in the CVS version you have built smile You never know!

Offline

#4 2004-09-29 18:16:31

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: fluxbox-cvs: Why do I get the blackbox menu?

sarah31 wrote:

i have never been able to get .flux/blackbox to work. so i just edit the root menu than make a backup in case there are any upgrades.

really? what kind of problems do you have?

Offline

#5 2004-09-29 19:14:10

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: fluxbox-cvs: Why do I get the blackbox menu?

never reads my .whateverbox dir/file/whatever.

not a big deal though. it forces me to keep a backup of that ever so important menu file for later should i ever need it for any manu making.


AKA uknowme

I am not your friend

Offline

#6 2004-09-30 05:35:19

sykotik
Member
Registered: 2004-06-15
Posts: 49

Re: fluxbox-cvs: Why do I get the blackbox menu?

Another solution can be to run fluxbox-generate-menu, it is a little script that is packaged with the fluxbox binaries that helps you with menu generation.  If fluxbox-generate-menu doesnt pick up on all of your applications, you need to edit the script and add some directories(since it cant look for everything, it just looks for general things)

You can also always edit the menu file in .fluxbox/menu(man fluxbox should fill you in on syntax for menu editing if you dont know it already), and make sure .fluxbox/init file has the correct menu code:

session.menuFile: ~.fluxbox/menu

Offline

#7 2004-09-30 07:47:06

jrbeire
Member
From: Dublin, Ireland
Registered: 2004-09-29
Posts: 15
Website

Re: fluxbox-cvs: Why do I get the blackbox menu?

Thanks for the responses. Should have mentioned in the original post that I also have Debian installed with fluxbox (testing repository) and the menus on that were fine ..... until I installed fluxbox-cvs on the Arch partition (/home is common). So I suspect dibblethewrecker is correct in that it is probably a cvs issue, though I can't figure out where in my /home the menu file has been overwritten. (it is not as if I've a .fluxbox and a .fluxbox_cvs).

Have run fluxbox-generate_menu which is creating an appropriate menu file and placing it correctly. I've extracts from both files below. If anyone sees anything wrong please let me know.

Thanks, John.

**** .fluxbox/menu *****
[begin] (Fluxbox)
        [exec]    (xterm) {xterm}
        [exec] (Run) {fbrun}
[submenu] (Terminals)
        [exec] (xterm) {xterm}
[end]
[submenu] (Net)
[submenu] (Browsers)
[end]
[submenu] (Mail)
        [exec] (mutt) {xterm -e mutt}
[end]
[end]
[submenu] (Editors)
        [exec] (emacs) {emacs}
        [exec] (xedit) {xedit}
[end]
[submenu] (Multimedia)
[submenu] (Graphics)
        [exec] (gimp) {gimp}
        [exec] (xscreensaver-demo) {xscreensaver-demo}
[end]
[submenu] (Music)
[end]
[submenu] (Misc)
        [exec] (gmplayer) {gmplayer}
[end]
[submenu] (X-utils)
        [exec] (xfontsel) {xfontsel}
        [exec] (xman) {xman}
        [exec] (xload) {xload}
        [exec] (editres) {editres}
        [exec] (viewres) {viewres}
        [exec] (xclock) {xclock}
[end]
[end]
[submenu] (Office)
        [exec] (xclock) {xclock}
        [exec] (xcalc) {xcalc}
        [exec] (acroread) {acroread}
[end]
[submenu] (Games)
        [exec] (xeyes) {xeyes}
[end]
[submenu] (Fluxbox-menu)
      [submenu] (Styles) {Choose a style...}
        [stylesdir] (/usr/share/fluxbox/styles)
        [stylesdir] (~/.fluxbox/styles)
[end]
        [workspaces]   (Workspace List)
[submenu] (Tools)
        [exec] (Windowname) {xprop|grep WM_CLASS|cut -d " -f 2|xmessage -file - -center}
        [exec] (Run) {fbrun}
[end]
        [reconfig] (Reload config)
        [restart] (Restart)
        [exit] (Exit)
[end]
[end]
 

****** .fluxbox/init (partof) ***********

session.menuFile:       ~.fluxbox/menu

# Have tried explicitly defining path also to no avail

Offline

#8 2004-09-30 08:09:54

sykotik
Member
Registered: 2004-06-15
Posts: 49

Re: fluxbox-cvs: Why do I get the blackbox menu?

Try to cvs update and recompile.  I see nothing wrong with your menu configuration, and as long as the init path is correct, and the file exists in .fluxbox/menu, the menu should be working.

I dont suspect cvs is broken:

http://fluxbox.sourceforge.net/changelog.php

Changelog for cvs version, last entry was for menuitems, but I have updated since 9-01-04 and have no problems. Other then that, im all out of ideas.

Offline

Board footer

Powered by FluxBB