raspberrypi-ui / wayfire

2 stars 2 forks source link

Maximized Xwayland apps all freeze after a while #12

Open Botspot opened 4 months ago

Botspot commented 4 months ago

After having the latest PiOS Bookworm 64-bit running for a while on my Pi5, something happens and all maximized Xwayland apps begin to freeze.

Symptoms:

Causes:

Timeline:

Affected apps:

I understand that this is likely hard to reproduce. It does not occur immediately after boot, and I doubt that leaving a system running idly for long enough would cause "the trigger event" to happen by itself. Wayfire is likely the issue here. I am not familiar with where Wayfire logs errors. Please respond with advice for where to view Wayfire logs on a running system. In the meantime, I will try to avoid rebooting my system so we can get to the bottom of this.

Botspot commented 4 months ago

Here's what it looks like when trying to maximize an Xwayland program after "the trigger event" has occured.

spl237 commented 4 months ago

Please respond with advice for where to view Wayfire logs on a running system.

I'm not aware of a way to do that. The way I get logs from wayfire is to boot to console, then start wayfire and pipe its output to a file - wayfire-pi > logfile.txt

Problems which are confined to Xwayland may be in the decoration plugin - you could try editing /etc/wayfire/defaults.ini and remove the item "pixdecor" from the 'plugins' line. You will then get no headerbar on Xwayland applications, but it would be useful to know if this fixes the problem.