Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Issue with wlc mode without xwayland #41

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by podhorsky-ksj Saturday Nov 07, 2015 at 10:20 GMT Originally opened as https://github.com/Cloudef/wlc/issues/82


Hi, I have an issue with wlc mode without xwayland. Some of gtk3 applications crashing, not during start, but when occasionally when I tried to open or close another window, for example pcmanfm crashes with: (pcmanfm:10144): Gdk-ERROR **: Error flushing display: Broken pipe. But it can be caused by the gtk3.

More important is that sometimes crash the orbment itself. I took the log. This time it was caused, that I copied come content from one terminal (I'm using "termite") to another terminal, so I used keys ctrl+shift+c for copy and when I tried to paste it with ctrl+shift+v, wlc crashed. This not occures every time.

Log is here: https://www.dropbox.com/s/erbf3g77n2cide1/orbment.log.error

I used this configuration: export WLC_DIM=0.8 export QT_QPA_PLATFORM=wayland-egl export WLC_XWAYLAND=0 export TERMINAL=termite export XKB_DEFAULT_LAYOUT="us,cz(qwerty)" export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle export WLC_DEBUG=render,render-loop,focus,xwm /usr/bin/orbment --log /home/ksj/orbment.log.error & disown

Can you please look at it?

Also, can you give me some guide how to right configure plugin autostart and layout? I tried configure autostart, but no application was run.

Thanks

WLCIssuesBot commented 7 years ago

Comment by Manouchehri Sunday Nov 22, 2015 at 15:41 GMT


Likely related to #85?