App crashes if I want to use "send to" button. Reproducible: Always Steps to Reproduce: 1. Make screenshot. 2. Try to "send it" using a button. Actual Results: Crash. Expected Results: List of available actions.
From error app: Application: KSnapshot (ksnapshot), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [KCrash Handler] #5 0x00007f70398bb97d in QString::operator=(QString const&) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #6 0x00007f702a625e49 in KIPI::Plugin::setUiBaseName(char const*) () from /usr/lib/libkipi.so.10 #7 0x00007f702aab6b9f in ?? () from /usr/lib/kde4/kipiplugin_ipodexport.so #8 0x00007f702aab7097 in ?? () from /usr/lib/kde4/kipiplugin_ipodexport.so #9 0x00007f703a146e55 in KPluginFactory::create(char const*, QWidget*, QObject*, QList<QVariant> const&, QString const&) () from /usr/lib/libkdecore.so.5 #10 0x00007f703b6ff586 in KIPI::PluginLoader::Info::plugin() const () from /usr/lib/libkipi.so.9 #11 0x00000000004177b8 in _start ()
You are mixing KDE builds. Some components are compiled against libkipi.so.9, others against libkipi.so.10. This unfortunately is not supported, because pulling in two different dynamic libraries with the same symbols causes conflicts. *** This bug has been marked as a duplicate of bug 322208 ***
I have stable Linux Mint, no fanzy PPA repos plugged into my system. Something is wrong with packaging maybe?
If you get this bug with the default repository, please report it to the bug tracker of your distribution. From comment #1 the issue is easily visible.