https://bugs.kde.org/show_bug.cgi?id=374670
--- Comment #24 from dtl135dtl...@gmail.com --- I would try to get rid of the Ubuntu repo packages (libgtest-dev and google-mock) and use the upstream googletest: cd <the directory you want to use> git clone https://github.com/google/googletest.git cd googletest/ mkdir build cd build/ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../ make sudo make install Hopefully, Amarok will like this better. -- You are receiving this mail because: You are watching all bug changes.