[Nix-dev] Halting from kde, or exiting session

Yury G. Kudryashov urkud.urkud at gmail.com
Wed Feb 8 20:35:39 CET 2012


Lluís Batlle i Rossell wrote:

> On Wed, Feb 08, 2012 at 02:02:54PM +0400, Yury G.  Kudryashov wrote:
>> Arie Middelkoop wrote:
>> > I have a similar problem for a while. Shutdown, reboot or exit just
>> > gives a black screen for several seconds and then jumps back to KDM
>> > (via KDM I can shutdown or reboot my machine).
>> > 
>> > Your solution does not work for me. If my problem is related, perhaps I
>> > should just remove my entire .kde directory.
>> Or (untested)
>> $ find .kde -type f | xargs sed -e 's,/nix/store/[^/]*,/var/run/current-
>> system/sw,g' -i
>> 
>> P.S.: The proper solution would be to patch KDE to stop resolving
>> symlinks.
> 
> I find this a very good answer though! Do you recomend doing that 'sed'?
I've done sed like this a few times.
-- 
Yury G. Kudryashov,
mailto: urkud at mccme.ru



More information about the nix-dev mailing list