You are not logged in.

#1 2016-10-15 09:34:01

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

YAD - Gtk-WARNING

Hello all,

Since the latest Gnome update, my YAD script isn't working anymore - please see below the terminal output.

 
[sweetth@Archlinux ~]$ '/home/sweetth/yad/yadserver.sh' 
rm: cannot remove '/home/sweetth/yad/yad-*.pipe': No such file or directory

(yad:5628): Gtk-WARNING **: Error loading icon from file 'yad':
	Image file 'yad' contains no data

(yad:5625): Gtk-WARNING **: GtkPlug only works under X11

(yad:5625): Gdk-WARNING **: gdkwindow-x11.c:5596 drawable is not a native X11 window

(yad:5627): Gtk-WARNING **: GtkPlug only works under X11

(yad:5627): Gdk-WARNING **: gdkwindow-x11.c:5596 drawable is not a native X11 window

(yad:5628): Gtk-WARNING **: GtkSocket: only works under X11

(yad:5628): Gdk-WARNING **: gdkwindow-x11.c:5554 drawable is not a native X11 window
/home/sweetth/yad/yadserver.sh: line 36:  5628 Segmentation fault      (core dumped) yad --title "Server Commander" --paned --key="$fkey" --button="gtk-close:1" --width=500 --height=400

Offline

#2 2016-10-15 10:02:31

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: YAD - Gtk-WARNING

Note the "GtkPlug only works under X11". It seems Wayland is now the default session type for Gnome -- you can find plenty of other issues related to this.

Last edited by Raynman (2016-10-15 10:02:41)

Offline

#3 2016-10-16 12:03:50

giupino82
Member
Registered: 2015-08-19
Posts: 6

Re: YAD - Gtk-WARNING

Same here when try to add a book

(python2:9018): Gdk-WARNING **: gdkwindow-x11.c:5554 drawable is not a native X11 window
Errore di segmentazione (core dump creato)

Offline

#4 2016-10-20 03:46:28

Crojas
Member
Registered: 2015-01-11
Posts: 2

Re: YAD - Gtk-WARNING

Same here in texmaker and texstudio when I try to open a file.

(texmaker:2279): Gdk-WARNING **: gdkwindow-x11.c:5554 drawable is not a native X11 window
[1]    2279 segmentation fault (core dumped)  texmaker
(texstudio:2480): Gdk-WARNING **: gdkwindow-x11.c:5554 drawable is not a native X11 window
crashed with signal SIGSEGV
crashed with signal SIGSEGV
crashed with signal SIGSEGV
crashed with signal SIGSEGV
crashed with signal SIGSEGV
Forced kill after recovering failed after: SIGSEGV

[1]    2480 abort (core dumped)  texstudio

I solved it opening texstudio like this

GDK_BACKEND=x11 texstudio

Last edited by Crojas (2016-10-20 04:00:39)

Offline

#5 2016-10-21 23:29:12

Hexcles
Member
Registered: 2015-09-18
Posts: 8

Re: YAD - Gtk-WARNING

Crojas wrote:

Same here in texmaker and texstudio when I try to open a file.

I solved it opening texstudio like this

GDK_BACKEND=x11 texstudio

This works like a charm! (It also fixes the matplotlib windows under Wayland. Guess it would be able to fix this whole family of issues.)

Offline

Board footer

Powered by FluxBB