@impuwat - Thanks for catching the typo
@jerry - I changed all of the labels to start with a verb
Well, I am trying to come up with a nice dialog to let users create a slim theme. Needed actions:
1. create a folder
2. choose a background
3. choose a panel
4. have a file slim.theme
5. edit slim.conf
(Items 2-4 go in the folder. Item 5 is to point slim to the new theme.)
Or you could just change the background. But then you would overwrite the original background image. Should the old background just get a name change or overwritten? Should we give a choice?
Also, should users be given the choice of just changing the background or creating a theme? Maybe with an advanced button or a drop down box?
Either way, gtkdialog is making things very difficult - I can't quite get my hands on the right commands or find examples for writing the scripts. Zenity seems a lot easier to use and I did find some examples. So I would like to use zenity, but that would create a little more bloat since gtkdialog and zenity would be needed (but this is how tinyme does it).
john


