Filipe Coelho
Filipe Coelho
Same issue here with Ubuntu 20.04 Both AppImage binary and latest master branch self-built.
I was able to get it to work by commenting out a few lines. Specifically this: https://github.com/thestr4ng3r/chiaki/blob/042e698749f2c796ce65c575384a8e028aebfe0b/lib/src/session.c#L611 So `getnameinfo` is failing, but everything else still works fine... before:  after:...
FYI it is possible that the lscpu tool is not installed
NSM support in Claudia is not planned, nor will it happen. Claudia is 100% just a frontend for ladish, a copy of gladish with some little extra things on top....
I need to do a new release for this, but I need to be able to reproduce the issue which is not something that happens on 20.04, only 22.04 and...
This was before I pushed the new qt5 cadence, so I wonder how can this be... Did you used cadence from the git (installed yourself), or from the kxstudio repos?...
Do you have python3-dbus.mainloop.pyqt5 package installed? If yes, please paste here the contents of the package. (you can do so by using `dpkg -L `)
then you're missing python3-dbus.mainloop.pyqt5, install that as it is required for DBus access with Qt5 applications.
ok, so as I asked, what is the content of it?
ok, so I wonder if it's possible to import that. Run this and post the output: `python3 -c 'from dbus.mainloop.pyqt5 import DBusQtMainLoop; print("DBus import ok")'` Also, do you have all...