diff options
Diffstat (limited to 'doc/amarok/faq.docbook')
-rw-r--r-- | doc/amarok/faq.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/amarok/faq.docbook b/doc/amarok/faq.docbook index d5d42c7c..43e78113 100644 --- a/doc/amarok/faq.docbook +++ b/doc/amarok/faq.docbook @@ -143,8 +143,8 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 </question> <answer> -<para>if you get this error : "amarokapp: symbol lookup error: amarokapp: undefined symbol: _ZN11KSystemTray9setPixmapERK7QPixmap", then check that amarokapp uses the correct libqt (check with : ldd `which amarokapp` | grep qt). </para> -<para>To fix it, you might have to remove any conflicting libqt and/or edit /etc/ld.so.conf so it pick up the correct version first.</para> +<para>if you get this error : "amarokapp: symbol lookup error: amarokapp: undefined symbol: _ZN11KSystemTray9setPixmapERK7QPixmap", then check that amarokapp uses the correct libtqt (check with : ldd `which amarokapp` | grep qt). </para> +<para>To fix it, you might have to remove any conflicting libtqt and/or edit /etc/ld.so.conf so it pick up the correct version first.</para> </answer> </qandaentry> |