


QtCurve by joshjtl 53 comments
- Apr 18 2009

Various KDE 1.-4. Improvements by dreadhead 57 comments
> bugs if you are 5 versions behind
> because this bugs will most likely
> been fixed already.
hehe, yeah i know
usually my packages are all up to date =) - Nov 27 2007

Various KDE 1.-4. Improvements by dreadhead 57 comments
the crash did come at every kopete startup, since one day. i didnt do any unusuall things during the last kopete session, before the crashes appeared.
i upgraded then to 0.7 and it works now again.
is there a way to add more debug info without having debug compiled in?
in other words should i not even bother about filling out bugreports (not only kopete/otr but in general), because all my packages are compiled without debug support. - Nov 25 2007

Various KDE 1.-4. Improvements by dreadhead 57 comments
anyways it crashed my kopete and _maybe_ this is not an old bug so here we go:
gdb says:
ibkopete: WARNING: [Kopete::Plugin* Kopete::PluginManager::loadPluginInternal(const Q String&)] Unable to find a plugin named 'kopete_statistics'!
KCrash: Application 'kopete' crashing...
---Type <return> to continue, or q <return> to quit---
Program exited normally.
kcrash says:
#6 0xb60a7a25 in strstr () from /lib/libc.so.6
#7 0x0000e8ac in ?? ()
#8 0xb603b2b0 in ?? () from /lib/libc.so.6
#9 0xb5e22778 in ?? () from /usr/lib/libotr.so.2
#10 0x00000000 in ?? ()
I hope this is any help. i dont have debug compiled in - Nov 23 2007

Utilities by seraphyn 17 comments
bigger than 4 GB with appropriate versions of genisoimage or mkisofs.
Arrg! I needed this 2 days ago. Had to boot windows to burn the file. *shudder*...
;) - Nov 03 2007

Various KDE 1.-4. Improvements by dreadhead 57 comments
The encryption itself works nice, when an otr session is started manualy or by an incomming message.
Kopete justs does not start an otr session automatically, when I start a conversion with others. - Jul 29 2007

Various KDE 1.-4. Improvements by dreadhead 57 comments
My fingerprints are imported from pidgin 2.0.2. As described here in the comments.
Btw: The private key can not just be coppied from pidgin. They seem to use a string for "protocol" while kopete needs an integer value.
I changed the line
(protocol prpl-icq)
to
(protocol "myicqno") <- with Quotations
and it worked.
Ok back to the opportunistic issue.
Well kopete justed does not send encrypted messenages to people i have an verified fingerprints of.
What to do here? - Jul 29 2007

KDE 3.x Splash Screens by invernomuto 5 comments
is this splash screen still available? - Jun 28 2007

Amarok 1.x Scripts by maacruz 274 comments
But, after scanning the collection the script crashes again:
which: no aacgain in (/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin)
sh: mp3gain: command not found
[...]
sh: mp3gain: command not found
Traceback (most recent call last):
File "/home/adrian/.kde3.5/share/apps/amarok/scripts/amarok_replaygain/amarok_replaygain.py", line 640, in ?
scan_collection()
File "/home/adrian/.kde3.5/share/apps/amarok/scripts/amarok_replaygain/amarok_replaygain.py", line 520, in scan_collection
if failed_list: msg=msg+'\n\n'+_('The following albums failed:').encode(LC,'replace')+'\n'.join(failed_list).encode(LC,'replace')
File "/usr/lib/python2.4/encodings/iso8859_1.py", line 18, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 9804-9805: invalid data
Adrian - May 07 2006

