jcl Posted January 17, 2007 Report Share Posted January 17, 2007 (edited) Flash Player 9 has been released. It has an install script now. Edited January 17, 2007 by jcl Quote Link to post Share on other sites
hitest Posted January 18, 2007 Report Share Posted January 18, 2007 Flash Player 9 has been released. It has an install script now.Cool. Thanks for the news jcl! Quote Link to post Share on other sites
shanenin Posted January 23, 2007 Report Share Posted January 23, 2007 (edited) It has an install script now.holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything. I found it works well just to copy libflashplayer.so to your ~/.mozilla/plugins directory. This allows flash to work with either firefox or mozillaThis method worked for me. Make sure you run this is a regular user, not root. If you run it as root, it will get copied to the wrong directory. Enter these three commands in your shellwget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gztar -xf install_flash_player_9_linux.tar.gzcp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/plugins Edited January 24, 2007 by shanenin Quote Link to post Share on other sites
iccaros Posted January 24, 2007 Report Share Posted January 24, 2007 It has an install script now.holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything. I found it works well just to copy libflashplayer.so to your ~/.mozilla/plugins directory. This allows flash to work with either firefox or mozillaThis method worked for me. Make sure you run this is a regular user, not root. If you run it as root, it will get copied to the wrong directory. Enter these three commands in your shellwget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gztar -xf install_flash_player_9_linux.tar.gzcp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/pluginsthe install script is for all the people who wine about things not installing like windows programs.. Quote Link to post Share on other sites
jcl Posted January 24, 2007 Author Report Share Posted January 24, 2007 holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .Odd. When I installed it, it correctly guessed the location (~/.mozilla/plugins) and just asked me to confirm.what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything.AFAICT it doesn't do anything. I think it should be the library that exposes Flash for scripting in Mozilla. Quote Link to post Share on other sites
shanenin Posted January 24, 2007 Report Share Posted January 24, 2007 My main point was the install script does not work with out the user knowing the location of your mozilla installation. Most novice users run the script, then are hit with the question, "please enter the directory of your mozilla installation". I did not even know. I had to take the time and look around for it. I guess I used a whereis command. If they are going to make an install script, it should do the installation without needing specific info like that from the user. Quote Link to post Share on other sites
shanenin Posted January 24, 2007 Report Share Posted January 24, 2007 Odd. When I installed it, it correctly guessed the location (~/.mozilla/plugins) and just asked me to confirm.I know why it did not work as expected for me. I assumed the script needed to write to the /usr directory, so I ran it as root. I just tried it again as regular user, then it did guess properly Quote Link to post Share on other sites
jcl Posted January 24, 2007 Author Report Share Posted January 24, 2007 (edited) My main point was the install script does not work with out the user knowing the location of your mozilla installation.Most novice users run the script, then are hit with the question, "please enter the directory of your mozilla installation".The install script found my installation directory automatically. The only questions I got were a yes/no/quit to confirm the installation and yes/no asking if I wanted to perform another installation.Oh, wait, do you mean the root install? Now that I look at it, it detected the right directory but it did ask me to confirm it.[Edit: Needless to say, I wrote this before your last post ] Edited January 24, 2007 by jcl Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.