https://bugs.kde.org/show_bug.cgi?id=406262

--- Comment #4 from Yuri Chornoivan <yurc...@ukr.net> ---
(In reply to Patrick Silva from comment #3)
> Unfortunately I do not know how to apply your patch. :(

Is it an appropriate way to handle the things for you to build and install
audiocd-kio from source on your machine?

If so,

git clone git://anongit.kde.org/audiocd-kio.git
cd audiocd-kio

Edit audiocd.cpp:490:
replace

                                data(QByteArray( (*it).toString().toLatin1()
));

with
                                data(QByteArray( (*it).toString().toUtf8() ));

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins ..
make -j3
su -c "make install/strip"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to