Previous Next
Table
of Contents
6. Bugs
Button hangs
- sometimes, if you click very slow on accept,ok,cancel,
the button remains pressed,
and nothing happens. The reason is that qt emits button pressed
events, but on this event many things happens, eg skin change
and the button gets no notify that it is released.
workaround: click again, or click faster
FreeBSB/BSDi/OS
- kmpg compiles under these systems, but does not run very
well. FreeBSD/BSDi/OS seems to have bugs in their POSIX thread
implementation.Expect clicks in the sound (FreeBSD), or no sound at all
(BSDi/OS)
when unsing egcs < 1.1 :
- during compile the inline, assembly optimised math function are
disabled because of a bug in the i386 code. Result:
much decreased perfomance! EG: Spectrum analyser uses
instead of 5% cpu 17% cpu. And the mp3 decoder uses these functions
as well!(g++ -v shows you the version number)Note: The bug
is only on i386, but the inlines are disabled on other architectures
(solaris,alpha)as well.patch?
when running multiple instances of kmpg :
-
The ipc Playlist handling is set to the last _opened_ kmpg instance.
Thus if you close the last opened instance
your ipc request goes directly to /dev/null. There is no workaround, because
it is simply not clear which instance should get the ipc.(Last,first,
random,all,none?)
-
The volume may jump higher/lower when you open/close players.
This is not a bug, because it is simply not clear which
volume is correct. The reson is that kmpg has no "master volume"
If you stay with the number of players (e.g:2) the volume
stays the same (after you adjusted it _once_)
with esd support:
the specturm analyser updates slower
Bug in the .rpm Version:
If kmpg does not start if you click on a mp3 then your KDE version does
not have this file:
$(KDEDIR)/share/mimelnk/audio/x-mp3.kdelnk
You must create it by hand. This is the file:
# KDE Config File
[KDE Desktop Entry]
MimeType=audio/x-mp3
Comment=MPEG layer 3 sound file
DefaultApp=kmpg
Icon=sound.xpm
Type=MimeType
Patterns=*.mp3;*.MP3;
Comment[es]=Fichero de sonido MPEG Layer 3
Comment[de]=MPEG3 komprimierte Musik Datei
Comment[no]=MPEG-komprimert lydfil
Comment[pl]=Plik d¿wiêkowy MPEG III
Comment[fi]=MPEG musiikki
Comment[fr]=Fichier son au format MPEG3
Comment[pt]=Ficheiro de som MPEG Layer 3
Comment[pt_BR]=Arquivo de som MPEG Layer 3
Comment[it]=File sonoro MPEG
Comment[sk]=Zvukový súbor komprimovaný ¹tandardom
MPEG Layer 3