noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: abf59ac14aa6a91236b1105adce03f3c47ef5ec7
parent: 93440d8518d9bcb8ac914739bb59cc4ebb7aa121
author: Chris Noxz <chris@noxz.tech>
date:   Thu, 26 Sep 2019 08:20:50 +0200
Add image for GeoGebra
Anoxz.tech/guides/geogebra/geogebra.pngBin0
Mnoxz.tech/guides/geogebra/index.md7+++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/noxz.tech/guides/geogebra/geogebra.png b/noxz.tech/guides/geogebra/geogebra.png
diff --git a/noxz.tech/guides/geogebra/index.md b/noxz.tech/guides/geogebra/index.md
@@ -2,10 +2,13 @@ GeoGebra
 ========
 
 I personally use a portable version of GeoGebra as I'm not that fond of
-installing a full Java Environment on my machine, and the portable version of
+installing a full Java environment on my machine, and the portable version of
 GeoGebra comes with a portable version of JRE as well. So keep that in mind
 when reading these guides.
 
+{: class="center"}
+![](geogebra.png)
+
 Missing GUI
 -----------
 
@@ -15,7 +18,7 @@ to the problem is easy though. If JDK is patched to check for the environment
 variable **\_JAVA\_AWT\_WM\_NONREPARENTING**, you can set this to equal *1*. I've
 created a startup script for GeoGebra like so:
 
-    _JAVA_AWT_WM_NONREPARENTING=1 .geogebra-portable
+    _JAVA_AWT_WM_NONREPARENTING=1 ./geogebra-portable
 
 This workaround is of course not only applicable to GeoGebra, but to all
 Java applications with similar problems.