


Amarok 1.x Scripts by Kner 88 comments
--------------
amarok: BEGIN: void ScriptManager::slotRunScript()
amarok: [ScriptManager] Running script: /home/ushohet/.kde/share/apps/amarok/scripts///desktop/desktop.py
amarok: END__: void ScriptManager::slotRunScript() - Took 0s
Traceback (most recent call last):
File "/home/ushohet/.kde/share/apps/amarok/scripts///desktop/desktop.py", line 50, in ?
from qt import *
ImportError: No module named qt
amarok: BEGIN: void ScriptManager::scriptFinished(KProcess*)
amarok: END__: void ScriptManager::scriptFinished(KProcess*) - Took 0s
--------------
Any clues why?
I use Fedora with QT and KDE compiled from CVS
Thanks,
Uri - Feb 07 2005

Video Apps by cornelinux 20 comments
Thanks, Uri - Jan 17 2005
It failed with: Warning: an error occured running make. Check the .arkcomp-log file created in your home directory"
The log showed:
make[1]: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
Not all systems have QT installed in /usr/lib/qt3
After I removed all Makefiles in arkollon-0.4 directory and executed "qmake arkollon.pro" - the install.sh started properly.
HTH,
Uri - Sep 27 2004

Various KDE 1.-4. Improvements by isoteemu 9 comments

Cursors by mart 125 comments
make -C blue_src
make[1]: Entering directory `/home/ushohet/Crystalcursors/blue_src'
make[1]: *** No rule to make target `../blue_cursors/base_arrow_down', needed by `all'. Stop.
make[1]: Leaving directory `/home/ushohet/Crystalcursors/blue_src'
make: *** [all] Error 2
I use Fedora Core 1, GNU make 3.79.1
Any thoughts?
Uri - Mar 24 2004

Icon Sub-Sets by kborrey 4 comments
I've added -p to the mkdir command and rerun => success.
Uri. - Dec 23 2003

KDE 3.0-3.4 Themes by dbrownlees 138 comments
Big thanks to Sandro - keep it up! - Jun 30 2003

Karamba & Superkaramba by sick 11 comments
superkaramba: TaskManager::TaskManager()
Loaded my python extension!
kdeui (KRootPixmap): [../../kdelibs/kdeui/krootpixmap.cpp:205] activating background exports.
Traceback (most recent call last):
File "skmix.py", line 58, in widgetUpdated
volBar = karamba.createBar(widget, 35, 70, 12, 100, "pics/mixer_bar.png")
AttributeError: 'module' object has no attribute 'createBar'
Call to widgetUpdated failed
Thanks
Uri - Jun 26 2003

Karamba & Superkaramba by Matti 1797 comments
superkaramba ./liquid_weather.theme
superkaramba: TaskManager::TaskManager()
Loaded my python extension!
kdeui (KRootPixmap): [../../kdelibs/kdeui/krootpixmap.cpp:193] activating background exports.
/home/ushohet/karamba/karamba_weather/liquid.6384
Traceback (most recent call last):
File "liquid_weather.py", line 234, in initWidget
getWeather(widget)
File "liquid_weather.py", line 173, in getWeather
rawweather[i] = rawweather[i].strip('\n')
TypeError: strip() takes no arguments (1 given)
Call to widgetUpdated failed
Traceback (most recent call last):
File "liquid_weather.py", line 308, in widgetUpdated
getWeather(widget)
File "liquid_weather.py", line 173, in getWeather
rawweather[i] = rawweather[i].strip('\n')
TypeError: strip() takes no arguments (1 given)
Call to widgetUpdated failed
Traceback (most recent call last):
File "liquid_weather.py", line 308, in widgetUpdated
getWeather(widget)
File "liquid_weather.py", line 173, in getWeather
rawweather[i] = rawweather[i].strip('\n')
TypeError: strip() takes no arguments (1 given)
Call to widgetUpdated failed
Uri - Jun 01 2003

Karamba & Superkaramba by Matti 1797 comments
I tried "python liquid_weather.py", but it says:
Traceback (most recent call last):
File "liquid_weather.py", line 2, in ?
import karamba
ImportError: No module named karamba
Thanks,
Uri - Jun 01 2003

Karamba & Superkaramba by Matti 1797 comments
Traceback (most recent call last):
File "liquid_weather.py", line 308, in widgetUpdated
getWeather(widget)
File "liquid_weather.py", line 173, in getWeather
rawweather[i] = rawweather[i].strip('\n')
TypeError: strip() takes no arguments (1 given)
Call to widgetUpdated failed - Jun 01 2003

KDE 3.x Window Decorations by Brandybuck 27 comments
Regards, Uri - May 11 2003

Various KDE 1.-4. Improvements by equinoxe 139 comments
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -fno-exceptions -O3 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE -o kcm_kicker.la.closure kcm_kicker_la_closure.lo -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde3/lib -module -avoid-version -no-undefined positiontab_impl.lo hidingtab_impl.lo lookandfeeltab_impl.lo menutab_impl.lo extensionInfo.lo main.lo lookandfeeltab_kcm.lo advancedDialog.lo positiontab.lo hidingtab.lo lookandfeeltab.lo menutab.lo advancedOptions.lo ../background/libbgnd.la -lkio
../background/.libs/libbgnd.a(bgsettings.o): In function `KGlobalBackgroundSettings::readSettings()':
bgsettings.o(.text+0xc22b): undefined reference to `ShadowConfManager::getInstance(KConfig*)'
../background/.libs/libbgnd.a(bgsettings.o): In function `KGlobalBackgroundSettings::writeSettings()':
bgsettings.o(.text+0xc711): undefined reference to `ShadowConfManager::getInstance(KConfig*)'
bgsettings.o(.text+0xc723): undefined reference to `ShadowConfManager::get(QString const&)'
collect2: ld returned 1 exit status
make: *** [kcm_kicker.la.closure] Error 1
(Note: srcdir != builddir)
I did nm on bgsettings.o:
$ nm .libs/bgsettings.o |grep ShadowConfManager
U _ZN17ShadowConfManager11getInstanceEP7KConfig
U _ZN17ShadowConfManager3getERK7QString
Any help appreciated.
Uri - Mar 12 2003

Cursors by uga 112 comments
[ushohet@michal Cursors]$ make
make -C sources
make[1]: Entering directory `/tmp/Cursors/sources'
make[1]: *** No rule to make target `../cursors/bottom_left_corner', needed by `all'. Stop.
make[1]: Leaving directory `/tmp/Cursors/sources'
make: *** [all] Error 2 - Feb 13 2003