[X2Go-Dev] Attention @Alex, @Mike: Urgent problem with Flash and Iceweasel
Stefan Baur
newsgroups.mail2 at stefanbaur.de
Mon Aug 27 12:41:02 CEST 2012
Am 27.08.2012 09:14, schrieb Stefan Baur:
> Anyways, thanks for the hint, I'll try the about:config change.
> Sounds like something that might even be added into
> /etc/iceweasel/pref/iceweasel.js so it (positively) affects all users
> without having to mess with their individual configuration files.
Just played around with this for a bit and it seems to work:
grep -q 'lockPref("plugins.force.wmode", "transparent");' \
/etc/iceweasel/pref/iceweasel.js || \
echo 'lockPref("plugins.force.wmode", "transparent");' \
>> /etc/iceweasel/pref/iceweasel.js
More info regarding this parameter can be found here:
http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html
-Stefan
More information about the x2go-dev
mailing list