For some reason, the solydxk-system GUI-app still doesn't like my system (or my system still doesn't like
it...). I tried the latest version. No issues with the pkexec startup as such, but after that, this came up (terminal):
Code: Select all
p07@asus /data/onderzoek $ solydxk-system
Traceback (most recent call last):
File "/usr/lib/solydxk/system/main.py", line 75, in <module>
SolydXKSystemSettings(nosplash=ns)
File "/usr/lib/solydxk/system/solydxk_system.py", line 229, in __init__
self.current_theme = self.plymouth.getCurrentTheme()
File "/usr/lib/solydxk/system/plymouth.py", line 55, in getCurrentTheme
if isfile(self.setThemePath) and \
File "/usr/lib/python3.6/genericpath.py", line 30, in isfile
st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/solydxk/system/main.py", line 34, in uncaught_excepthook
from types import BuiltinFunctionType, ClassType, ModuleType, TypeType
ImportError: cannot import name 'ClassType'
Original exception was:
Traceback (most recent call last):
File "/usr/lib/solydxk/system/main.py", line 75, in <module>
SolydXKSystemSettings(nosplash=ns)
File "/usr/lib/solydxk/system/solydxk_system.py", line 229, in __init__
self.current_theme = self.plymouth.getCurrentTheme()
File "/usr/lib/solydxk/system/plymouth.py", line 55, in getCurrentTheme
if isfile(self.setThemePath) and \
File "/usr/lib/python3.6/genericpath.py", line 30, in isfile
st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The small loading window in the center of the screen wouldn't go away.