https://bugs.kde.org/show_bug.cgi?id=409575
--- Comment #8 from Chris Hills <c...@chaz6.com> --- Like Antonio I have been able to get past the PyFalkon loading problem, but now stuck here:- Traceback (most recent call last): File "/home/chaz/.local/lib64/plugins/falkon/middleclickloader/__init__.py", line 21, in <module> from middleclickloader.mcl_handler import MCL_Handler File "/home/chaz/.local/lib64/plugins/falkon/middleclickloader/mcl_handler.py", line 23, in <module> from middleclickloader.mcl_settings import MCL_Settings File "/home/chaz/.local/lib64/plugins/falkon/middleclickloader/mcl_settings.py", line 21, in <module> from middleclickloader.i18n import i18n File "/home/chaz/.local/lib64/plugins/falkon/middleclickloader/i18n.py", line 25, in <module> localedir = QtCore.QStandardPaths.locate(QtCore.QStandardPaths.GenericDataLocation, 'locale', QtCore.QStandardPaths.LocateDirectory) TypeError: 'PySide2.QtCore.QStandardPaths.locate' called with wrong argument types: PySide2.QtCore.QStandardPaths.locate(StandardLocation, str, LocateOption) Supported signatures: PySide2.QtCore.QStandardPaths.locate(PySide2.QtCore.QStandardPaths.StandardLocation, str, PySide2.QtCore.QStandardPaths.LocateOptions = PySide2.QtCore.QStandardPaths.LocateOption.LocateFile) Failed to import module "middleclickloader" -- You are receiving this mail because: You are watching all bug changes.