Core447

Results 226 comments of Core447

> I would like that too, the problem is the Adw component I use ([Adw.NavigationSplitView](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.NavigationSplitView.html)) doesn't support that. We could switch to [Gtk.Paned](https://docs.gtk.org/gtk4/class.Paned.html) but that doesn't look that nice. An...

Should be fixed by 0b9e02f24558edb6adc2397ceafce18174b62cbd. After changing the rotation in the ui, you'll probably have to restart (still working on a fix for that)

I'm going to try to reproduce this, so I can debug this.

Is this still an issue for you on `1.5.0-beta.6`?

I did the following, but I didn't get this problem: https://github.com/user-attachments/assets/3079bc91-ab45-435f-a1a5-b7fcec074e20 Can you please do the following: 1. Close StreamController completely (via the option in the hamburger menu) 2. Launch...

Can you please share your logs? You can find them under `~/.var/app/com.core447.StreamController/data/logs/logs.log`. And could you maybe also open the app from the terminal and check the output of it when...

> Im getting the same issue. > > [logs.log](https://github.com/StreamController/StreamController/files/15431308/logs.log) [logs.2024-05-23_18-48-20_270867.log](https://github.com/StreamController/StreamController/files/15431311/logs.2024-05-23_18-48-20_270867.log) When exactly is this happening? Does it appear after resuming from the system standby or the screensaver of the app?...

> right after suspend Ok. The whole restore from suspend code is pretty bad and is more of a temporary solution that I will have to rewrite at some point.

@oparada1988 I changed the suspend system. It's just a test for now and I don't know if this will solve your issue. You can find it in the `new-resume` branch....