summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:57:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:57:10 +0900
commit0eec68a32197fcf878eabe4434badcf73e2d4741 (patch)
tree6b468db129339c1a6c67222507291dc16199b67c /BUGS
downloadtwin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.tar.gz
twin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.zip
Initial code import from https://www.trinity-look.org/p/1100374. As per note on the website, the code has been abandoned. There is no license file in the source code, but given the package was available on the KDE3 store back in the days, it is reasonable to assume it was distributed under GPL2 license
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS15
1 files changed, 15 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..c84bb8d
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,15 @@
+- When moving a shaded window, the window sometimes unshades poorly and
+following error occurs:
+
+ kwin: X_ConfigureWindow(0x0): BadValue (integer parameter out of range
+for operation)
+
+To restore and resize the window, there are two options:
+either maximize the window and then resize it, or right-click on the
+window while holding down the Alt button and resize the window that way.
+I believe that this bug is related to the masking operation, but haven't
+been able to hunt it down yet.
+
+- The blank bar to the right of the button area does not accept
+double-clicks if you want to shade the window. For now, in order to
+shade a window, you need to double-click in the title area only.