Results 152 comments of Anatoliy Kashkin

No plans right now, but maybe in the future. I have tried to build it for Windows and [it builds](https://github.com/tkashkin/GameHub/issues/176#issuecomment-512653294), but there's a lot of things to implement for Windows....

* Try `dconf reset -f /com/github/tkashkin/gamehub/` to reset all settings. * If window is maximized, try to unmaximize it. * Do you have anything that changes GTK CSDs installed? *...

It seems the root cause of this in GameHub is that `WelcomeView` and `GamesView` have separate headerbars and they call [`Window.set_titlebar`](https://valadoc.org/gtk+-3.0/Gtk.Window.set_titlebar.html) to replace them. `gtk3-nocsd`, `KWin`, or some other component...

I'm not sure this feature is in scope of the project and even if it was it would have low priority. Maybe it could be implemented some time in the...

Probably something with Steam's `.desktop` file or mime caches, see #571, #338, #263, #226, #117.

Does `xdg-open steam://rungameid/$id` work?

There's definitely something weird happening with your `.desktop` files. `Exec=bash /home/user/.var/app/com.valvesoftware.Steam/.local/share/Steam/steam.sh -no-cef-sandbox` should try to run the flatpak Steam installation outside of the sandbox. That's what I have for flatpak...

So this thing loads anything with Game category from flathub, right? It shouldn't be too hard to implement. Does PackageKit support flatpak? It may be better, because it will allow...

I'm currently rewriting and redesigning installation dialog. I'm thinking about splitting installation options into separate small steps. There's still a lot of work to do, but here's how it looks...

@Lucki good questions. > Not sure if that download selection is supposed to happen in the shown dialog Downloading installers without installing them seems useful, and I'm not sure where...