From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUDt1-0004k0-3X for garchives@archives.gentoo.org; Tue, 15 May 2012 09:17:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80FAEE0BE7; Tue, 15 May 2012 09:17:12 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AB4BE0B93 for ; Tue, 15 May 2012 09:14:35 +0000 (UTC) Received: from weird.wonkology.org (xdsl-84-44-155-51.netcologne.de [84.44.155.51]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 9A47EDC041 for ; Tue, 15 May 2012 11:14:34 +0200 (CEST) Date: Tue, 15 May 2012 11:14:32 +0200 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: mplayer2 idle CPU condumption Message-ID: <20120515111432.3963e83c@weird.wonkology.org> In-Reply-To: <20120511020648.02dee20f@weird.wonkology.org> References: <20120509133159.458b85e4@weird.wonkology.org> <20120509153006.34c6680b@weird.wonkology.org> <20120511020648.02dee20f@weird.wonkology.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 96c63ffb-14d4-47d5-9be2-c96bcbf561eb X-Archives-Hash: dfcc1add9916e34f604dc7fcd86bd273 Alex Schuster writes: > I wrote: > > Thanks. Another thing that happens to me only. I filed a bug about > > this: https://bugs.gentoo.org/show_bug.cgi?id=415241 > > I just found out it only happens when I start the video from within > Dolphin, and as my user. From the command line, or as another user with > an unconfigured KDE desktop, it does not happen. Something is very weird > here. Maybe I should start over with a clean KDE environment, AGAIN. But > I really really hate to do this every once in a while. Can't these > things just work? The bug report got some updates, it's not Dolphin's or KDE's fault, but mplayer2's, happens whenever it is started from a file manager. Something with terminal keyboard controls enabled by the file manager, but with stdin not being connected to anything readable. It's fixed upstream: http://devel.mplayer2.org/ticket/146 Meanwhile, option -noconsolecontrols also helps. Wonko