GNOME Bugzilla – Bug 774553
Hide vino when using Wayland
Last modified: 2016-11-17 15:06:12 UTC
Until we have a replacement.
Created attachment 340016 [details] [review] sharing: Hide Vino when using Wayland Since we don't support "Screen Sharing" under Wayland yet.
Review of attachment 340016 [details] [review]: ::: panels/sharing/cc-sharing-panel.c @@ +1160,3 @@ /* screen sharing */ + /* Do not show Vino when using Wayland */ + if (cc_sharing_panel_check_schema_available (self, VINO_SCHEMA_ID) && !GDK_IS_WAYLAND_DISPLAY (display)) This will fail to compile if gtk+ is compiled without Wayland support.
Created attachment 340031 [details] [review] sharing: Hide Vino when using Wayland Since we don't support "Screen Sharing" under Wayland yet.
Review of attachment 340031 [details] [review]: Sure for master and gnome-3-22
Attachment 340031 [details] pushed as 02ab69b - sharing: Hide Vino when using Wayland