android-file-transfer-linux
android-file-transfer-linux copied to clipboard
Set GDK_BACKEND=x11 if WAYLAND_DISPLAY detected. See issue #322.
Set GDK_BACKEND=x11 if WAYLAND_DISPLAY detected in order to avoid crash. See issue https://github.com/whoozle/android-file-transfer-linux/issues/322
I'm not sure about code itself, I just suggest to tune commit message like this:
-Set GDK_BACKEND=x11 if WAYLAND_DISPLAY detected. See issue #322.
+Set GDK_BACKEND=x11 if WAYLAND_DISPLAY detected.
+
+Closes #322.