mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 25 2006,20:18 |
|
I don't want to get pushy about this, since it's not an important issue....just something that crossed my mind. Since there is currently a move in progress from Lua-FLTK to MurgaLua, which means a rewrite of all lua scripts, I was wondering what you thought of the possibility of including a function to check the user's home directory for a murga GUI config. It could be something as simple as dofile(os.getenv("HOME").."/.lua.cfg") This would allow the user to specify his own colors, fonts, boxtypes, and whatever else to make all of the gui lua apps look more appealing to him. No offense, but I've always hated the default fonts, particularly without xft =o) If it was simply "dofile", this would of course allow the user to run any arbitrary lua code with all gui scripts, but that might actually be a good thing....
EDIT: I just noticed that murgaLua creates $HOME/.fltk directory when you make runtime changes to some presets (such as the start path and preview toggle in file_chooser). So i'm going to look around some more to see if user customization of colors, fonts, etc. is already built into FLTK
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|