-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minigalaxy launch size is too large for Steam Deck screen, would be cool if it could be adjusted to work! #604
Comments
I guess it could be make to default to maximized view instead of a set width and height. |
How about checking the size of the smallest screen connected and if it doesn't fit, launch maximized? That might do the job while not bothering anybody with larger screens. |
I think that should be possible. I think GLib or Gtk will have some function for that. |
It seems like this should perhaps be handled by KDE/KWin instead, upstream discussion is here: https://bugs.kde.org/show_bug.cgi?id=498221 I'll let you know how it resolves. |
Interesting, thanks for linking this. |
Ongoing discussion of .set_default_size() running into this problem happening over at GTK+. I'll let you know how it goes! |
Doesn't gtk have scaling support? Maybe we could do a 50% scale. |
Then it would probably no longer be possible to tap items on the Steam Deck because they would be too small. I'm guessing if GTK+ confirms this is a GTK+ bug, then the best solution might be to have them fix it and leave minigalaxy as it is. |
I just tried Minigalaxy on the Steam Deck since that would be kind of the ultimate open-source move, using a nice DRM-free platform with an open-source client. Sadly, the minimum size of the Minigalaxy main window seems to be considerably too large:
But bafflingly, after tabbing in and out of it for a while, it suddenly resized to fit on the screen. So it can fit but right after launching it, it just doesn't. If it was possible to fix this at some point that would be really cool, since minigalaxy on the Steam Deck is just a fun idea!
I tested this with Minigalaxy 1.3.0 from Flathub
The text was updated successfully, but these errors were encountered: