[GTK] Only import wnck on X11 display

Wnck is only supported on X11 and raises errors in Wayland so only load
it when X11 present.

Fixes: #3265
This commit is contained in:
Calum Lind
2019-06-12 10:16:32 +01:00
parent 7ee8750be4
commit 03e7952d26
2 changed files with 10 additions and 8 deletions

View File

@ -4,6 +4,7 @@
### Gtk UI
- Fix errors running on Wayland (#3265).
- Fix Peers Tab tooltip and context menu errors (#3266).
### Web UI