Xfce4 面板上的“指示器插件”的“声音菜单”指示器上的“声音设置”按钮无法打开。此按钮应该可以打开pavucontrol
,我可以从终端或 Whisker 菜单正常启动它。但我就是无法从面板启动它,这真的很麻烦。有没有什么方法可以让我查看与面板或指示器插件相关的日志,以便发现问题所在?
更新:
这是我的会话环境:
XDG_SESSION_ID=c2
SESSION=xfce
UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1983
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
SESSION_MANAGER=local/User-Xubuntu:@/tmp/.ICE-unix/2156,unix/User-Xubuntu:/tmp/.ICE-unix/2156
DESKTOP_SESSION=xfce
XDG_SESSION_TYPE=x11
GDMSESSION=xfce
SESSIONTYPE=
XDG_SESSION_DESKTOP=xfce
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-dIizG8qAqw
答案1
是的,可以在目录中找到指标插件日志$HOME/.cache
。
日志文件位置
在较新的 Xubuntu 版本中,文件位置可能会略有变化。在 Xubuntu 15.04 中,位置为$HOME/.cache/xfce4-indicator-plugin.log
,示例内容如下。
DEBUG libindicator-plugin Looking at Module: libapplication.so
DEBUG libindicator-plugin Loading Module: libapplication.so
DEBUG libindicator-plugin Load indicator: libapplication.so
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.messages
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.messages
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.messages
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.sound
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.sound
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.sound
DEBUG Indicator-Application Connected to Application Indicator Service.
DEBUG Indicator-Application Request current apps
DEBUG Indicator-Application Building new application entry: :1.29 with icon: nm-no-connection at position 0
DEBUG libindicator-plugin Entry added for io=libapplication.so
DEBUG libindicator-plugin Entry added for io=com.canonical.indicator.sound
较旧的日志文件位于$HOME/.cache/upstart
,并作为每种指标类型的 Gzip 压缩文件单独保存。我已确认 14.04 版也是如此,但不确定 15.04 版及更新版本是否仍然如此,因为我只运行了 Live USB 的输出。
换句话说,较旧的日志文件只能在安装到本地机器的 Xubuntu 中找到。Gzip 压缩文件可能不存在于 Live 系统上。
声音设置无作用
根据 的输出env | grep SESSION
,该会话xfce
适用于当前用户。这就是“声音设置”不起作用的原因。
这也是影响 14.04 版本的一个已知问题,已归档为错误 #1359249于 2014 年末在 Launchpad 上推出。普通用户不会注意到这一点,除非用户在登录桌面之前选择了“Xfce 会话”而不是“Xubuntu 会话”。
解决方法
在登录桌面之前选择“Xubuntu 会话”。然后在 Xfce 面板上单击“指示声音”图标 >声音设置...打开音量控制窗口照常。