]> 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 cff5fd2ca3e99f6273848ca096d8f1d84b988ea2..d8420072d007aafda02cc6faf4e7d48e39bb4aa6 100644 (file)
@@ -17,12 +17,6 @@ though this is not currently maintained.
 There is an unofficial module adding Xinerama support in the
 mod-xinerama-for-ion package.
 
-Debug symbols
--------------
-
-Binaries in this package are unstripped since 20050322-4 at the
-upstream author's request.  There is no separate -dbg package.
-
 Docks and system trays
 ----------------------
 
@@ -87,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>, Tue,  7 Aug 2007 00:35:02 +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