


Plasma 4 Extensions by jzegan 53 comments
-p. - Oct 12 2009

Plasma 4 Extensions by jzegan 53 comments
My first attempt at an Arch package, please test! - Sep 03 2009

Wallpaper Other by Viruscg 1 comment

Wallpaper Other by 11is 2 comments

Plasma Color Schemes by kubuntufreak 2 comments
-pd- - Feb 08 2008
I really like the interface, although I did run into some issues, and I look forward to seeing this project progress. Good work!
-pd- - Feb 08 2008

Cliparts by rebe 5 comments

Utilities by kelvie 347 comments
TITLE
--subtitle
----item
----item
--subtitle
----item
I see it in the example basket, but for the life of me I can't figure out how to do it... - Dec 23 2007

Karamba & Superkaramba by Loacoon 4 comments

Karamba & Superkaramba by lolo47 53 comments

Wallpaper Other by akohler 3 comments

Wallpaper Other by ThrasherSC 10 comments
best regards-
p.daniels - Dec 09 2007
Loaded my python extension!
sys.path.insert(0, '/home/teeahr1/sourcefiles-etc/superk/APOD View/')
--11:01:33-- http://antwrp.gsfc.nasa.gov/apod/image/0712/holmes_ladanyi.jpg
=> `/home/teeahr1/sourcefiles-etc/superk/APOD'
Resolving antwrp.gsfc.nasa.gov... 128.183.240.121
Connecting to antwrp.gsfc.nasa.gov|128.183.240.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 141,557 (138K) [image/jpeg]
100%[==============================================================================>] 141,557 95.85K/s
11:01:35 (95.54 KB/s) - `/home/teeahr1/sourcefiles-etc/superk/APOD' saved [141557/141557]
--11:01:35-- http://view//temp.jpg
=> `/home/teeahr1/sourcefiles-etc/superk/APOD'
Resolving view... failed: Name or service not known.
FINISHED --11:01:43--
Downloaded: 141,557 bytes in 1 files
convert: unable to open image `View//temp-1.jpg': No such file or directory.
convert: unable to open image `View//temp-1.jpg': No such file or directory.
convert: unable to open image `View//temp-1.png': No such file or directory.
convert: unable to open image `View//temp-1.png': No such file or directory.
convert: unable to open image `View//apod-1.png': No such file or directory.
rm: cannot remove `View//temp.jpg': No such file or directory
rm: cannot remove `/home/teeahr1/sourcefiles-etc/superk/APOD': No such file or directory
rm: cannot remove `View//temp.png': No such file or directory
- Dec 05 2007
Okay, in i-cons-disk-home.py, when you go to 3/4 size, you reused the code from i-cons-disk, so it displays mount and unmount. I changed this, so now it displays the icons and options that the full-size widget does. It's easy once you're looking at the code, it's lines 170 - 192.
Next problem: I'm unable to use the config to update the partition label or iconset. When I try to update the partition label, I get this:
"Call to commandOutput failed
Traceback (most recent call last):
File "/home/teeahr1/sourcefiles-etc/superk/i-cons_0.5-release/i-cons-disk-home.py", line 265, in commandOutput
if (pid == mountpoint_pid):
NameError: global name 'mountpoint_pid' is not defined
Error in sys.excepthook:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'
Original exception was:
Traceback (most recent call last):
File "/home/teeahr1/sourcefiles-etc/superk/i-cons_0.5-release/i-cons-disk-home.py", line 265, in commandOutput
if (pid == mountpoint_pid):
NameError: global name 'mountpoint_pid' is not defined
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x4200007
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x4200007"
Attempting to change the iconset seems to fail silently. Please advise.
best regards-
p. - Nov 11 2007
karamba.createClickArea(widget, 285, 0, 160, 33,("konqueror ~"))
to open the user's home folder. - Nov 10 2007
Automatic image resizing would be great. The icon set I'm using doesn't have some of the icons in 32x32, which is the path the theme looks in for the small icons, and it doesn't include 96x96 icons at all. Obviously, resizing the png files myself and creating the directory was a minor matter, but if I hadn't have gone code diving I wouldn't have known.
Thanks again, and keep up the great work! - Nov 10 2007

Karamba & Superkaramba by quinntm 2 comments

Karamba & Superkaramba by thidney 19 comments
2. The bottom of contact names are cut off by the next field.
Here's my terminal output:
"sys.path.insert(0, '/home/teeahr1/sourcefiles-etc/superk/62064-kabsa-0.0.3.skz')
adding files images/basic/footer.png
Error reading file images/basic/help.png from zip
no files stored
i have items: 0
adding file without storing /home/teeahr1/.kde/share/apps/kabc/std.vcf
RVC. addingFile: /home/teeahr1/.kde/share/apps/kabc/std.vcf
going parse: /home/teeahr1/.kde/share/apps/kabc/std.vcf
parse finished, having 87 items
size is 24"
I don't see anything of relevance there, but I hope it helps.
-p. - Nov 09 2007

Karamba & Superkaramba by bdunford 28 comments
Great work on this! Thanks a ton! - Nov 07 2007
sys.path.insert(0, '/home/teeahr1/sourcefiles-etc/superk/Guru/')
Traceback (most recent call last):
File "/home/teeahr1/sourcefiles-etc/superk/Guru/guru.py", line 34, in <module>
hide = config.get('appearance', 'guruhide')
File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'appearance'
Error in sys.excepthook:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'
Original exception was:
Traceback (most recent call last):
File "/home/teeahr1/sourcefiles-etc/superk/Guru/guru.py", line 34, in <module>
hide = config.get('appearance', 'guruhide')
File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'appearance'
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on guru.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------ - Nov 07 2007

Karamba & Superkaramba by LeeSieLung 22 comments

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 14 comments