This happens to me, if I try to open it through Discover, it doesn't give me an error, but it doesn't open.
So I went to Konsole, I entered:
And the result is:
I would like to comment that it worked before and I haven't made any changes of this type...
So I went to Konsole, I entered:
sudo /usr/bin/software-properties-qt
Code:
Traceback (most recent call last): File "/usr/bin/software-properties-qt", line 36, in <module> from softwareproperties.qt.SoftwarePropertiesQt import SoftwarePropertiesQt File "/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", line 55, in <module> from UbuntuDrivers import detect ModuleNotFoundError: No module named 'UbuntuDrivers'
Comment