You are not logged in.

#1 2007-12-05 06:01:01

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Adobe Flash Player for Linux 9.0.115

Archlinux faild to Install flashplayer-installer!

After download and extracting the install_flash_player_9_linux.tar.gz I was trying to Install it.

#su
password:
#sh ./flashplayer-installer

When the Installer ask me where to Install the flash player I give the direction

/opt/mozilla/lib/plugins

but it looks like it doesn't work.
Error not a valid direction.

Anybody have any Idea?


openSUSE
Arch Linux
USALUG

Offline

#2 2007-12-05 07:32:29

hpestilence
Member
Registered: 2005-06-20
Posts: 67

Re: Adobe Flash Player for Linux 9.0.115

Here's a PKGBUILD file, the missing adobe_eula.txt is in the Arch flashplugin CVS

pkgname=flashplugin
pkgver=9.0.115.0
pkgrel=1
pkgdesc="Macromedia flash plugin for Netscape/Mozilla (nonfree)"
depends=('mozilla-common' 'libxt' 'gtk2')
replaces=('flashplugin-beta')
url="http://www.macromedia.com/software/flashplayer/"
license="custom"
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
        adobe_eula.txt)
arch=('i686')
md5sums=('93b7c48eaa492237b807a3ae1de65cf9' '7d8638844b8be3e841ff29e0162577cb')

build() {
        mkdir -p $startdir/pkg/opt/mozilla/lib/plugins
        install -m755 $startdir/src/install_flash_player_9_linux/*.so \
                $startdir/pkg/opt/mozilla/lib/plugins || return 1
        install -D -m644 $startdir/src/adobe_eula.txt \
                $startdir/pkg/usr/share/licenses/custom/flashplugin/adobe_eula.txt || return 1


}

Offline

#3 2007-12-06 01:50:55

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Re: Adobe Flash Player for Linux 9.0.115

@ hpestilence

Thank you smile

I will give it a try wink


openSUSE
Arch Linux
USALUG

Offline

#4 2007-12-13 19:52:17

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Adobe Flash Player for Linux 9.0.115

I specified /opt/mozilla/lib/firefox and the installer worked just fine. BBC has just released the flash version of iPlayer and 9.0.115 does full screen

Offline

#5 2007-12-13 21:16:19

delphiki
Member
Registered: 2007-11-17
Posts: 66
Website

Re: Adobe Flash Player for Linux 9.0.115

Huh, I was not aware that there was a newer version out for flash player. I'll have to try it out and see what happens :-)

Cheers

Offline

Board footer

Powered by FluxBB