Guilherme Silva

Results 268 comments of Guilherme Silva

``` PYSTRAY_BACKEND=gtk python3 main.py ```

What the... o_o Please post the output of: ``` coredumpctl info python3 ``` What distro are you on, by the way?

Dumps are saved in a separate directory. You could try this: ```bash coredumpctl list # get the PID of the last python3 crash, and then: coredumpctl info ``` But I...

Thanks. The first frame of the backtrace might indicate a font-related issue. I've also had a similar crash [in the past](https://github.com/DevilXD/TwitchDropsMiner/issues/113#issuecomment-1556191807), which was basically caused by having an emoji font...

I was able to reproduce the crash on Ubuntu 22.04 when running from source as well. It turns out this is, once again, related to the bad handling of emoji...

> And run from source now works as well. Nice to hear! > Edit: After 10min the ui got stuck again. That's unfortunate... :/ In the meantime, you can try...

I see... On one hand, if I use `oss.krtirtho.spotube` globally, then window association on the Flatpak package will likely remain broken, because the application id [has to match the name...

I'm not sure I understand. The `com.github.KRTirtho.Spotube` id is only applied to Unix-like OSes (excluding macOS): https://github.com/KRTirtho/spotube/blob/bf3c8a54184082e6eff5ef59f92d8f93da4fa8e6/linux/CMakeLists.txt#L5-L9

I think I understand what you mean now: Do you want to only use the `com.github.KRTirtho.Spotube` for Flatpak, and use a different one for different Linux packaging formats? If that's...

I could be wrong, but I believe once we go "frameless mode", we have to (or had to) deal with window decorations and window controls ourselves...