也许我做错了什么,但命令不应该(单独运行)
notify-send -t 1 "test"
notify-send -t 1000 "test"
notify-send -t 10000 "test"
Run Code Online (Sandbox Code Playgroud)
有不同的超时?第一个几乎是瞬时的,第二个需要 1 秒,第三个需要 10 秒?在所有情况下,我似乎需要大约六秒钟。
有没有办法解决这种行为?由于开发人员将其标记为“功能”而不是错误,因此我想要一些替代方案。
是否可以在 OSD 上获得关闭按钮?
它会停留很长时间,有时我的电脑上有同事在,我不想让他们看到谁在线,或者我在听什么歌。不,我不能禁用它。
我正在使用 Ubuntu 11.10,并且尝试使用此线程中的以下代码安装 NotifyOSD-Config 无济于事: 如何更改显示通知的时间长度?
sudo add-apt-repository ppa:leolik/leolik
sudo add-apt-repository ppa:amandeepgrewal/notifyosdconfig
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install notifyosdconfig
Run Code Online (Sandbox Code Playgroud)
但它没有出现在附件文件夹中,以及我使用的最后一条消息
sudo apt-get install notifyosdconfig
Run Code Online (Sandbox Code Playgroud)
是:
E: 无法定位包 notifyosdconfig
我想更改气泡通知的时间,因为它显示的时间太长并更改了它出现的位置。先感谢您。
我也从这个线程尝试了这段代码:为什么通知这么低?
sudo add-apt-repository ppa:leolik/leolik
sudo add-apt-repository ppa:amandeepgrewal/notifyosdconfig
sudo apt-get update && sudo apt-get install notifyosdconfig
Run Code Online (Sandbox Code Playgroud)
它也没有用。
关于如何使 NotifyOSD-Config 工作的任何建议?