You are not logged in.
Pages: 1
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
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
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
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
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
Pages: 1