malkauns

Results 12 comments of malkauns

thanks! I was looking for this option for a long time.

I get this Xwayland crash on a regular basis and its damn annoying. It seems to be something to do with having something in the clipboard, then opening a file...

> would be nice if there were some clear repro steps, I've not had xwayland crash even once. Copying, pasting, opening dialogs. I really wish I could reproduce it at...

I made a wrapper for Xwayland so i can dump its output to a [file](https://pastebin.com/ht5jPMjG). The last 2 lines of the output are: `XWAYLAND: wl_display@1: error 1: invalid arguments for...

mv /usr/bin/Xwayland /usr/bin/Xwayland_orig /usr/bin/Xwayland: ``` #!/bin/bash d=`date +%s` mv /home/me/xwayland.log /home/me/xwayland_$d.log /usr/bin/Xwayland_orig $@ &> /home/me/xwayland.log ```

I **may** have made some progress. In my hyprland.conf i have: env = QT_QPA_PLATFORM,xcb. I have removed this and only set this up for apps that really need it instead...

does the solution i mentioned above apply to you? would be interesting to know if it makes a difference.

Still an issue for me. My only solution is to run apps in it as little as possible but there's always the fear that it will crash at a very...

> Tried this, but still causes xwayland crash for me Do you have a reliable way of reproducing the crash?