aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-01-02 17:16:51 +0100
committerMarcoFalke <falke.marco@gmail.com>2019-01-02 17:16:53 +0100
commitfb52d0684e0f03bca5d7ddcf3fc5b0657859ac2c (patch)
tree584678e469d3d16e32e28170f666e6980c6056dd /doc
parentdf894fa69a09ff2b7f00af0cf220e5132a69c70a (diff)
parentc8d9d9093b7050cd24cdb9eb1d1e05c16bedd9fd (diff)
downloadbitcoin-fb52d0684e0f03bca5d7ddcf3fc5b0657859ac2c.tar.xz
Merge #15000: qt: Fix broken notificator on GNOME
c8d9d9093b Fix broken notificator on GNOME (Hennadii Stepanov) Pull request description: Fix #14994; that bug was introduced in #14228 (that was my fault). ~Also this commit explicit separates~ There are two functions of the tray icon: - a system tray widget (`QSystemTrayIcon::isSystemTrayAvailable() == true`) - a high-level notificator via balloon messages (`QSystemTrayIcon::supportsMessages() == true`) ~These properties are mutually independent,~ e.g., on Fedora 29 + GNOME: ``` QSystemTrayIcon::isSystemTrayAvailable() == false; QSystemTrayIcon::supportsMessages() == true; ``` UPDATE: `supportsMessages()` makes no sense without `isSystemTrayAvailable()`: `QSystemTrayIcon::showMessage()` just not working on Fedora 29 + GNOME. Tree-SHA512: 3e75ed2dfcef112bd64b8c329227ae68ba57f3be55769629f4eb3b1c52ef1f33db635f00bb5fd57c25f73a692971d6a847ea14c525f41c594fddde6e970a8ad8
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions