https://bugs.kde.org/show_bug.cgi?id=359531

eduardo <edoantoni...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edoantoni...@hotmail.com

--- Comment #7 from eduardo <edoantoni...@hotmail.com> ---
(In reply to Christian Stadelmann from comment #6)
> > Obviously the problem here is that gtk hard depends on an unreleased, not
> > standardized interface. It should check whether it exists and if not either
> > exit (heck one could also use X11, no need to crash just because there's a
> > Wayland socket) or fall back to wl_shell as Qt does.
> 
> That's the core problem and Gtk+ people are fixing it. See
> https://bugzilla.gnome.org/show_bug.cgi?id=762258
> 
> Sorry for the noise.

Right now if i run something like gnome-calculator, it show me this:

~]$ gnome-calculator

(gnome-calculator:18775): Gdk-WARNING **: Wayland compositor does not support
xdg_shell interface, not using Wayland display



so it runs on xwayland instead (this is the workaround done on the bug thread
posted on the last reply). If I force wayland, it just doesnt start:

~]$ GDK_BACKEND=wayland gnome-calculator

(gnome-calculator:18792): Gdk-WARNING **: Wayland compositor does not support
xdg_shell interface, not using Wayland display

(gnome-calculator:18792): Gtk-WARNING **: cannot open display: :1



So in other words, for what I read here, there is no ETA about when gtk3
programs will work natively on kwin-wayland. Hopefully xdg_shell will become a
stable protocol soon, so it can be supported.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to