如何自定义/禁用通知气泡?

Mus*_*oon 44 notification notify-osd

有没有办法禁用或自定义 Lucid 上的通知气泡?

替代文字

Isa*_*iah 22

是的,您可以使用名为Notify OSD Configuration的工具。

如果要禁用它们,请重命名文件
/usr/share/dbus-1/services/org.freedesktop.Notifications.service

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service{,.disabled}
Run Code Online (Sandbox Code Playgroud)

重新启用:

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service{.disabled,}
Run Code Online (Sandbox Code Playgroud)

您需要在其中任何一项更改后重新启动计算机才能使它们生效。

  • 哇,我不确定这是否有效,但是您在 mv 中使用的语法将永远改变我的生活。 (10认同)

sar*_*lad 8

要更改这些设置,请gconf-editor从软件中心安装。

滚动到那里/ ? apps ? nm-applet 并检查disable-connected-notificationsdisable-disconnected-notifications设置。检查附加的图像以获取说明。

在此处输入图片说明

至于 VLC,您需要访问 VLC 首选项(按 Ctrl + P,或从工具菜单访问)

在最小化时禁用SysTray 弹出窗口(将移动悬停在该选项上并阅读说明)

在此处输入图片说明

  • 我正在寻找如何在 vlc 中关闭它们。谢谢! (2认同)

kar*_*k87 6

您也可以关闭特定通知。要关闭pidgin通知,打开pidgin-->工具--->插件

取消选中libnotify 弹出窗口

替代文字

关闭 notify-osd 通知,请在终端中键入以下内容并重新启动系统。

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled
Run Code Online (Sandbox Code Playgroud)

禁用 rythmbox 歌曲弹出通知

去:

编辑 -> 插件

并取消选中状态图标插件。

其它的办法:

编辑 --> 插件

选择状态图标,点击配置按钮

选择从不显示的通知选项。