我在Ubuntu14.04 x64上的通知有问题。通知只是带有彩色背景的纯文本,并且奇怪地放置在左上角。我不知道它是怎么变的。一次重启后,它就在那里了。
下面是有关问题的一幅图片:

如您所见,通知出现在统一菜单上。如何恢复通知气泡的原始状态?
以下是~/.notify-osd中的设置
slot-allocation = fixed
bubble-expire-timeout = 10sec
bubble-vertical-gap = 5px
bubble-horizontal-gap = 5px
bubble-corner-radius = 37,5%
bubble-icon-size = 30px
bubble-gauge-size = 6px
bubble-width = 240px
bubble-background-color = 131313
bubble-background-opacity = 90%
text-margin-size = 10px
text-title-size = 100%
text-title-weight = bold
text-title-color = ffffff
text-title-opacity = 100%
text-body-size = 90%
text-body-weight = normal
text-body-color = eaeaea
text-body-opacity = 100%
text-shadow-opacity = 100%如果我检查org.freedesktop.Notifications.service(/usr/share/dbus-1/servies),它似乎使用了正确的。
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/x86_64-linux-gnu/notify-osd发布于 2014-07-23 08:21:22
你最近安装了i3吗?显然,i3元文件安装了自己的通知守护进程dunst,这给了您蓝色的左上角通知。我解决了这个问题:
sudo apt-get remove dunst
killall dunsthttps://askubuntu.com/questions/473504
复制相似问题