Good day, folks,
I've just installed Solus on a new computer, and am having some issues with eopkg.
Many commands will produce the error message:
System error. Program terminated.
unsupported locale setting
When I run with the debug option, I find the following.
Traceback:
File "/usr/bin/eopkg", line 82, in <module>
cli.run_command()
File "/usr/lib/python2.7/site-packages/pisi/cli/pisicli.py", line 142, in run_command
self.command.run()
File "/usr/lib/python2.7/site-packages/pisi/cli/rebuilddb.py", line 51, in run
if ctx.ui.confirm(_('Rebuild eopkg databases?')):
File "/usr/lib/python2.7/site-packages/pisi/cli/__init__.py", line 154, in confirm
locale.setlocale(locale.LC_ALL, "")
File "/usr/lib/python2.7/locale.py", line 581, in setlocale
return _setlocale(category, locale)
The only thing that I could think of as a potential cause is that I tried to install Chrome through the software GUI, got impatient with it after an hour, killed the GUI, and installed chrome from the command line. Perhaps that messed something up.
Anyway, what do you all think?
Best wishes,
Henry Wilson