


Network by Sephiroth6779 4 comments

Amarok 1.x Scripts by BoknesMonster 19 comments
- Feb 13 2007

Audioplayers by comar961 272 comments
Posibility to take data ints of dcop, for example dcop amarok player getVolume.
Sorry for my bad english.
- Feb 08 2007

AmarokFS by Kaisermart 2 comments

Amarok 1.x Scripts by Kaisermart 8 comments
In this situation kill python process. - Feb 07 2007

Utilities by giorgiotani 182 comments

Audioplayers by comar961 272 comments
http://kde-apps.org/content/pre1/52787-1.jpg - Feb 07 2007

Audioplayers by comar961 272 comments
I think there is /usr/qt3/bin/qmake.
- Feb 07 2007

Amarok 1.x Scripts by Kaisermart 8 comments

Amarok 1.x Scripts by Kaisermart 8 comments

Audioplayers by comar961 272 comments
Other idea is implement mouse over effect at the control buttons.
Bye
- Feb 05 2007

Audioplayers by comar961 272 comments
Thanks.
- Feb 04 2007

Audioplayers by comar961 272 comments
This is the first error. I use Opensuse 10.2.
Can anyone put for download the Makefile or the executable file, rpm or other?
Thanks, Very good app. - Feb 04 2007
When the otre side send HTTP/1.1 200 OK the info tab of doka show the error file size exceed 2 Gb but the file size is 5 Kb.
And I thing that the string path file is bad take of the server.
Sorry for my bad english
- Jan 20 2007

Various KDE 1.-4. Improvements by sirajr 613 comments

Various KDE 1.-4. Improvements by sirajr 613 comments
LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory - Apr 16 2006

Karamba & Superkaramba by zAfi 2 comments
Very good - Apr 14 2006

Dolphin Service Menus by Kaisermart 6 comments
http://www.kde-look.org/content/show.php?content=21625 - Mar 23 2006

Science by davidsaxton 45 comments

Dolphin Service Menus by Kaisermart 5 comments
Thanks for your opinion - Jan 08 2006

Science by davidsaxton 45 comments

Science by davidsaxton 45 comments

Science by davidsaxton 45 comments

Science by davidsaxton 45 comments
libgtk-x11-2.0.* are installed in /opt/gnome/lib . I must use /usr/lib ? - Jan 05 2006

Science by davidsaxton 45 comments
collect2: ld returned 1 exit status
This is the error. whats happens. I use suse 9.3 and kde 3.40.
I use the version 0.1 of ktechlab and it is amazing. - Jan 05 2006
Sorry for my bad english - Jan 04 2006
However your compilation run with the theme. I don't understand.
In the other hand I modify the app adding the pdf90 functionality. The application can take more utilities.
If you wnt to take my version warn me.
Sorry for my bad english - Jan 04 2006

Karamba & Superkaramba by Kaisermart 8 comments
Sorry for my english - Nov 14 2005

Karamba & Superkaramba by Kaisermart 8 comments
But I see the theme of the mouse.
Bye - Nov 14 2005

Karamba & Superkaramba by Kaisermart 8 comments
The version 0.8b find the xxxx_aio.py.
and load it.
For you load them into the theme you must click on the theme with the right button and configure the theme.
Sorry for my poor english. - Nov 14 2005

KDE Plasma Screenshots by Lordan 1 comment
Sera un programa no o algo
Saludos
El escritorio se ve muy pequeñin. - Sep 30 2005

Karamba & Superkaramba by Eugeni 6 comments
Lo de las noticias esta muy bien. Ya era hora de algo asi en español.
Saludos - Sep 03 2005
The plugin is this. Is based on sysinfos_aio.py.
import karamba
plugin_name = "Temp AIO"
classCall = 'Temp(widget, theme, color, titleColor)'
icon = 'au.png'
default_param = {}
def init(widget):
pass
class Temp:
def __init__(self, widget, theme, color, titleColor):
self.loaded = False
self.pid = None
self.title = karamba.createText(widget, 36, 34, 150, 20, "Temperatura")
karamba.changeTextSize(widget, self.title, 20)
self.line = karamba.createImage(widget, 31, 58, "Themes/" + theme + "/line.png")
self.text0 = karamba.createText(widget, 38, 62, 300, 16, "Discos duros")
karamba.changeTextSize(widget, self.text0, 14)
self.text1 = karamba.createText(widget, 38, 80, 300, 12, "")
self.text2 = karamba.createText(widget, 38, 96, 300, 12, "")
self.text_list = [self.text0, self.text1, self.text2]
karamba.setTextSensor(widget, self.text1, 'sensor=program program="sudo /usr/local/sbin/hddtemp /dev/hda|awk '{print $3}'" interval=36000')
karamba.setTextSensor(widget, self.text2, 'sensor=program program="sudo /usr/local/sbin/hddtemp /dev/hdc|awk '{print $4}'" interval=36000')
karamba.changeTextColor(widget, self.title, titleColor[0], titleColor[1], titleColor[2])
for meter in self.text_list:
karamba.changeTextColor(widget, meter, color[0], color[1], color[2])
self.loaded = True
def updateColor(self, widget, color):
for meter in self.text_list:
karamba.changeTextColor(widget, meter, color[0], color[1], color[2])
def shadow(self, widget, bool):
if bool:
for meter in self.text_list:
karamba.changeTextShadow(widget, meter, 1)
else:
for meter in self.text_list:
karamba.changeTextShadow(widget, meter, 0)
def update(self, widget):
pass
def commandOutput(self, widget, pid, output):
pass
def meterClicked(self, widget, meter, button):
pass
def close(self, widget):
karamba.deleteText(widget, self.title)
karamba.deleteImage(widget, self.line)
for meter in self.text_list:
karamba.deleteText(widget, meter)
I don't know the error of this.
However your superkaramba theme is fantastic congratulations and thanks.
- Sep 03 2005

Karamba & Superkaramba by burt 6 comments
Thank you - Aug 26 2005

Education Apps by rschmidt 16 comments
The newest version of Klaid,0.7.6beta, at the make process gives following error:
In file included from main.cpp:21:
klaidwidget.h:25:29: klaidwidgetbase.h: Doesnt exist this file or directory
In file included from main.cpp:21:
I search in the src directory and I not find klaidwidgetbase.h. Where is the file?
Thanks for all - May 17 2005