]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/ion3.README.Debian
Added workaround for Flash full-screen bug (#462690).
[ion3.git] / debian / ion3.README.Debian
index 4db759cc171f80fa9eb42d67404f00a0ffdead6b..d8420072d007aafda02cc6faf4e7d48e39bb4aa6 100644 (file)
@@ -81,4 +81,15 @@ postinst script to add the configuration file
 /etc/X11/ion3/cfg_foo.lua.  Run "install-ion3-cfg --remove cfg_foo" in
 the prerm script to remove it.
 
- -- Ben Hutchings <ben@decadent.org.uk>, Thu, 27 Sep 2007 22:27:11 +0100
+Compatibility with Flash full-screen mode
+-----------------------------------------
+
+The official Flash plugin (flashplugin-nonfree) can open full-screen
+windows.  Version 9 has a bug in this feature which causes these windows
+to close immediately if they are managed by Ion3.  This package includes
+a workaround, but it is ugly and is not enabled by default.  If you
+need it, add this to cfg_ion.lua:
+
+    dopath("cfg_kludge_flash")
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 27 Jan 2008 23:50:12 +0000