[LinuxCNC/linuxcnc PR#446] Replace `python-notify` with our own PyQt5 DBus system notification module

未分类 bolang 5个月前 (10-15) 29次浏览

Issue #446 | 状态: 已关闭 | 作者: KurtJacobson | 创建时间: 2018-06-19


python-notify when used with Qt5 on Debian 9 causes gtk errors which prevent QtScreen from starting. This replaces that package with a pure Qt module that sends requests over DBus to the system notification server.

Depends on:
* python-dbus
* python-dbus.mainloop.pyqt5 (optional)

If python-dbus.mainloop.pyqt5 is not installed any notification actions with callbacks will not work, but the notifications will still be shown.

Tested on:
* Debian 9
* Ubuntu 18.04


评论 (1)

#1 – KurtJacobson 于 2018-06-19

For @c-morley!


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/446

喜欢 (0)