[Bug 532633] Re: [light-theme] please revert the order of the window controls back to menu:minimize, maximize, close

2010-03-19 Thread Jakarta
I think most people are right handed and now their way (with the mouse) is 
greater than before.
Please let the icons on the right side of the bar. Users who come from another 
OS are confused and so they 
search for an alternative OS. Stop this wired things.!!

-- 
[light-theme] please revert the order of the window controls back to 
menu:minimize,maximize,close
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279072] Re: Kaffeine displays Codec package is already installed when the media is not playable

2009-05-11 Thread Jakarta
Same here in Kubuntu 9.04 (release). Please turn off this message.

-- 
Kaffeine displays Codec package is already installed when the media is not 
playable
https://bugs.launchpad.net/bugs/279072
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 362860] Re: Klipper occupies 100% of the CPU

2009-04-17 Thread Jakarta
Same here, klipper starts but uses 100% CPU time. Im using KDE 4.2.2(64bit) in 
a virtualbox environment.
Ah yes its the jaunty rc

Hope this helps ...

-- 
Klipper occupies 100% of the CPU
https://bugs.launchpad.net/bugs/362860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-09-17 Thread Jakarta
@TWO. Ok there are other players thats right. But some time ago i had the smae 
problem with Adept.
And, the fix is ready. Is there a problem with building fixed packages for 
(k)ubuntu? On ubuntu bugs were fixed faster.
It is very annoying that such a thing would take 6 months to release this fix. 
So i could not recommend kubuntu to normal users who have no chance to fix it 
on their own.
I would offer my help but it seems that nobody really whant that ... :-(

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-09-16 Thread Jakarta
This is very ugly ... i posted a fix for this problem a few months ago. 
After that i compiled the original packaged of kaffeine to stop this failure.
But i can not understand why nobody from the kubuntu team would fix this. It is 
impossible for a normal user to understand.
Is Kubuntu out of sight? Should i move to an other KDE distro or what is the 
meaning of this ... ?
Im speachless ---

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 262105] Re: install amorok via apt

2008-08-28 Thread Jakarta
Same here i upgraded to KDE 3.5.10 and after that libpq seems broken.
Trying to clean the system removes amarok and KDE4 !!!

-- 
install amorok via apt
https://bugs.launchpad.net/bugs/262105
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-06-02 Thread Jakarta
Here is the problem code :
it is located in xinewidget ... and xine reports an unhandled stream ...
and this function is called in the play function of kaffeine ... so while 
playing a video
it endlessly try's to install a codec .. maybee we shoud store a already 
installed value 
in the kaffeine settings so that unhandledStreamsPresent() doesnt return False 
if the codecs are already installed 

Could anyone send me the patched sources of kaffeine because i did not
know how to patch the original sources ...

bool KXineWidget::unhandledStreamsPresent()
{
unsigned int hasAudio = xine_get_stream_info(m_xineStream, 
XINE_STREAM_INFO_HAS_AUDIO);
unsigned int hasVideo = xine_get_stream_info(m_xineStream, 
XINE_STREAM_INFO_HAS_VIDEO);

return  (hasAudio  !xine_get_stream_info(m_xineStream, 
XINE_STREAM_INFO_AUDIO_HANDLED)) ||
(hasVideo  !xine_get_stream_info(m_xineStream, 
XINE_STREAM_INFO_VIDEO_HANDLED));
}

void KXineWidget::slotPlay()
{
if ((!isXineReady()) || (isQueueEmpty()))
return;
}
 
if (unhandledStreamsPresent())
{
errorOut(No codecs to handle media);
sendXineError();
return;
}
}

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210303] Original sources ...

2008-05-22 Thread Jakarta
Re: [hardy] kaffeine loops on Codec package is already installed

I have the same problem described here. Now i compiled the original xine_part 
sources (from the link on the left bar) and installed libxinepart.
After that it worked without trying to install codecs. I think the install 
codec ubuntu modification is not well tested.
Does someone know where i could get the ubuntu source from kaffeine to fix that 
problem ??

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147642] Re: KDE shutdown dialog only has logout button

2007-10-19 Thread Jakarta
Same here with NVidia card. But the drawing is also terrible slow.

-- 
KDE shutdown dialog only has logout button
https://bugs.launchpad.net/bugs/147642
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137401] Re: kde apps draw very slowly

2007-10-19 Thread Jakarta
Same here, after removing xgl kde works with normal speed again. 
By the way compiz didn't work here too. NVidia Driver (NVIDIA FX5200).

-- 
kde apps draw very slowly
https://bugs.launchpad.net/bugs/137401
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 113906] Re: Kontakt crashes in kmail imap after few minutes

2007-06-10 Thread Jakarta
The problem occured after the update to KDE 3.5.7. But now it seems that KMail 
doesn't crash so often any more. It could be that there was a problem with my 
imap mail account.
But i think it shouldn't crash even if there is a imap problem 

