Results 142 comments of Anatoliy Kashkin

@MikauSchekzen maybe it's somehow related to the fact that dialogs can't be moved separately from the parent window in GNOME. Can you try to change `Dialog` to `Window` in https://github.com/tkashkin/GameHub/blob/51dd7c89416ca863ca3917581917350a8d63a036/src/ui/dialogs/GamePropertiesDialog/GamePropertiesDialog.vala#L29...

@MikauSchekzen try to: * Replace `headerbar = (HeaderBar) get_header_bar();` with `headerbar = new HeaderBar();` * Add `set_titlebar(headerbar);` after line 50 * Replace `get_content_area().add(stack);` with `add(stack);` This should probably be enough....

Well, I have no idea what's wrong. I guess I'll have to install KDE and test everything. Is there any significant info about your environment other than it's GTK 3.24.27...

Interesting, looks like dialogs require a parent window to be set on KDE, otherwise moving them causes weird bugs. I haven't noticed anything similar in GNOME or Pantheon. [GTK docs](https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-transient-for)...

Humble have changed Trove page again and it broke games import. Now they at least have an API endpoint to get Trove games so hopefully it won't break again. I've...

Thanks. I can't try it right now (and I don't use EGS so I'll probably need an account to test it). I can at least try to answer your questions...

I have managed to install GOG Galaxy in Proton and use it as a "custom emulator". Games can be launched with Galaxy in the same prefix. It should be possible...

@MaoDzeDun > Wonder if the guy behind ProtonDB won't be able to help with that. I know they just implemented a recommended tweaks functionality to their entries, so in theory...

> It should be researched if there's an API to get GOG achievements and playtime like for Steam games. There is achievements API on GOG. That API returns many useful...

It won't work for native GOG games.