Description: This style provides a theme engines for KDE widgets which allows translucent menu and panel (kicker), all of that using a C++ based engine instead of using pixmaps which increase performance. The translucent of the menu and of the panel are fully configurable. Suggestions are appreciated.
i get an error message when i run the ./configure command as follows:
checking for X...configure: error: Cant find X includes. Please check your installation and create the correct paths
WHAT DO I DO???
Any help here woud be hot
./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
I installed successfully,
but I can't choose the option in the KDE menu.
Do I have to install something from the subdirectories, too?
If not, how can I put the option into the KDE menu??
I'm using SuSE 7.3.
Please helpz...
any1 got this working on debian i installed it no probs no errors.
compiled and installed fine.
but i cant see it under /looknfeel/style.
if any1 has got this to work on debian can u post how u did it.
im using unstable branch with kde2.2
worked it out
to any 1 with the same prob
hen you do configure do this instead
./configure --prefix=/usr
same as mandrake me thinks that all
other linux distribs are standard except
for suse.
Is it possible to make the taskbar buttons translucent? Or are those things just different critters entirely?
In a similar vein...bevel color. It would be cool if the bevel color could be based off the color showing through, like an outward bevel being brighter and and inward bevel being darker. Or something like that. Does the API allow for that without patching kicker?
Great job on the style! I've been waiting for something like this to come out! I excited about how this might mature over time.
i get:
checking for libz... configure: error: not found. Check your installation and look into config.log
under debian testing.
does anyone know what libz is? i searched the debian packages for it with no result...
thx
Anybody who has the problem (I had on FreeBSD 4.4):
make: don't know how to make acinclude.m4. Stop
instead of:
make -f Makefile.cvs
use:
gmake -f Makefile.cvs
Am I the only one who cant extract the tarball right?
BSD's tar, gnu tar, and kde's 'ark' cant extract all the files right.
This is from two computers on two different ISP's with two different OS'es...
when i make a /.configure, this text is coming. can anybody help me? i use suse.7.3 with the newest online update. is this a bug ?
------------------------------
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!
------------------------------
what have i to do? i want to have the transparence, too..
Thank you.
it works! Juchuuuu ! !
its great! it is wonderful.
.. But, i have to had installed liquid ! ?? yes ?
The buttons... for example: in the konqueror- the arrows for navigation: that are not only arrows, but buttons with an arrow gif. Can't i have only arrows??
sorry, my english is not very good. can anybody understand me?
thanks
theo
What is shadowed text? It seems to be fonts with a kind of shadow under them, isn't it? It is set on the Teax style control panel, but it doesn't seem to work. If it is what I'm thinking, it works on mosfet-liquid style, why doesn't in Teax? Could anyone help me?
Ah...! Finally found a problem worth pointing out. This is one heck of a 0.1 release, congratulations.
The window menu (the thing you get from right-clicking on the title bar) doesn't any show visible difference between the Always On Top and Store Settings items' active and inactive state. The High-colour Default theme shows their icons as depressed (a la mouse over menu item) when they're active.
Ratings & Comments
79 Comments
i get an error message when i run the ./configure command as follows: checking for X...configure: error: Cant find X includes. Please check your installation and create the correct paths WHAT DO I DO??? Any help here woud be hot
./configure checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld checking for a BSD compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable cc found in $PATH
I got it now with ./configure --prefix=/opt/kde2, that transparency really rocks ;-)
I installed successfully, but I can't choose the option in the KDE menu. Do I have to install something from the subdirectories, too? If not, how can I put the option into the KDE menu?? I'm using SuSE 7.3. Please helpz...
any1 got this working on debian i installed it no probs no errors. compiled and installed fine. but i cant see it under /looknfeel/style. if any1 has got this to work on debian can u post how u did it. im using unstable branch with kde2.2
worked it out to any 1 with the same prob hen you do configure do this instead ./configure --prefix=/usr same as mandrake me thinks that all other linux distribs are standard except for suse.
Thats a great theme!! Where is the Homepage and when comes the next update??? bye, sebastian
The next version of TeaX theme will be released in a little time. Together of that I'll make the homepage.
ok, could you please send me an short e-mail? thank you. -> xsebbi@gmx.de
Is it possible to make the taskbar buttons translucent? Or are those things just different critters entirely? In a similar vein...bevel color. It would be cool if the bevel color could be based off the color showing through, like an outward bevel being brighter and and inward bevel being darker. Or something like that. Does the API allow for that without patching kicker? Great job on the style! I've been waiting for something like this to come out! I excited about how this might mature over time.
Hi, I'm the programmer of TeaX style. Thanks to all for your comments and I should be happy if you send me bug report at pippo_dp@libero.it regards
i get: checking for libz... configure: error: not found. Check your installation and look into config.log under debian testing. does anyone know what libz is? i searched the debian packages for it with no result... thx
apt-get install zlib1g-dev :) that works for unstable. you might want to apt-cache search zlib | grep dev first..
Hey, From what I can see, this theme looks really good. :) There's only one problem tho..I can't get it to work. >.
Looks like my message didn't show corectly. Nevermind then..
Anybody who has the problem (I had on FreeBSD 4.4): make: don't know how to make acinclude.m4. Stop instead of: make -f Makefile.cvs use: gmake -f Makefile.cvs
Stupid me, yeah you need to use GNU make not BSD make
Am I the only one who cant extract the tarball right? BSD's tar, gnu tar, and kde's 'ark' cant extract all the files right. This is from two computers on two different ISP's with two different OS'es...
when i make a /.configure, this text is coming. can anybody help me? i use suse.7.3 with the newest online update. is this a bug ? ------------------------------ checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation! ------------------------------ what have i to do? i want to have the transparence, too.. Thank you.
before you do ./configure, type the floowing: export QTDIR=/usr/lib/qt2/ then it should work ...
it works! Juchuuuu ! ! its great! it is wonderful. .. But, i have to had installed liquid ! ?? yes ? The buttons... for example: in the konqueror- the arrows for navigation: that are not only arrows, but buttons with an arrow gif. Can't i have only arrows?? sorry, my english is not very good. can anybody understand me? thanks theo
that doesn't work... still the same prob...
What is shadowed text? It seems to be fonts with a kind of shadow under them, isn't it? It is set on the Teax style control panel, but it doesn't seem to work. If it is what I'm thinking, it works on mosfet-liquid style, why doesn't in Teax? Could anyone help me?
Ah...! Finally found a problem worth pointing out. This is one heck of a 0.1 release, congratulations. The window menu (the thing you get from right-clicking on the title bar) doesn't any show visible difference between the Always On Top and Store Settings items' active and inactive state. The High-colour Default theme shows their icons as depressed (a la mouse over menu item) when they're active.
[root@localhost mmm876]# kcmshell /usr/lib/menu/teaxtrans DCOPServer up and running. kcontrol: ERROR: