aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2018-06-02 09:49:13 +0200
committerMartin Rudalics2018-06-02 09:49:13 +0200
commitaf82d1f4bd3c01786516c0d32cec4dc77a235778 (patch)
tree24195aea60f09a6aa1f40a03d03281272c5bb447
parent4a3aed2507a3e347fc0488c21cbc0a898efef6b7 (diff)
downloademacs-af82d1f4bd3c01786516c0d32cec4dc77a235778.tar.gz
emacs-af82d1f4bd3c01786516c0d32cec4dc77a235778.zip
* etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650)
-rw-r--r--etc/PROBLEMS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 09027332d80..6b15ee9ecae 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1288,6 +1288,14 @@ do not know what. If it is an Emacs bug, we hope someone can
1288explain what the bug is so we can fix it. In the mean time, removing 1288explain what the bug is so we can fix it. In the mean time, removing
1289the resource prevents the problem. 1289the resource prevents the problem.
1290 1290
1291*** FVWM: Some versions of FVWM incorrectly set the 'sticky' frame parameter.
1292
1293Version 2.6.4 of the FVWM can make a frame sticky (appear on all user
1294desktops) when setting the 'sticky' frame parameter to nil. This may
1295happen without any special user interaction, for example, when Emacs
1296restores a saved desktop. A fix is to install version 2.6.7 of FVWM,
1297see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31650.
1298
1291** General X problems 1299** General X problems
1292 1300
1293*** Redisplay using X is much slower than previous Emacs versions. 1301*** Redisplay using X is much slower than previous Emacs versions.