marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
709 stars 14 forks source link

Repeatedly maximizing the window or resizing the window may cause the application to hang #720

Open marhkb opened 9 months ago

marhkb commented 9 months ago

The app seems to hang the more I maximize/minimize or shrink its width in order to show/hide the sidebar. This video depicts the issue

hangs-when-maximized-minimized.webm

libadwaita upstream bug report: https://gitlab.gnome.org/GNOME/libadwaita/-/issues/721

Reproduction steps

Repeatedly maximize the window or resize the window will cause the application to hang.

Environment

2.0.0-dev-b86f038e

Minkiu commented 7 months ago

Hey, how do I get those logs in the release version (2.0.0)? Or should I build with builder? I tried flatpak run com.github.marhkb.Pods --log-level=debug but nothing shows up, I'm experiencing hangs at almost every movement, so want to make sure it's related with this or if i need to create a new issue.

marhkb commented 7 months ago

You can use journalctl to retrieve logs.

For example, to follow the logs, you can do

journalctl _COMM=pods -f