Centos xrdp 遠程鏈接後忽然閃退

問題描述: 能夠進入登陸頁面,可是輸入用戶名,密碼後,直接閃退。bash

              查看 該用戶名  ~/.xsession-errorssession

                      

imsettings-check: ): IMSettings-WARNING **: Could not connect: Connection refused

(imsettings-check: ): GLib-GIO-CRITICAL **: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.

** (process: ): WARNING **: Could not make bus activated clients aware of XDG_CURRENT_DESKTOP=GNOME environment variable: Could not connect: Connection refused

  個人緣由是 dbus_daemon 衝突;app

                 爲啥衝突,是由於安裝了 Anconda3 的bin 有 dbus_daemoncode

                 系統  /usr/bin 下面也有 dbus_daemon blog

                 <能夠在 root 命令下 find / -name "dbus_dameon"> it

              咱們須要讓系統先識別,/usr/bin 下面的dbus_damonio

                  所以須要修改一下該用戶的環境變量class

                     <能夠先查看一下 輸入命令 env ,或者 echo $PATH >登錄

                  修改該用戶下的 ~/.bashrc 或者 ~/.bash_profile  讓 /usr/bin 在Anconda 的環境變量以前就行變量

                   修改完:source 一下

                   再查看一下:echo $PATH 是否修改爲功

相關文章
相關標籤/搜索