====== Flackerndes Bild ====== Nach dem Upgrade auf wayland hat das Bild unter archlinux immer zwischen dem aktuellen Bild und dem Bild davor geflackert. Das lies sich abschalten indem in der Datei ''/etc/environment'' die Zeile: #CLUTTER_PAINT=disable-clipped-redraws:disable-culling gelöscht oder auskommentiert wird ====== Eclipse ====== Eclipse hat Dialogfelder falsch skaliert, daher waren die Tasten nicht mehr erreichbar. Abhilfe gab es auf dieser Seite: [[https://wiki.archlinux.org/index.php/eclipse|Archlinux-Wiki]] Entweder durch verwenden von GTK2: Disable GTK+ 3 When the SWT GTK+ 3 UI is buggy and sometimes unusable, You can try to disable the use of GTK+ 3 with the SWT_GTK3=0 environment variable when you start eclipse: SWT_GTK3=0 eclipse Another option to achieve the same effect is to add the following to /usr/lib/eclipse/eclipse.ini. --launcher.GTK_version 2 Those two lines must be added before: --launcher.appendVmargs Also note that if you do this, the Javadoc pop ups do not get rendered properly anymore if the package webkitgtk2 is not installed. Oder durch erzwingen der Verwendung von XWayland Display issues under Wayland When running Eclipse on Wayland, you may encounter rendering issues such as slow response time to mouse events or chopped dialog windows (Bug report [1]). A possible workaround for this issue is to force Eclipse to run under XWayland. With the superuser, open the file /usr/bin/eclipse and append this line before the exec line : export GDK_BACKEND=x11 This will force the execution of Eclipse on XWayland.