To get adobe-flash work under 64-bit Firefox or Chromium we need nspluginwrapper, fine.
And yet under 64bit Opera flash content with out nspluginwrapper appears just fine. Why is that?
Code: Select all
layman -a kde3gringo wrote:those interested in sticking with kde3, have a look to the kde-sunset overlay :
http://git.overlays.gentoo.org/gitweb/? ... ;a=summary
cheers
In my case it doesn't work. eix -uc shows upgrades but emerge -pvuDN --with-bdeps=y shows zero 0 packages to be merged.netfab wrote:Try :And set it in your make.conf using EMERGE_DEFAULT_OPTS.Code: Select all
# emerge -pvuDN --with-bdeps=y world
It works. Thx!p4r0l3 wrote:Alright, first I extracted the wine source to a new directory.
Find EXTRALIBS and add a -lGLUCode: Select all
cd wine ./configure cd dlls/opengl32 nano Makefile
then,If all goes well, you should have a working copy of wine installed!Code: Select all
cd .. cd .. make depend make make install