From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 071F0138247 for ; Thu, 5 Dec 2013 15:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B39EE09A2; Thu, 5 Dec 2013 15:11:00 +0000 (UTC) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16E4DE0982 for ; Thu, 5 Dec 2013 15:10:58 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id z2so8489524wiv.1 for ; Thu, 05 Dec 2013 07:10:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RR5w2EcLLzcK5RdV3wBvCJ+lsJoNXsRKmuIF0PupdcI=; b=QCNnO4+Tcu5UhAei+PB0uXl6BJRk79ItsgP7fcFN7uyfpQr24vDIttxcox7KCGZYbr 4za22P021sBBDjaHzxj1Fit6Wc/mbp5EIibZZaOuuClGMAa+Uf+76uudyWAD6Ue2awJg MdcgRFYxGGgh6Lv1ntk4aIryq/id/7Nby5pb3RksS/tvqpqA/gO8xYlhHFBG2hpQoYNB iFNEmOrepFELy0i45jN0nLnLbU7b9pmAr1EIoh+RKZisiJRQr5vCQuwFB97zn10kiGxT OBEChWNA+de4Oi2tF0lIHoXdo79gIHthX2dnKZr8d4eWf69VcUgTKmcEVTLk3ijOAvB4 aWFg== X-Received: by 10.180.187.229 with SMTP id fv5mr12594924wic.24.1386256257540; Thu, 05 Dec 2013 07:10:57 -0800 (PST) Received: from [172.20.0.40] (196-210-127-198.dynamic.isadsl.co.za. [196.210.127.198]) by mx.google.com with ESMTPSA id s2sm7116527wiy.7.2013.12.05.07.10.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Dec 2013 07:10:56 -0800 (PST) Message-ID: <52A09788.7020203@gmail.com> Date: Thu, 05 Dec 2013 17:11:04 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KWin closed unexpexctedly:( References: <52A054D2.7020407@mail.ru> <201312051438.49437.michaelkintzios@gmail.com> In-Reply-To: <201312051438.49437.michaelkintzios@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8d5eaa40-5e92-4091-9028-2c76f029aaf0 X-Archives-Hash: 6b59f5eede4602981179b9956d537dce On 05/12/2013 16:38, Mick wrote: > On Thursday 05 Dec 2013 10:26:26 the wrote: >> On 12/05/13 12:25, Jackie wrote: >>> Hello! I am using Gentoo with kernel-3.11.6 & KDE-4.11.4. It's been >>> a while since I last used Gentoo,but when I login yesterday via >>> KDM,my desktop went blackout emmediately with only mouse cursor(I >>> could still move it) and my conky there.I didn't even know what >>> happened. I then reboot and used openbox/KDE session and it worked >>> all properly and I upgraded my system.After all that I rebooted >>> again and KDE still isn't working now.All I know is that when I log >>> in all is black...I tried to remove ~/.kde4 but nothing got any >>> better.I checked .xsession-error and didn't really understand and I >>> put it here https://gist.github.com/anonymous/7800556.Any help?I >>> just don't know what to do now >> >> What about X log? > > The OP may have bigger problems ... > > akonadi is not configured correctly and it cannot connect to the mysql > database. So this needs fixing for KDE to function properly with its semantic > desktop. > > I would run revdep-rebuild and potentially rebuild sys-libs/glibc for good > measure (just a hunch from the log error that mentions GLib-CRITICAL **). > > Hope this helps. > glib != glibc glib is a helper lib from the gtk/gnome camp that implements useful and low level routines like event loops etc. The built package is unlikely to be wrong, GLib-CRITICAL error usually mean exactly that - the consumer lib made a request that doesn't make sense and glib correctly detected that it was sent something erroneous -- Alan McKinnon alan.mckinnon@gmail.com