TheRedCyclops

Results 31 comments of TheRedCyclops
trafficstars

I'm seemingly having the same issue and even force closing the app doesn't fix it

There are a lot of UI crashes that are actually network errors, they would need to be handled for this to actually work in all cases of disconnection, see #11066...

I managed to fix the prompt not appearing by copying any font to: /usr/share/fonts/Plymouth.ttf It checks for the font specified in the theme or it uses the one in that...

In my case changing ``` flyingman_sprite.SetX(Window.GetX() + (Window.GetWidth(0) / 2 - flyingman_image[0].GetWidth() / 2)); # Place images in the center flyingman_sprite.SetY(Window.GetY() + (Window.GetHeight(0) / 2 - flyingman_image[0].GetHeight() / 2)); ```...

I think that probably fixes it, but I can't test it right now due to another bug with the systemd password prompt not being shown, I would have to try...

I think that it may be related to what screen is detected first, in my case the smaller one is detected as 0. This may be due to the fact...

the problem is that if the index is set to 1 it probably breaks the most common setup, one monitor

It just creates a transparent gap between the window decorations and the actual window content and still doesn't tile