From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA80F138330 for ; Wed, 21 Sep 2016 03:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2DF2E0B2C; Wed, 21 Sep 2016 03:27:27 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAB14E0AD7 for ; Wed, 21 Sep 2016 03:27:26 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bmYBZ-0004KN-Ow for gentoo-user@lists.gentoo.org; Wed, 21 Sep 2016 05:27:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Kai Krakow Subject: [gentoo-user] Re: Plasma upgrade: Part Deux. Date: Wed, 21 Sep 2016 05:26:48 +0200 Message-ID: <20160921052648.54f9ff68@jupiter.sol.kaishome.de> References: <014d40a1-1560-1e8f-b1a7-caa79ad4d1f7@gmail.com> <20160920083624.69f4bf53@jupiter.sol.kaishome.de> 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-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-Archives-Salt: 0c411b96-a307-4302-8619-2f2968e72e4b X-Archives-Hash: 0304ee261cae434f37e76e9dcd85f819 Am Tue, 20 Sep 2016 08:13:49 -0700 schrieb Daniel Frey : > On 09/19/2016 11:36 PM, Kai Krakow wrote: > > Am Mon, 19 Sep 2016 20:05:19 -0700 > > schrieb Daniel Frey : > > > >> So, I have a week off and have time to mess around trying to > >> upgrade to Plasma once again. > >> > >> I have got it mostly-somewhat upgraded, but I have two bizarre > >> problems. > >> > >> The first one is I have two volume controls in the tray. I have no > >> idea why, and both seem to present slightly different controls. > >> Could this be related to pulseaudio? > > > > There's kmix and there's the systray integrated mixer. Disable > > either one of them. With modern versions of plasma I prefer the > > plasma integrated mixer and uninstalled kmix. > > > > You can disable the other mixer in the systray properties. > > > > > > Yes, that solved it, thank you. > > I also figured out my Thunderbird problem, for some reason > "Fullscreen" was set under window properties (right-click Thunderbird > in the task bar, More Actions.) > > I've noticed a couple more things. One is after resume from standby > the plasma taskbar hangs at 100% cpu for 2-3 minutes, during which > time you can't open the K menu, click on open programs in the task > bar or start any apps. The tray icons and clock are also frozen. Has > anyone experienced this? It only does this after resume, it seems to > be fine otherwise. Any chances you're using calendar access in plasma widgets? I'm using calendars via akonadi-ews, and the clock widget has access to this (also korgac integrates with the plasma bars and accesses the calendar). This leads plasma to blocking for about 1 minute after login or resume - but only due to heavy writes of logs about zoneinfo that cannot be found. The problem here is that Outlook uses very strange time zone names (which even seem to change from version to version, I wonder how MS programmers keep track of it). The solution was to simply symlink the missing names (which you can extract from the X session logs and/or journal) to /usr/share/zoneinfo/localtime and now it works and my calendar events are even at the correct hour (and not shifted to another time zone). For me, blocking of plasma is now gone or at least reduced to a very short time. > Is there a way to speed up alt-tab switching? Often I hit alt-tab > expecting it to switch to another app but nothing happens. I have to > hit it two or sometimes even three (!) times to make it switch. This > is really irritating and slows down my work flow. I wonder about this annoying bug, too. As a programmer this is absolutely irritating as I do a lot of alt+tab between editors, logs, web browsers, and documentation. :-( Something similar happens when switching tasks using the mouse: Sometimes the first click on a taskbar icon is simply not fully recognized, it just switches focus to plasma but doesn't switch the application to front. Sometimes I feel like this may be related to having multiple monitors connected. -- Regards, Kai Replies to list-only preferred.