Author |
Message |
stu90

Joined: 25 Feb 2010 Posts: 1399 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Fri 01 Jul 2011, 08:45 Post subject:
|
|
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 (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/detail?name=yad-0.12.4.tar.xz
Code: | ./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?
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Fri 01 Jul 2011, 12:21 Post subject:
SimpleGTK theme maker Subject description: some colours? |
|
Hi stu90,
thanks for version 0.5
I have played with colours and gtk buttons again...
Again, not really worth a new version....
Cheers
Description |
5a
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.39 KB |
Downloaded |
431 Time(s) |
Description |
some colours in text |
Filesize |
5.45 KB |
Viewed |
1039 Time(s) |

|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Fri 01 Jul 2011, 23:26 Post subject:
|
|
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/detail?name=yad-0.12.4.tar.xz
Code: | ./configure
make
new2dir make install |
|
Well I compiled it and it now works, no errors , 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. .
Geoffrey
|
Back to top
|
|
 |
`f00

Joined: 06 Nov 2008 Posts: 808 Location: the Western Reserve
|
Posted: Sun 03 Jul 2011, 12:33 Post subject:
Subject description: oob 1st look |
|
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
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
Last edited by `f00 on Mon 04 Jul 2011, 01:38; edited 1 time in total
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1399 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Mon 04 Jul 2011, 00:43 Post subject:
Subject description: oob 1st look |
|
`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
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.
Description |
version 0.5a (tab highlight)
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.32 KB |
Downloaded |
455 Time(s) |
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Tue 05 Jul 2011, 08:44 Post subject:
SimpleGTK theme maker Subject description: 0.6 |
|
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: | ### 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
Description |
just the script to use in /root/my-applications/bin Version 0.6
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.45 KB |
Downloaded |
676 Time(s) |
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1399 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Tue 05 Jul 2011, 11:32 Post subject:
Re: SimpleGTK theme maker Subject description: 0.6 |
|
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: | ### 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.
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Tue 05 Jul 2011, 13:28 Post subject:
Re: SimpleGTK theme maker Subject description: 0.7 use of gtk-stock items |
|
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
Description |
0.7 use of gtk-stock items
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.43 KB |
Downloaded |
405 Time(s) |
Description |
|
Filesize |
6.96 KB |
Viewed |
891 Time(s) |

|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1399 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Wed 06 Jul 2011, 06:47 Post subject:
|
|
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.
Description |
version 0.7a
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.48 KB |
Downloaded |
449 Time(s) |
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Thu 07 Jul 2011, 10:52 Post subject:
|
|
stu90 wrote: | close/quit the with the little 'x' in the window decoration |
fixed
http://murga-linux.com/puppy/viewtopic.php?t=69283
Description |
version 7b
|

Download |
Filename |
simplegtk.gz |
Filesize |
1.56 KB |
Downloaded |
420 Time(s) |
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1399 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Fri 08 Jul 2011, 07:07 Post subject:
|
|
Nice one L18L
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.
|
Back to top
|
|
 |
johnywhy

Joined: 20 Aug 2011 Posts: 721
|
Posted: Wed 06 Jun 2012, 12:20 Post subject:
|
|
Hello
Sorry if dumb question, but could this be used to edit xfce? I think xfce is based on gtk.
Thanks,
A noob
_________________ Now: X-Tahr
Tops: TarhNOP Vlina-R2 LxPrecise Racy xSlacko
Used: Puppeee Precise Lucid Wary Tahrpup Quirky Slacko MacPup Saluki Puppy Studio LxPupTarh Lina-Lite Lina
Watching: Quirky-April Zagreb RapidPup
i ♥ Puppy
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Mon 21 Apr 2014, 11:18 Post subject:
Simple but all right, 2014. |
|
Simple but all right, 2014.
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Mon 21 Apr 2014, 11:18 Post subject:
Simple but all right, 2014. |
|
Simple but all right, 2014.
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
|