页次: 1
问题描述:
1、Gnome 桌面环境,但是每次进桌面都好慢,输完密码登陆后,黑屏一段时间才进入。
2、gnome的终端,用快捷键打开,当时没反应,当你忘记的时候,他才弹出来(想一下,得有多慢,我还以为快捷键不管用了)
3、chrome 和终端一样,当你忘记的时候,他才弹出现。用命令行打开报错如下:
➜ ~ google-chrome-unstable
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[1282:1282:1216/195237:ERROR:background_mode_manager_aura.cc(13)] Not implemented reached in virtual void BackgroundModeManager::EnableLaunchOnStartup(bool)
[1282:1282:1216/195238:ERROR:logging.h(811)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
[1282:1282:1216/195239:ERROR:logging.h(811)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
[1282:1315:1216/195249:ERROR:ssl_client_socket_openssl.cc(1110)] handshake failed; returned -1, SSL error code 1, net_error -100
[1282:1315:1216/195249:ERROR:ssl_client_socket_openssl.cc(1110)] handshake failed; returned -1, SSL error code 1, net_error -100
[1282:1315:1216/195249:ERROR:ssl_client_socket_openssl.cc(1110)] handshake failed; returned -1, SSL error code 1, net_error -100
[1282:1315:1216/195250:ERROR:ssl_client_socket_openssl.cc(1110)] handshake failed; returned -1, SSL error code 1, net_error -100
第一次装Arch,我怀疑是不是自己少了什么配置,或者漏了什么?
在网上找了目前的解决办法,稍微有所缓解,终端没问题了,chrome 也不用等那么长时间了,但是还是慢,而且每次都要输密码,感觉不是彻底的解决方案。
现在的解决办法:https://bbs.archlinux.org/viewtopic.php?id=180066
create the ~/.config/autostart/gnome-keyring-daemon.desktop file and paste the following:
[Desktop Entry]
Type=Application
Exec=/usr/bin/gnome-keyring-daemon
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Gnome Keyring Daemon
Name=Gnome Keyring Daemon
Comment[en_US]=Load gnome keyring daemon
Comment=Load gnome keyring daemon
大家帮我看看,应该怎么解决。。
离线
好吧,我找到解决2 3 的办法了。vim ~/.xprofile
export XMODIFIERS="@im=fcitx"
rt LC_CTYPE=zh_CN.UTF-8
export XIM=fcitx
export XIM_PROGRAM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
# eval `dbus-launch --sh-syntax --exit-with-session`
exec fcitx &""
把
eval `dbus-launch --sh-syntax --exit-with-session`
注释掉就好了,这是当时配搜狗输入法时整的一个文件。
但是进桌面特别慢怎么破??
最近编辑记录 Youthink (2015-12-16 21:04:39)
离线
看起来好像是 keyring 的问题。等 GNOME 用户来吧。
在线
页次: 1