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
_______________________________________________
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to