Skip to content
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

Open
ell1e opened this issue Jul 3, 2024 · 8 comments

Comments

@ell1e
Copy link

ell1e commented Jul 3, 2024

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:

Screenshot_20240703_164328

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

@sharkwouter
Copy link
Owner

I guess it could be make to default to maximized view instead of a set width and height.

@ell1e
Copy link
Author

ell1e commented Aug 13, 2024

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.

@sharkwouter
Copy link
Owner

I think that should be possible. I think GLib or Gtk will have some function for that.

@ell1e
Copy link
Author

ell1e commented Jan 3, 2025

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.

@sharkwouter
Copy link
Owner

Interesting, thanks for linking this.

@ell1e
Copy link
Author

ell1e commented Jan 8, 2025

Ongoing discussion of .set_default_size() running into this problem happening over at GTK+. I'll let you know how it goes!

@sharkwouter
Copy link
Owner

Doesn't gtk have scaling support? Maybe we could do a 50% scale.

@ell1e
Copy link
Author

ell1e commented Jan 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants