Page 1 of 2

Posted: Fri 01 Jul 2011, 12:45
by stu90
Geoffrey wrote:stu90,

I just downloaded v 0.5 when I run it, it say's that it is v 0.4 and still the same error when remove is clicked. :?

edit yeah using yad-0.12.4
oops yes it is 0.5 version but i forgot got to bump the version number :oops: (fixed now)

To be honest i don't know what to suggest regarding this error you are getting Geoffrey - i have uninstalled and reinstalled .pet and am still unable to reproduce it on lucid puppy ( i don't have any quirky or wary installs )

Maybe an idea to try compiling Yad on your quirky 120 NOP install as i compile it here on Lucid puppy
http://code.google.com/p/yad/downloads/ ... 2.4.tar.xz

Code: Select all

./configure 
 make 
 new2dir make install
If you look in the simplegtk script the part for removing themes is 3) i cant see anything there that would be causing an error?

Image

SimpleGTK theme maker

Posted: Fri 01 Jul 2011, 16:21
by L18L
Hi stu90,

thanks for version 0.5

I have played with colours and gtk buttons again...

Again, not really worth a new version....

Cheers

Posted: Sat 02 Jul 2011, 03:26
by Geoffrey
stu90 wrote: To be honest i don't know what to suggest regarding this error you are getting Geoffrey - i have uninstalled and reinstalled .pet and am still unable to reproduce it on lucid puppy ( i don't have any quirky or wary installs )

Maybe an idea to try compiling Yad on your quirky 120 NOP install as i compile it here on Lucid puppy
http://code.google.com/p/yad/downloads/ ... 2.4.tar.xz

Code: Select all

./configure 
 make 
 new2dir make install
Well I compiled it and it now works, no errors :wink:, funny thing though when I built it, it created the directory structure under /usr/local/
and I wondered why it still didn't work, I looked at your's and it was under /usr/, so I've used your's and copied over the relevant files to build a
package, my version is a lot larger yad in /usr/bin is 354.4 kB, this version of quirky is no way a stock version with loads of updates and mods,
this may account for the size difference, I'll upload a pet of it but whether it will work with other quirky's I do not know, it may only work in my 600meg hybrid monster. :lol: .

Geoffrey

Posted: Sun 03 Jul 2011, 16:33
by `f00
actually..

I prefer simplegtk - quite useful and gives expected results (highlight on tabs would be nice but once you start adding features..)

bg - great (at last relief from rox-filer window 'snow-blinding' or getting lost in too-dark gtks)

highlight - love buttons&etc that prelight on hover

select - automatically does contrasting text :D

text - if you get color/value just right, it works well with bg/highlight for medium values

;) it's almost like a return to 'classic' gtk1

works fine on my q142 (anticipate no issues on other puplets like warys)

___(see under), thank you stu'! So many times I've thought "I can fix that gtk theme" and it got pushed back (the few times I did mod a gtk theme it was a struggle getting something reasonably workable and not too ugly). Now it's simple :D

Posted: Mon 04 Jul 2011, 04:43
by stu90
`f00 wrote:actually..

I prefer simplegtk - quite useful and gives expected results (highlight on tabs would be nice but once you start adding features..)

bg - great (at last relief from rox-filer window 'snow-blinding' or getting lost in too-dark gtks)

highlight - love buttons&etc that prelight on hover

select - automatically does contrasting text :D

text - if you get color/value just right, it works well with bg/highlight for medium values

;) it's almost like a return to 'classic' gtk1

works fine on my q142 (anticipate no issues on other puplets like warys)
Hello `f00 thanks for testing and feedback.

If you mean highlight on the tabs in geany and the like this should be doable with the highlight colour with out adding an extra input (see script below)

extract and make executable - then move script to the directory /root/my-applications/bin/

cheers.

SimpleGTK theme maker

Posted: Tue 05 Jul 2011, 12:44
by L18L
Hi stu90, good news
http://bkhome.org/blog/?viewDetailed=02335

Playing with remove I have found and fixed a bug.
If nothing was selected then the entire directory was deleted.
Not really deleted, I could move it back from /tmp.

Version 0.6 attached.

Code: Select all

### Stu90 ### L18L ###
# delete only if one theme was selected or everything will be deleted
# using variable RESTART
RESTART=$0 # using $RESTART enables restart independent of script name
VERSION=" v 0.6 "
And a question: You seem to not like gtk-stock items. Any good reason for no more using them :?:
Regards

Re: SimpleGTK theme maker

Posted: Tue 05 Jul 2011, 15:32
by stu90
L18L wrote:Hi stu90, good news
http://bkhome.org/blog/?viewDetailed=02335

Playing with remove I have found and fixed a bug.
If nothing was selected then the entire directory was deleted.
Not really deleted, I could move it back from /tmp.

Version 0.6 attached.

Code: Select all

### Stu90 ### L18L ###
# delete only if one theme was selected or everything will be deleted
# using variable RESTART
RESTART=$0 # using $RESTART enables restart independent of script name
VERSION=" v 0.6 "
And a question: You seem to not like gtk-stock items. Any good reason for no more using them :?:
Regards
Yikes, good catch on that bug L18L i have updated straight away and thanks for the restart variable tip that will come in handy.

Other than personal preference (i don't much like the look of the stock gtk icons) there is no real reason for not using them - i guess i could add them back in if people find they give better / visual instruction for what the buttons do?

cheers.

Re: SimpleGTK theme maker

Posted: Tue 05 Jul 2011, 17:28
by L18L
stu90 wrote:Other than personal preference (i don't much like the look of the stock gtk icons) there is no real reason for not using them - i guess i could add them back in if people find they give better / visual instruction for what the buttons do?
Besides their graphics it is more important for me that they are internationalized and localized. Maybe you have noticed in my screenshots (not in this thread, here I have used LANGUAGE=en simplegtk to make an English gui) Cancel was translated to Abbrechen.
Gtk-stock items are a standard used in puppy and elsewhere round the globe :)

I have downloaded o.6, inside it 0.7
Anyhow here is my 0.7 if you like it :)
Note, I like to use gtk-go-back, gtk-go-forward if appropriate and gtk-quit.

PS: you have made yad a dependency, very good :!:

Posted: Wed 06 Jul 2011, 10:47
by stu90
Hi L18L,

regarding icons: What you state sound like a good enough reason to leave them in.

I have changed the icons on the removal gui to (gtk-go-back and gtk-remove) and added a new info box when a theme is removed.

Also found another bug as well (tried to fix it but have hit a brick wall here ) - trying to close/quit the with the little 'x' in the window decoration respawns the gui.

cheers.

Posted: Thu 07 Jul 2011, 14:52
by L18L
stu90 wrote: close/quit the with the little 'x' in the window decoration
fixed :)

http://murga-linux.com/puppy/viewtopic.php?t=69283

Posted: Fri 08 Jul 2011, 11:07
by stu90
L18L wrote:
stu90 wrote: close/quit the with the little 'x' in the window decoration
fixed :)

http://murga-linux.com/puppy/viewtopic.php?t=69283
Nice one L18L 8)

I will make a new .pet - i also been though some of the other yad scripts, simplewall, simplebox, simplesave and changed all the buttons to gtk so will update the pets for them today aswell
cheers.

Posted: Wed 06 Jun 2012, 16:20
by johnywhy
Hello
Sorry if dumb question, but could this be used to edit xfce? I think xfce is based on gtk.

Thanks,
A noob

Simple but all right, 2014.

Posted: Mon 21 Apr 2014, 15:18
by Pelo
Simple but all right, 2014.

Simple but all right, 2014.

Posted: Mon 21 Apr 2014, 15:18
by Pelo
Simple but all right, 2014.