Summary: | Notifications Messed up? | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | wolfyrion <kyriacos> |
Component: | Notifications | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kde, kdelibs-bugs, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.13.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Better Screenshot for the notification bug using terminal command |
Description
wolfyrion
2018-06-29 09:52:09 UTC
Can you paste a screenshot of this notification. You can create notifications from the command line tool notify-send. Please get back to us with the information that David requested. Two screenshots with 4 monitors and notifications messed https://i.imgur.com/mYNIcIl.jpg https://i.imgur.com/Lso3AAx.jpg A very weird thing happened... After updating some files from Manjaro repo I booted and notifications were working fine just like that. I thought the problem it got fixed, but after I rebooted for a second time the problem was back again. is there any file that stores notification settings so I can delete it and restore notifications to defaults? Thanks for the info. I'll let David or one of the other more experienced developers answer your question. Created attachment 113766 [details]
Better Screenshot for the notification bug using terminal command
Better Screenshot for the notification bug using terminal command
notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
The popups shown in the last screenshot is not Plasma. Please check what process is owning notifications: dbus-send --session --print-reply --dest=org.freedesktop.DBus / \ org.freedesktop.DBus.GetConnectionUnixProcessID string:org.freedesktop.Notifications [wolfyrion@WPC ~]$ dbus-send --session --print-reply --dest=org.freedesktop.DBus / \
> org.freedesktop.DBus.GetConnectionUnixProcessID string:org.freedesktop.Notifications
method return time=1530716152.757616 sender=org.freedesktop.DBus -> destination=:1.798 serial=3 reply_serial=2
uint32 9512
The other applications were Clementine - The music player every time I change a song it popups notifications the name of the song KDE Connect - it displays in KDE Notification whatever notification I received from my smartphone that includes - Emails , sms and other applications It would be helpful if you could get the name of the application, using pidof 9512 I think I have found the culprit. I have totally removed XFCE and now notifications are working fine. I dont know why XFCE is causing this issue, is a bit weird. XFCE has a file xfce4-notifyd maybe that is the culprit. I have rebooted my pc 2-3 times and notifications are fine , no problems at all. Thanks for the info! |