嘿,剛剛在我的 Ubuntu 10.10 機器上安裝了 XFCE。但現在我無法登出或關閉我的電腦。當我點擊Log off
或Shutdown
什麼都沒有發生!如果我再次單擊它們,則會出現一個對話框,其中顯示:
Failed to receive a reply from the session manager
Session manager must be in idle state when requesting a shutdown
那麼如何解決這個問題呢?
答案1
只需從您的終端嘗試即可sudo shutdown -h now
。
答案2
答案3
我遇到這個問題只是因為 $HOME 目錄的所有權未正確設定為 root。看來使用者必須能夠將 xfce4-session-* 檔案寫入 ~/.cache/sessions/。因此,如果該檔案不存在,嘗試關閉就會失敗。