Comment 33 for bug 444757

Revision history for this message
Markus Schulz (schulz-alpharesearch) wrote :

https://bugs.edge.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/410407/comments/153

Edwards fix for Linux noobs (like me...)

1. Starta a Terminal window.
2. Type: cd /usr/lib/nspluginwrapper/i386/linux/
3. Type: sudo mv npviewer.bin npviewer.bin.real
4. Type: sudo pico npviewer.bin
5. Add these two lines of text to the file, i.e. Pico:
#!/bin/sh
GDK_NATIVE_WINDOWS=true /usr/lib/nspluginwrapper/i386/linux/npviewer.bin.real $*
6. Press "Ctrl+x" to exit and save.
7. Type: sudo chmod 755 npviewer.bin

Done! Now enjoy the full splendor of flash-clicking!