use*_*384 5 notification notify-osd i3-wm
我安装了 i3 桌面环境,然后通过软件管理器将其删除,因为我不太喜欢它。
现在我又开始使用 unity(默认)了。但是,现在我的屏幕左上角有一个白色和蓝色的通知。我通常在连接 wifi 或收到电子邮件时看到它们。
此通知也会出现在登录屏幕上,并且不允许我在检查首选无线设备时输入密码。
我需要删除这个通知的东西。
尝试删除以下软件包:
sudo apt-get remove dunst i3 i3-wm i3lock i3status suckless-tools
Run Code Online (Sandbox Code Playgroud)
然后尝试:
sudo apt-get autoremove && sudo apt-get update && sudo apt-get install --reinstall notify-osd
Run Code Online (Sandbox Code Playgroud)
这将有望解决这个问题。