https://bugs.kde.org/show_bug.cgi?id=502777
--- Comment #1 from Christophe Marin <christo...@krop.fr> --- # rpm -ql amarok |grep mysql /usr/lib64/qt6/plugins/amarok_collection-mysqlcollection.so /usr/lib64/qt6/plugins/amarok_storage-mysqlserverstorage.so It seems amarok is unable to find its mysql plugin: # amarok --debug amarok: BEGIN: void App::continueInit() amarok: BEGIN: virtual int App::newInstance() amarok: BEGIN: void App::handleCliArgs(const QString&) amarok: END__: void App::handleCliArgs(const QString&) [Took: 0s] amarok: END__: virtual int App::newInstance() [Took: 0s] amarok: BEGIN: EngineController::EngineController() amarok: END__: EngineController::EngineController() [Took: 0s] amarok: BEGIN: void EngineController::initializePhonon() qt.core.qobject.connect: QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int) qt.core.qobject.connect: QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int) amarok: BEGIN: void EqualizerController::initialize(const Phonon::Path&) amarok: [EqualizerController] Established Phonon equalizer effect with 11 parameters. amarok: BEGIN: void EqualizerController::eqUpdate() amarok: END__: void EqualizerController::eqUpdate() [Took: 0s] amarok: END__: void EqualizerController::initialize(const Phonon::Path&) [Took: 0s] WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioDataOutput ( no objectName ). amarok: [EngineController] Tick Interval (actual): 100 amarok: END__: void EngineController::initializePhonon() [Took: 0.013s] amarok: BEGIN: CollectionManager::CollectionManager() amarok: END__: CollectionManager::CollectionManager() [Took: 0s] amarok: BEGIN: MainWindow::MainWindow() amarok: BEGIN: Plugins::PluginManager::PluginManager(QObject*) amarok: BEGIN: void Plugins::PluginManager::checkPluginEnabledStates() amarok: [PluginManager] found plugin: "amarok_collection-audiocdcollection" enabled: true amarok: [PluginManager] found plugin: "amarok_collection-daapcollection" enabled: false amarok: [PluginManager] found plugin: "amarok_collection-ipodcollection" enabled: true amarok: [PluginManager] found plugin: "amarok_collection-mtpcollection" enabled: true amarok: [PluginManager] Plugin "amarok_collection-mysqlcollection" is vital amarok: [PluginManager] found plugin: "amarok_collection-mysqlcollection" enabled: true amarok: [PluginManager] found plugin: "amarok_collection-playdarcollection" enabled: false amarok: [PluginManager] found plugin: "amarok_collection-umscollection" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-amarok" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-banshee" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-clementine" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-fastforward" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-itunes" enabled: true amarok: [PluginManager] found plugin: "amarok_importer-rhythmbox" enabled: true amarok: [PluginManager] found plugin: "amarok_service_ampache" enabled: false amarok: [PluginManager] found plugin: "amarok_service_magnatunestore" enabled: false amarok: [PluginManager] found plugin: "amarok_service_opmldirectory" enabled: true amarok: [PluginManager] Plugin "amarok_storage-mysqlserverstorage" is vital amarok: [PluginManager] found plugin: "amarok_storage-mysqlserverstorage" enabled: true amarok: [PluginManager] 17 plugins in total amarok: [PluginManager] Creating factory for plugin: "amarok_collection-audiocdcollection" amarok: [PluginManager] Creating factory for plugin: "amarok_collection-daapcollection" amarok: [PluginManager] Creating factory for plugin: "amarok_collection-ipodcollection" amarok: [PluginManager] Creating factory for plugin: "amarok_collection-mtpcollection" amarok: [PluginManager] Creating factory for plugin: "amarok_collection-mysqlcollection" amarok: [PluginManager] Plugin "amarok_collection-mysqlcollection" is vital amarok: [PluginManager] Creating factory for plugin: "amarok_collection-playdarcollection" amarok: BEGIN: Collections::PlaydarCollectionFactory::PlaydarCollectionFactory() amarok: END__: Collections::PlaydarCollectionFactory::PlaydarCollectionFactory() [Took: 0s] amarok: [PluginManager] Creating factory for plugin: "amarok_collection-umscollection" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-amarok" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-banshee" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-clementine" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-fastforward" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-itunes" amarok: [PluginManager] Creating factory for plugin: "amarok_importer-rhythmbox" amarok: [PluginManager] Creating factory for plugin: "amarok_service_ampache" amarok: [PluginManager] Creating factory for plugin: "amarok_service_magnatunestore" amarok: [PluginManager] Creating factory for plugin: "amarok_service_opmldirectory" amarok: [PluginManager] Creating factory for plugin: "amarok_storage-mysqlserverstorage" amarok: [PluginManager] Plugin "amarok_storage-mysqlserverstorage" is vital -- You are receiving this mail because: You are watching all bug changes.