mate-desktop / mate-notification-daemon

Daemon to display passive pop-up notifications
https://mate-desktop.org
GNU General Public License v2.0
30 stars 26 forks source link

Fix positioning on Wayland when output is not at position 0, 0 #224

Closed wmww closed 7 months ago

wmww commented 7 months ago

When using with Sway my notifications stopped appearing. It turns out this was because I had something like

output * pos 1600 1440

in my Sway config, and the original Wayland port I did didn't account for offset outputs. This fixes that bug.

lukefromdc commented 7 months ago

I was just able to duplicate your issue in wayfire: a deliberate offset of +200 on the x axis didn't change where the desktop rendered but moved a notification halfway offscreen to the right. About to try the PR