lxqt / lxqt-notificationd

The LXQt notification daemon
https://lxqt.github.io
GNU Lesser General Public License v2.1
62 stars 38 forks source link

Qt warning when launching lxqt-config-notificationd #338

Closed isf63 closed 2 months ago

isf63 commented 1 year ago
Current Behavior

When launching lxqt-config-notificationd a Qt warning is printed: QCoreApplication::postEvent: Unexpected null receiver

This is my notifications.conf, for sake of completeness:

[General]
__userfile__=true
doNotDisturb=false
placement=bottom-right
screenWithMouse=false
server_decides=10
spacing=8
unattendedMaxNum=0
width=640
Possible Solution
Context

The Qt stderr message shows up upon launching from a terminal, and shows up in journalctl.

System Information
isf63 commented 2 months ago

No longer appears with the Qt6 version.