WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: minigalaxy ( A simple GOG client for Linux ) github.com/sharkwouter/minigalaxy  (Read 10998 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1264
I guess the old version in TCL repository needs to be updated.
new Releases  Minigalaxy version 1.0.2 Latest Jan 14, 2021
https://github.com/sharkwouter/minigalaxy

TCL 11.1 x86_64-bit

 
Code: [Select]
tc@box:~$ minigalaxy

(minigalaxy:12794): Gtk-WARNING **: 11:43:16.632: Locale not supported by C library.
        Using the fallback 'C' locale.
Traceback (most recent call last):
  File "/usr/local/bin/minigalaxy", line 66, in <module>
    main()
  File "/usr/local/bin/minigalaxy", line 57, in main
    from minigalaxy.ui import Window
  File "/usr/local/lib/python3.6/site-packages/minigalaxy/ui/__init__.py", line 2, in <module>
    from minigalaxy.ui.window import Window
  File "/usr/local/lib/python3.6/site-packages/minigalaxy/ui/window.py", line 5, in <module>
    from minigalaxy.ui.login import Login
  File "/usr/local/lib/python3.6/site-packages/minigalaxy/ui/login.py", line 8, in <module>
    from minigalaxy.translation import _
  File "/usr/local/lib/python3.6/site-packages/minigalaxy/translation.py", line 7, in <module>
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/local/lib/python3.6/locale.py", line 598, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting
tc@box:~$
« Last Edit: March 14, 2021, 12:58:19 AM by xor »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
From the error message, it look like either the locale you are using is not supported or you need to set a locale?

Edit: It seems to work without any locale set, i.e. using the default C locale.
« Last Edit: March 14, 2021, 01:16:08 AM by Juanito »

Offline xor

  • Hero Member
  • *****
  • Posts: 1264
new Releases  Minigalaxy version 1.0.2 Latest Jan 14, 2021
https://github.com/sharkwouter/minigalaxy

I see that on the current page (new version) it supports my local language

Turkish :)

please update the version in the minigalaxy.tcz app library?!
« Last Edit: March 14, 2021, 05:36:07 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
You will need to send a private message to the minigalaxy extension maintainer @Sashank999

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11237
Hi xor
... I see that on the current page (new version) it supports my local language

Turkish :) ...
So does version 0.9.4 which contains  /usr/local/share/minigalaxy/translations/tr/LC_MESSAGES/minigalaxy.mo:
http://tinycorelinux.net/12.x/x86_64/tcz/minigalaxy.tcz.list

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
The issue might be that there are no files in /usr/local/share/locale?


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11237
Hi xor
You can unpack it like this:
Code: [Select]
ar -x minigalaxy_1.0.2_all.deb