Amarok 1.x Scripts by maacruz 274 comments
I guess its caused by a messed up mp3 file, but the script is not telling me which one. I don't realy want to seach every album by hand.
So can this be fixed?
This is the error message
which: no aacgain in (/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin)
sh: mp3gain: command not found
sh: mp3gain: command not found
.
.
.
sh: mp3gain: command not found
sh: mp3gain: command not found
Traceback (most recent call last):
File "/home/adrian/.kde3.5/share/apps/amarok/scripts/amarok_replaygain/amarok_replaygain.py", line 635, in ?
scan_collection()
File "/home/adrian/.kde3.5/share/apps/amarok/scripts/amarok_replaygain/amarok_replaygain.py", line 488, in scan_collection
os.popen('dcop amarok playlist shortStatusMessage "'+_('Replaygain scanning: ').encode(LC,'replace')+albumlist[albumid].encode(LC,'replace')+'"')
File "/usr/lib/python2.4/encodings/iso8859_1.py", line 18, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-13: invalid data - Apr 18 2006
Now the script works, but can't fix my file :(
"Mp3Fix did not find any defects."
It's strange because amarok shows two lengths, once is correct one wrong.
Look here:
http://adrian.kicks-ass.net/stuff/mp3fixer.jpg
If you want I can send you the file. It's ok because its the band of my friend and its not the finished version of the song yet. :)
Amarok - Jan 14 2006
Now the script works, but can't fix my file :(
"Mp3Fix did not find any defects."
It's strange because amarok shows two lengths, once is correct one wrong.
Look here:
http://adrian.kicks-ass.net/stuff/mp3fixer.jpg
If you want I can send you the file. It's ok because its the band of my friend and its not the finished version of the song yet. :)
Amarok - Jan 14 2006
.kde/share/apps/amarok/scripts-data/mp3fixer/mp3fixer.rb:29: private method `chomp' called for nil:NilClass (NoMethodError)
from .kde/share/apps/amarok/scripts-data/mp3fixer/mp3fixer.rb:28 - Jan 08 2006

Cursors by benplaut 7 comments
Adrian - Dec 31 2005

Cursors by benplaut 7 comments
When I resize windows, or hove over an Desktop icon, I get the standard x11 coursor. :(
Probably something is wrong with my config, but I don't know what that could be.
Any ideas?
Adrian - Dec 19 2005

Karamba & Superkaramba by PARENA 156 comments
2. Notes will be lost after restarting superkaramba.
Adrian - Dec 10 2005
Call to meterClicked failed
Traceback (most recent call last):
File "/usr/share/karamba/themes/31999-GedanKen.skz/notes.py", line 69, in meterClicked
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 0: ordinal not in range(128)
Adrian - Dec 06 2005

Karamba & Superkaramba by ogetbilo 289 comments
Thank good. This was so annoying, that I stopped using this feature. Hello Covers again! - Aug 15 2005

Emoticons by boardercoach 15 comments
first: Thankx, very nice!
sec: How difficult is it to make the white background transparent? And how to do it automatically (67 smilies are quite a lot...)?
Thankx a lot. - Jun 16 2005

Karamba & Superkaramba by ogetbilo 289 comments
I just had time to try out 2.2 and the improvements work nicely. Cpu load went down to 10% under the described circumstances.
Thanks a lot! - Jun 05 2005

Karamba & Superkaramba by ogetbilo 289 comments
This not the case here on my system. When I have no soundmania and amarok is stopped it uses exacly 0 cpu load. (Using amarok 1.2.4)
Maybe amarok was just updating you db?
Whats interesting maybe ist that when cpu load goes up to 100% top says only 30-40% of the load is made by amarok and 10% by superkaramba. But still it shows over 80% user cpu load. And there are no other processes that take any load.
The rest to 100% is taken by system load.
http://adrian.kicks-ass.net/stuff/top.jpg shows what I mean.
Adrian - Jun 01 2005

Karamba & Superkaramba by ogetbilo 289 comments

Karamba & Superkaramba by ogetbilo 289 comments
First, I really like soundmania, thanx for it!
But, when I stop listening to a song, using amaroks stop button, my CPU load rises to 100% until I either quit amarok, quit soundmania or play something again.
This does not happen when I use soundmanias stop button.
Adrian - May 31 2005

Karamba & Superkaramba by wizzard 102 comments
I have the same problem here. Maybe its because Superkaramba 1.17j is needed which seems to be outdated.
Last update of Dynamic Bar was about two years ago...
Can anybody tell? - Mar 31 2005