-- 
Kontakt crashes in kmail imap after few minutes
https://bugs.launchpad.net/bugs/113906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113906] Re: Kontakt crashes in kmail imap after few minutes

2007-05-10 Thread Jakarta
Im using Kubuntu 7.04 

-- 
Kontakt crashes in kmail imap after few minutes
https://bugs.launchpad.net/bugs/113906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113906] Kontakt crashes in kmail imap after few minutes

2007-05-10 Thread Jakarta
Public bug reported:

Binary package hint: kontact

Im using Kontact (KMail) with 2 imap connections. It crashes after a few 
minutes. 
The dump is here ...: 
(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1243424544 (LWP 6566)]
[New Thread -1288672368 (LWP 6570)]
[New Thread -1280279664 (LWP 6569)]
[New Thread -1271886960 (LWP 6568)]
[New Thread -1263494256 (LWP 6567)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb4dba336 in KMMsgBase::storage () from /usr/lib/libkmailprivate.so
#7  0xb50310e4 in KMFolderImap::deleteMessage ()
   from /usr/lib/libkmailprivate.so
#8  0xb5031874 in KMFolderImap::removeMsg () from /usr/lib/libkmailprivate.so
#9  0xb4d91096 in KMFolder::removeMsg () from /usr/lib/libkmailprivate.so
#10 0xb4e6e62c in KMMoveCommand::execute () from /usr/lib/libkmailprivate.so
#11 0xb4ddb329 in KMCommand::slotPostTransfer ()
   from /usr/lib/libkmailprivate.so
#12 0xb4e6fe46 in 

[Bug 107542] Opening JPEG pictures in konqueror is very slow

2007-04-18 Thread Jakarta
Public bug reported:

Binary package hint: konqueror

Opening a picture with konqueror in feisty is awfully slow and consumes very 
high cpu load (compared with the same functionality in depper).
I'm using gwenview as view mode.

** Affects: kdebase (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Opening JPEG pictures in konqueror is very slow
https://bugs.launchpad.net/bugs/107542
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 107542] Re: Opening JPEG pictures in konqueror is very slow

2007-04-18 Thread Jakarta
This problem includes gif and png images too. and it seems that the
antialiasing is terrible slow here.

-- 
Opening JPEG pictures in konqueror is very slow
https://bugs.launchpad.net/bugs/107542
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84717] Re: SRU: updates necessary for Kubuntu Upgrade Tool in Edgy

2007-04-05 Thread Jakarta
Kubuntu 6.10 (upgraded from 6.04). 
It doesn't work. It crashes on the second screen. The manual
update (from the konsole) took over 3 hours ( ... ) 
But i saw that apt-get did some actions 3-4 times.

-- 
SRU: updates necessary for Kubuntu Upgrade Tool in Edgy
https://bugs.launchpad.net/bugs/84717
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 35460] Re: Dapper: Sound doesn't work properly

2007-03-07 Thread Jakarta
Hi, im using Edgy Eft (updated from Dapper ..) and on some Updates it seems 
that the update set the 
value to 0, as described above.


Greetings
Andreas

-Ursprüngliche Nachricht-
Von: Bug 35460 [EMAIL PROTECTED]
Gesendet: 07.03.07 04:45:22
An: [EMAIL PROTECTED]
Betreff: [Bug 35460] Re: Dapper: Sound doesn't work properly


Jakarta: what version of Kubuntu are you using?  Could you try Edgy or
Feisty and see if the problem occurs?

-- 
Dapper: Sound doesn't work properly
https://launchpad.net/bugs/35460


__
XXL-Speicher, PC-Virenschutz, Spartarife  mehr: Nur im WEB.DE Club!
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130

-- 
Dapper: Sound doesn't work properly
https://launchpad.net/bugs/35460

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 35460] Re: Dapper: Sound doesn't work properly

2007-02-09 Thread Jakarta
The Problem still exists on my machine .. :-( It seems that some
(k)ubuntu updates seem to disable the IEC958 IN Monitor Switch on the
sound configuration. After much trying with alsamixer this seems to be a
solution. The sound works proper for a while and a few days ago the
silence came back. And now after reenabling IEC IN Monitor settings in
KMix it works again. Strange ...

-- 
Dapper: Sound doesn't work properly
https://launchpad.net/bugs/35460

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 64531] Re: apt-index-watcher uses way too much system ressources

2007-01-04 Thread Jakarta
Problem still exists here installed debtags 1.5.5ubuntu2 and apt-index-watcher 
is at 0.3.9ubuntu5
The index watcher runs and consumes cpu time .. isn't it better to remove it 
completely until this
bug is fixed ??

-- 
apt-index-watcher uses way too much system ressources
https://launchpad.net/bugs/64531

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs