Strona 1 z 1

Zawieszanie sesji gnome3 - Debian Jessie

: 08 kwietnia 2015, 20:24
autor: pawkrol
Czy ktoś spotkał się z problemem z zawieszaniem sesji w gnome ?
Dzieje się tak w Debian Jessie. W Wheezy nie było takiego problemu.

Kod: Zaznacz cały

Linux jessie 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux

W journalctl sieje takim błędem:

Kod: Zaznacz cały

jessie gnome-session[1243]: (gnome-shell:3215): dconf-CRITICAL **: unable to create file '/run/user/1000/dconf/user': Brak dostępu.  dconf will not work properly.
jessie gnome-session[1243]: (gnome-shell:3215): dconf-CRITICAL **: unable to create file '/run/user/1000/dconf/user': Brak dostępu.  dconf will not work properly.
jessie gnome-session[1243]: (gnome-shell:3215): dconf-CRITICAL **: unable to create file '/run/user/1000/dconf/user': Brak dostępu.  dconf will not work properly.
jessie gnome-session[1243]: (gnome-shell:3215): dconf-CRITICAL **: unable to create file '/run/user/1000/dconf/user': Brak dostępu.  dconf will not work properly.
Właścicielem katalogu /run/user/1000/dconf/user jest root.

Pomaga wtedy przełączenie konsoli i uruchomienie poniższych poleceń, ale jest to mało wygodne.

Kod: Zaznacz cały

chown 1000:1000 /run/user/1000/dconf/user
pkill -f /usr/bin/gnome-shell -HUP