whoozle / android-file-transfer-linux

Android File Transfer for Linux (and macOS!)
http://whoozle.github.io/android-file-transfer-linux/
GNU Lesser General Public License v2.1
1.46k stars 121 forks source link

Set GDK_BACKEND=x11 if WAYLAND_DISPLAY detected. See issue #322. #325

Open benstox opened 1 year ago

benstox commented 1 year ago

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

yurikoles commented 8 months ago

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.