Merge pull request #413 from luhuaei/master

Force use xcb backend at wayland desktop session
master
Matthew Zeng 5 years ago committed by GitHub
commit 2bf07d71ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      eaf.el

@ -985,7 +985,9 @@ Return t or nil based on the result of the call."
(list eaf-proxy-host eaf-proxy-port eaf-proxy-type eaf-config-location)
(list (eaf-serialization-var-list))
))
(gdb-args (list "-batch" "-ex" "run" "-ex" "bt" "--args" eaf-python-command)))
(gdb-args (list "-batch" "-ex" "run" "-ex" "bt" "--args" eaf-python-command))
(process-environment (cl-copy-list process-environment)))
(setenv "QT_QPA_PLATFORM" "xcb")
(setq eaf-process
(if eaf-enable-debug
(apply #'start-process eaf-name eaf-name "gdb" (append gdb-args eaf-args))

Loading…
Cancel
Save