Page 8 of 9

Re: flash in 64-bit

Posted: 14. Jul 2011, 13:21
by caitlyn
Adobe has a new Linux beta for Flash Player 11. See: http://labs.adobe.com/downloads/flashplayer11.html

Re: flash in 64-bit

Posted: 14. Jul 2011, 13:53
by paradise
Thank you, caitlyn ! :)

Re: flash in 64-bit

Posted: 14. Jul 2011, 14:17
by gapan

Re: flash in 64-bit

Posted: 14. Jul 2011, 15:39
by Duncan_Idaho
I hope Adobe has the decency of maintain this new release properly and not "release a stable version and trow the whole thing to oblivion", again. :evil:

Re: flash in 64-bit

Posted: 14. Jul 2011, 19:12
by thenktor
Works for me :)

Re: flash in 64-bit

Posted: 15. Jul 2011, 09:01
by Akuna
thenktor wrote:
Works for me :)
Same here

Re: flash in 64-bit

Posted: 15. Jul 2011, 12:33
by pwatk
I modded the SLKBUILD to include the flash-player-properties tool (no KDE stuff though), I'm posting a simple diff here for anyone interested:

Code: Select all

--- SLKBUILD	2011-07-14 14:38:50.000000000 +0100
+++ SLKBUILD.new	2011-07-15 13:26:41.905873050 +0100
@@ -31,5 +31,9 @@
 	cd $startdir/pkg/usr/lib${LIBDIRSUFFIX}/mozilla/plugins
 	ln -s /usr/lib${LIBDIRSUFFIX}/flashplugin/libflashplayer.so libflashplayer.so
 	)
+	install -d $startdir/pkg/usr/{bin,share}
+	install -m 755 usr/bin/flash-player-properties $startdir/pkg/usr/bin/
+	cp -a usr/share/{applications,icons} $startdir/pkg/usr/share/
+	find $startdir/pkg/usr/share -type f -exec chmod 644 {} \;
 	chown -R root:root $startdir/pkg
 }

Re: flash in 64-bit

Posted: 24. Aug 2011, 16:07
by caitlyn
A second Flash Player 11 beta for 64-bit Linux was released earlier this month. See: http://labs.adobe.com/downloads/flashplayer11.html

Re: flash in 64-bit

Posted: 24. Aug 2011, 20:34
by gapan
Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz

Included pwatk's patch for the settings tool in this one too.

Re: flash in 64-bit

Posted: 24. Aug 2011, 21:34
by caitlyn
gapan wrote:Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz

Included pwatk's patch for the settings tool in this one too.
Thanks, gapan. You've saved me some work :D