KDE Plasma 中的错误通知系统

Art*_* M. 12 kde arch-linux xfce notifications

我已经在我的 arch Linux 上安装了 KDE Plasma,但通知看起来像 XFCE4(我的 Arch 上也安装了 XFCE4)。

通知配置显示:目前通知由 Xfce Notify Daemon 而不是 Plasma 提供

KDE Plasma 有自己的通知系统吗?我怎样才能得到这个?

KDE 系统配置截图

小智 8

KDE Plasma 确实有自己的通知系统,但它与 XFCE 的通知系统冲突,这是对话框告诉您的。

如果您不再使用 XFCE4,您可以卸载xfce4-notifyd提供 XFCE 通知的软件包。
如果您仍然使用 XFCE4,但想要优先考虑 KDE Plasma 通知系统而不是 XFCE 通知系统,您可以将.localdbus 应优先考虑的通知服务符号链接到:

mkdir -p ~/.local/share/dbus-1/services/
ln -s /usr/share/dbus-1/services/org.kde.plasma.Notifications.service \
  ~/.local/share/dbus-1/services/org.kde.plasma.Notifications.service
Run Code Online (Sandbox Code Playgroud)

然后重新启动。

  • 有用!谢谢 (2认同)