Bug 364202

Summary: Error loading plugin "kdeconnectfiletiemaction" when opening context menu on file
Product: [Applications] kdeconnect Reporter: jakyperos
Component: commonAssignee: Albert Vaca Cintora <albertvaka>
Status: RESOLVED DUPLICATE    
Severity: minor CC: cfeck
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description jakyperos 2016-06-11 08:25:03 UTC
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.
Comment 1 Christoph Feck 2016-06-12 11:51:39 UTC

*** This bug has been marked as a duplicate of bug 362684 ***