Monday, August 15, 2022

Amarok errors on Kubuntu

The name org.kde.amarok was not provided by any .service files:

DBusActivatable=true to DBusActivatable=false in desktop file /usr/share/applications/org.kde.amarok.desktop

Amarok without Database Error message:

In src/App.cpp comment following:

// check that the amarok sql configuration is valid.

    // if( !StorageManager::instance()->getLastErrors().isEmpty() )

    // {

    //     QMessageBox::critical( The::mainWindow(), i18n( "Database Error" ),

    //              i18n( "The Amarok database reported the following errors:"

    //              "\n%1\nIn most cases you will need to resolve these errors "

    //              "before Amarok will run properly.",

    //              StorageManager::instance()->getLastErrors().join( "\n" ) ) );

    //     StorageManager::instance()->clearLastErrors();

    //     slotConfigAmarok( "DatabaseConfig" );

    // }

    // else

    // {

    //     handleFirstRun();

    // }

OR take code here: https://github.com/empyrea1/amarok/tree/nosql

https://aur.archlinux.org/packages/amarok

No comments:

Post a Comment