Results 1 to 10 of 15
I just installed fluxbox and I have a few questions, first, How do I change the right click menu?Second, How do i set the themes, backrounds, and other looks of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-08-2005 #1
fluxbox
I just installed fluxbox and I have a few questions, first, How do I change the right click menu?Second, How do i set the themes, backrounds, and other looks of the wm?Three, how do I set apps to start when I boot?Four, What is a fluxbox command?
- 12-08-2005 #2
1) The menu file is stored at ~/.fluxbox/menu
2) Themes, download them, put them in the ~/.fluxbox/styles directory, and you can access them from the right-click menu.
For background, use the 'fbsetbg -f <filename>' command
3) You can add lines like the following to ~/.fluxbox/init:
4) Fluxbox Command is simply a command launcher (as opposed to opening a terminal and entering the command). The application is called fbrun.Code:session.screen0.rootCommand: <command>
- 12-08-2005 #3
Question 1/ The right click menu is based on the file ~/.fluxbox/menu iirc. The syntax is pretty easy, and you can get a good idea of what to do by reading that file. You can auto-generate menus by using the command "fluxbox-generatemenu -is-ds" (check my syntax with the man page to make sure)
Question 2/ That's gonna be some file in ~/.fluxbox as well. Should be fairly obvious.
Question 3/ Look at the file ~/.fluxbox/startup. The last thing in that file should be the command to start fluxbox, but you can add as many commands as you want just before it. Just be sure to put a "&" after it, like this,Question 4/ I don't understand the question. What do you mean??Code:gaim &
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-08-2005 #4In the right click menu in the fluxbox menu it says fluxbox command. what it it?Question 4/ I don't understand the question. What do you mean??
- 12-08-2005 #5I know the menu file is store at ~/.fluxbox/menu but how would i edit it?, on the command line it says it doesnt exsist.
Originally Posted by Cabhan
- 12-08-2005 #6
It doesn't exist! I edit mine like this,
But you're saying that doesn't work??Code:vi .fluxbox/menu
The fluxbox command may be fbrun as Cabhan suggested. Did you emerge fbrun at any stage??Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-08-2005 #7
It should be there. I tried it recently and it was there.
Check out this: http://www.fluxbox.org/docbook/en/fluxbox-docs.html - I think that should answer just about every question for you.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-08-2005 #8
yes i emerged fbrun.
.fluxbox/menu works, but in the fluxbox docs and you guys said ~/ so thats why it didnt work1) The menu file is stored at ~/.fluxbox/menu
- 12-08-2005 #9
Originally Posted by crashandburn0420
I'm confused. .fluxbox should be in your home folder, which is why we specified ~/.fluxbox. Which folder are you in when "vi .fluxbox/menu" works??Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-08-2005 #10
im in my home folder but i didnt know what ~/ was. btw im using nano.


Reply With Quote
