christophgysin / pasystray

PulseAudio system tray
GNU Lesser General Public License v2.1
439 stars 43 forks source link

Allow running build with X11 support under Wayland #171

Open maaarghk opened 11 months ago

maaarghk commented 11 months ago

Fixes: #90 / Ref: #156

Fixes segfaults under Wayland if built with X11 support.

Adds a warning when -g is used under Wayland, notifying the user that the option has no effect.

Adds a warning when x11_property calls are made under Wayland.

maaarghk commented 11 months ago

(Theoretically there's a world where someone has compiled GTK2 with the Wayland backend, and this also fixes that)