Bug 364202 - Error loading plugin "kdeconnectfiletiemaction" when opening context menu on file
Summary: Error loading plugin "kdeconnectfiletiemaction" when opening context menu on ...
Status: RESOLVED DUPLICATE of bug 362684
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-11 08:25 UTC by jakyperos
Modified: 2016-06-12 11:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***