Code: Select all
[submenu] (Styles) {Select a Style}
[include] (/usr/share/fluxbox/menu.d/styles/)
[end]Code: Select all
/usr/share/fluxbox/styles
/usr/share/commonbox/styles/No, it just has the [submenu] > [styles] . After that there are no choices to make. I need to know how to tell fluxbox to recognize that the default styles are in the styles directory.PickledOnion wrote:Does your menu have the following options:or something similar?Code: Select all
[submenu] (Styles) {Select a Style} [include] (/usr/share/fluxbox/menu.d/styles/) [end]
From that I get the styles underand any I have placed in my own styles folder in my .fluxbox folder.Code: Select all
/usr/share/fluxbox/styles /usr/share/commonbox/styles/
You can look in the usr/share/fluxbox/menu.d/styles/ folder for an exaple of where it will look and you could create your own entry there.
HTH
Ok, I did as you suggested and copied all the styles available into: /root/.fluxbox/styles and restarted fluxbox but they are still now loading in the dropdown menus. Am I missing something? Should I restart x also?lnxmacusr wrote:No, it just has the [submenu] > [styles] . After that there are no choices to make. I need to know how to tell fluxbox to recognize that the default styles are in the styles directory.PickledOnion wrote:Does your menu have the following options:or something similar?Code: Select all
[submenu] (Styles) {Select a Style} [include] (/usr/share/fluxbox/menu.d/styles/) [end]
From that I get the styles underand any I have placed in my own styles folder in my .fluxbox folder.Code: Select all
/usr/share/fluxbox/styles /usr/share/commonbox/styles/
You can look in the usr/share/fluxbox/menu.d/styles/ folder for an exaple of where it will look and you could create your own entry there.
HTH
Code: Select all
[begin] (Fluxbox Core Styles)
[submenu] (Fluxbox Core Styles)
[stylesdir] (/usr/share/fluxbox/styles)
[end]
[end]Ummm, I rather hope you are not using root as a normal user? Possibly this is one of the problems. It should be in your user directory. For example, mine is /home/onion/.fluxbox and so on.lnxmacusr wrote: Ok, I did as you suggested and copied all the styles available into: /root/.fluxbox/styles and restarted fluxbox but they are still now loading in the dropdown menus. Am I missing something? Should I restart x also?
Umm, I knew that, I was just checking.PickledOnion wrote:Ummm, I rather hope you are not using root as a normal user? Possibly this is one of the problems. It should be in your user directory. For example, mine is /home/onion/.fluxbox and so on.lnxmacusr wrote: Ok, I did as you suggested and copied all the styles available into: /root/.fluxbox/styles and restarted fluxbox but they are still now loading in the dropdown menus. Am I missing something? Should I restart x also?
If you are using root then stop.
Cool, thanks for the advice. I've been using linux off and on for about a year and just got so wrapped up in optimising my new Gentoo environment and completely forgot I shouldn't run as root all the time.PickledOnion wrote:Don't worry about it. You know know.
I wouldn't worry too much about what you did if it works now. But if you want, emerge it again. Remember that you will need to be root for this anyway (as only root can install things, one of the reasons you don't want to use root all the time, only when you have to).
No need to log into root to do this, stay as your 'new' user and su to root (type su, then enter the root password and then 'emerge fluxbox'). This will straighten out any problems that may have occured.
If you have any more questions then please do not worry about asking. We were all newbs once!
Just try to remember there should never be any need to actually log in to a desktop as root. I haven't in over a year and have done complete reinstalls and so on. Anything I need to do as root, I 'su' in a terminal, do the whatever it is, and then exit the terminal.
HTH