https://plf.zarb.org/bugzilla/show_bug.cgi?id=266
--- Comment #6 from Davy Defaud <[email protected]> 2010-02-25 14:12:12 CET --- (In reply to comment #0) > Simply removing the 4 Qt libs (libQtCore.so.4, libQtGui.so.4, > libQtNetwork.so.4, libQtWebKit.so.4) and symlinking googleearth/plugins to > /usr/lib/qt4/plugins can do the trick (at least it works for me): > rm /usr/lib/googleearth/libQt* > ln -s /usr/lib/qt4/plugins /usr/lib/googleearth/plugins > There is no need to symlink /usr/lib/qt4/plugins /usr/lib/googleearth/plugins. A better solution is to remove /usr/lib/googleearth/plugins directory and modify /usr/lib/googleearth/qt.conf with the following parameters: [Paths] Prefix=/usr/lib/qt4 Documentation=doc Libraries=lib Binaries=bin Plugins=plugins Translations=translations -- Configure bugmail: https://plf.zarb.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ PLF-discuss mailing list [email protected] https://www.zarb.org/mailman/listinfo/plf-discuss
