pods icon indicating copy to clipboard operation
pods copied to clipboard

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

Open marhkb opened this issue 2 years ago • 2 comments

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

marhkb avatar Sep 23 '23 18:09 marhkb

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.

Minkiu avatar Nov 18 '23 17:11 Minkiu

You can use journalctl to retrieve logs.

For example, to follow the logs, you can do

journalctl _COMM=pods -f

marhkb avatar Nov 18 '23 18:11 marhkb