Page 1 of 1

Gtk-Theme-engines for Puppy 3? [solved]

Posted: Sun 14 Oct 2007, 02:39
by MU
Hi,
I installed Puppy3 (frugal).
Added Ezpup and some Gtk-themes like industrial blue from older dotpups.

If I run the MU-Gtk--Themechooser from ezpup (from a consolewindow), I get errors like:
/usr/local/MU-Gtk-Themechooser/MU-Gtktheme
(Gtklist:7978): Gtk-WARNING **: Unable to locate theme engine in module_path: "industrial",

(Gtklist:7978): Gtk-WARNING **: Unable to locate theme engine in module_path: "redmond95",
Those were "engines" in older Gtkversions, in /usr/lib/gtk-2.0/2.4.0/engines/

Puppy3 has:
/usr/lib/gtk-2.0/2.10.0/engines

But if I copy the old *.so files there, I still get that error.
So I think they are incompatible with gtk 2.10.

I then downloaded and extracted the slackware package of Gtk 2.10.13.
It does not include them.
Even the sourcecode from gtk.org just seems to have sources for libpixmap.so.

Does someone have an idea where to find sources or binaries?
In my old Puppy I used these:

libbluecurve.so
libcleanice.so
libexperience.so
libgalaxy.so
libgtkqt.so
libindustrial.so
libmetal.so
libpixmap.so
libqtpixmap.so
libredmond95.so
libsvg.so
libwonderland.so
libxfce.so


Thanks, Mark

Posted: Sun 14 Oct 2007, 03:15
by wow
Galaxy :arrow: I have no idea
Xfce :arrow: take it from the xfce4(for puppy3) sfs :)
All others(I think) :arrow: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/

Posted: Sun 14 Oct 2007, 03:25
by MU
great, thank you!
I'll try right tomorrow, the sources should do it :)
Galaxy is the standard-theme of mandriva-Linux, at least it was in older versions.
It should be possible to find the source with google. But it is not that important as the others.

Time to sleep, almost 6.am...

Good night, Mark

Posted: Sun 14 Oct 2007, 15:49
by MU
no success yet.
Compiled the engines with the included themes:
http://dotpups.de/diverse-tgz/gtk-engin ... 2-i486.pet

still get:
Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libredmond95.so",
Google brings up many requests, but no solutions :?
Mark

Posted: Sun 14 Oct 2007, 16:09
by MU
uh solution was so simple.

Just delete /etc/gtk-2.0/gtkrc

Then the themechooser works as expected, even with the old theme-engines :D

Mark