On Mon, Jan 14, 2013 at 8:56 PM, Olivier Blin <[email protected]> wrote: > Donald Stewart <[email protected]> writes: > >> On 14 January 2013 20:27, Robert Fox <[email protected]> wrote: >>> A requested package cannot be installed: >>> google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied >>> qtwebkit) >>> Continue installation anyway? >>> >>> [root@ThinkFox Downloads]# rpm -qa | grep qtwebkit >>> libqtwebkit2.2_4-2.2.2-5.mga3 >>> qtwebkit-qmlplugin-2.2.2-5.mga3 >>> lib64qtwebkit2.2_4-2.2.2-5.mga3 >> >> I just forced the install without the deps... > > Hi, > > If it works fine after installing with --nodeps, maybe we could add > "qtwebkit" provides in the matching package. > Do you know if this application is linked against libQtWebKit.so.4?
It seems to work fine on opensuse ignoring the dependency http://opensuseadventures.blogspot.co.uk/2012/12/easily-install-dropbox-skype-and-google.html Trying here the %post complains about missing service atd but then runs fine [pterjan@chopin ~]$ ldd /opt/google/musicmanager/MusicManager | grep -i qt libQtGui.so.4 => /lib64/libQtGui.so.4 (0x00007f19bcb74000) libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x00007f19bc83c000) libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007f19bc365000) libQtWebKit.so.4 => /lib64/libQtWebKit.so.4 (0x00007f19ba765000) libQtLocation.so.1 => /usr/lib64/libQtLocation.so.1 (0x00007f19b3d73000) libQtSensors.so.1 => /usr/lib64/libQtSensors.so.1 (0x00007f19b3b46000) libQtOpenGL.so.4 => /usr/lib64/libQtOpenGL.so.4 (0x00007f19b3848000) libQtSql.so.4 => /usr/lib64/libQtSql.so.4 (0x00007f19b1cf0000)
