Bug 369467 - Cant use Open/Save as dialog on wayland
Summary: Cant use Open/Save as dialog on wayland
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kate
Classification: Applications
Component: sessions (show other bugs)
Version: 16.08
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-28 10:27 UTC by Asad Mehmood
Modified: 2017-07-23 14:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Asad Mehmood 2016-09-28 10:27:27 UTC
When trying to open a file with C-O, kate crashes with

(kate:2612): Gdk-WARNING **: gdkwindow-x11.c:5555 drawable is not a native X11 window
Segmentation fault (core dumped)

Current workaround is to start kate with:
GDK_BACKEND=x11 kate

Reproducible: Always

Steps to Reproduce:
1. press C-O with a wayland session



running gnome-shell (wayland) with Xwayland on arch linux.
Comment 1 Christoph Cullmann 2017-07-23 14:06:01 UTC
We use the native dialogs via QFileDialog, if that keeps to be an issue, please report that upstream to Qt.