mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Dec. 15 2004,17:47 |
|
Does Mod1 work for any other key bindings? It might be the "restart_fluxbox" thing confusing the application. The recommended command is "restart" with the window manager as an argument: Mod1 Z :Restart fluxbox or Mod1 Z :Restart restart_fluxbox or Mod1 Z :Restart in the DSL menu it is listed as "[restart] (restart) {restart_fluxbox}" and this loads /usr/bin/fluxbox regardless of which version you are currently using. If you're running fluxbox-devel, just using "restart" should be enough. Of course this might not be the problem, since i don't know how fluxbox interprets its configuration files, but I can't think of any other reason why Mod1 wouldn't work.
I personally don't use icons, so haven't done much with them. The fluxbox-generate_menu script which comes with the official fluxbox package now includes limited support for program icons. What it does is look in ~/.fluxbox/icons/ for xpm files with the same name as the applications (e.g. firefox.xpm), and uses those. This script isn't in the DSL extension because I'd need to incorporate the myDSL menu into it...something I just haven't wanted to bother with. One thing I did do just as a test was to add submenu icons to fluxbox-generate_menu (for my non-DSL system) by just adding an icon to the append_submenu function. I didn't keep it, though, since the built-in arrows are enough for me.
The great thing about the way icons are used in the fluxbox menu is that they are added simply by slapping on a filename to the end of a line. It should be very easy to write a bash script that will do this for you. In fact, the addition to fluxbox-generate-menu could probably be ripped out and modified to work as its own self-contained script to run on the DSL menu. I think maybe I'll try that today.
The new extension seems to work fine, better than 0.9.10 in my opinion....there's a little info about its status on the DSL Talky-Bloggy thingy. I'm waiting to hear from the creator of the potential wallpaper, but until then I've been spending an hour or two each day tinkering with it just to see how easy-to-use-straight-out-of-the-package I can make it .
Quote | Would be nice in the future if we could add color/fonts/styles to individual lines in the fluxbox menu... |
wow...I never thought about that. That's a really good idea. Personally I don't know how much i'd use it, but it would be handy for some things. Take for example filetypes... you could have a different color for submenus and remove the arrows....or if you have a setup like mine where my menu contains some individual files, like reference material and various config files, those files could be a different color/style than the programs...also altering the color of arrows and separators could be useful.
What i don't get, though, is something I just noticed....you can't change the font of just window titles. In other words, there is no window.label*font resource...it's just a window.font. This might not be noticeable in most situations, but if you change the font for a window it also changes the font for the command dialog...it's really hard to read a dialog that has black text with a black shadow.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|