minigalaxy icon indicating copy to clipboard operation
minigalaxy copied to clipboard

A simple GOG client for Linux

Results 159 minigalaxy issues
Sort by recently updated
recently updated
newest added

I'd like the option to select either Linux or Windows version of a game if available.. Seeing that I've got a game that will only install the broken Linux version.....

Hello, I'd like to report a small yet annoying bug that I found. ![Captură de ecran de la 2021-01-14 22-55-06](https://user-images.githubusercontent.com/64692701/104648422-c5108780-56bb-11eb-89c4-29ced351eb09.png) Basically the game images get cropped (however it's only the...

As the title suggests, is it possible for minigalaxy to go to any directory on my computer and install any windows or linux game?

I'm not sure if you can already patch a game by uninstalling it and installing it again but when the game is huge (around 70GB for example) then it's probably...

At the moment uninstalling game looks like: ``` def uninstall_game(game): shutil.rmtree(game.install_dir, ignore_errors=True) ``` I am always scared when I see code like this. What if due to misconfiguration or bug,...

_I'm not sure if this feature request should be asked because technically it would benefit GOG and they should definitely bring a native client on Linux to do this but...

This is separate issue for adding option to uninstall DLCs. At the moment it is impossible to do so without uninstalling whole game. As there is no straight forward way...

enhancement

As mentioned in this pull request review: https://github.com/sharkwouter/minigalaxy/pull/185 We can still improve connection errors handling > In case you'd be interesting in working on improving the robustness of the download...

After the install most games cannot be run. Probably an error after the installation. I got some errors before that. I fixed them by apply some python fixed on the...

Apparently the client reads Demos and Full releases as the same game, so if you own the demo of a game and the full release (for example The Silver Case)...

bug