mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Dec. 07 2005,05:17 |
|
Messing around with this a little I found that the fluxbox stable version in DSL actually does make use of the include tag. It doesn't use the directory path that is available in Fluxbox devel, but it will include a specific filename. Editing that included file for mydsl rather than the entire fluxbox menu may allow the user to have greater control of his personal menu, and possibly make adding and removing mydsl applications easier.
EDIT: Since this thread concerns UI updates, I guess this would be an appropriate place to add that the mydslInfo text field is a serious mess. It uses the default flua font, which is apparently variable-width so the info files loaded into it look really bad. My suggestion is to edit mydslInfo.lua, line 45: browser = Browser{0,0,500,400;textfont=15} This will display the contents of the info files with a fixed font, so spaces and tabs are properly aligned.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|