[자답] firefox에서 일부 유튜브와 플래시게임시 마우스 클릭이 안되는 문제
글쓴이: hohheup / 작성시간: 금, 2010/02/19 - 9:50오후
본체: asus F9E
운영체제: xubuntu 9.10
윈도우 메지저: openbox 3.4.7
브라우저: firefox 3.5.8
flash-plugin nonfree(adobe) 10.0.45.2u
xfce로 들어가면 되고 openbox로 들어가면 유튜브와 일부 플래시게임에서 마우스 클릭이 않되요
xfce에서 윈도우 메니저를 openbox로 바꿨을때도 안되는걸 봐선 openbox와 adobe flash 간의 문제 같은데 해결방법을 못 찾겠어요.ㅠㅠ
Forums:
openbox 문제가 아니었네요
Re: Can't click items in flash and youtube
Quote:
Originally Posted by Giblet5 View Post
Save this script as "getflashx64"
Code:
#!/bin/bash
# Script created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com
# Super minor updates by jason.melton[at]gmail[dot]com
# Updates by Alejandro Cuervo 3[at]cuervo[dot]net
# more very minor updates by damien[at]groovey[dot]com
# and one more update by Antonio Cassano bigbroantonio[at]yahoo[dot]it
# Released under GPL
echo "Closing Firefox"
sudo killall -9 firefox
echo "Downloading and instaling Getlibs for required libraries"
wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
echo "Removing previous installs of flash:"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper
echo "Installing ia32-libs and nspluginwrapper"
sudo apt-get install ia32-libs nspluginwrapper
echo "Getting libs"
sudo getlibs -p libcurl3
sudo getlibs -p libnss3-1d
sudo getlibs -p libnspr4-0d
echo "Installing Flash Player 10"
cd ~
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
tar zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
sudo mv libflashplayer.so /usr/lib/mozilla/plugins/
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
echo "Linking the libraries so that firefox can see them."
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
echo "Done :-)"
echo "You may re-start Firefox now"
And run it via
Code:
sudo bash getflashx64
Tada!
thing is for those of us new ubuntu people., saying 'save this code as x' - save it where? how? what program? how does it work?
출처: http://ubuntuforums.org/showthread.php?p=8561265
여기에 다른 방법도 있네요. 전 안되서 이걸로 했지만
저뿐만 아니라 많은 운영체제(윈도우, 맥, 리눅스)의 사용자가 같은 문제를 겪었네요^^. 버전업되면 고쳐지길..
댓글 달기