https://bugs.kde.org/show_bug.cgi?id=364202
Bug ID: 364202 Summary: Error loading plugin "kdeconnectfiletiemaction" when opening context menu on file Product: dolphin Version: 15.12.3 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: jakype...@eml.cc When right-clicking or pressing the context menu key when a file (not directory) is selected, the context menu opens, but an error is reported to the command line: Error loading plugin "kdeconnectfiletiemaction" "The shared library was not found." Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") The environment variable QT_PLUGIN_PATH might be not correctly set This is due to the typo in the plugin name: `/usr/lib/x86_64-linux-gnu/qt5/plugins/kdeconnectfileitemaction.so` does exist. (Note the `...item...` instead of `...tiem...`.) This was mentioned, in passing, on this bug report from last year: https://bugs.kde.org/show_bug.cgi?id=344519#c3 Reproducible: Always Steps to Reproduce: 1. Open Dolphin from the terminal. 2. Right-click on a file (not directory) or press the context-menu key after selecting a file. 3. The error is shown on the terminal, but the context menu opens. Actual Results: The context menu opens, but an error is reported to the command line: Error loading plugin "kdeconnectfiletiemaction" "The shared library was not found." Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") The environment variable QT_PLUGIN_PATH might be not correctly set Expected Results: No error reported. This bug doesn't seem to have any negative effect on my system, but that might be because I haven't tried to use any KDE Connect functionality. -- You are receiving this mail because: You are watching all bug changes.