[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Bullseye/HowTo/NetworkClients" by DashamirHoxha
    Debian Wiki 
    wiki at debian.org
       
    Thu Oct 27 11:52:45 BST 2022
    
    
  
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Bullseye/HowTo/NetworkClients" page has been changed by DashamirHoxha:
https://wiki.debian.org/DebianEdu/Documentation/Bullseye/HowTo/NetworkClients?action=diff&rev1=35&rev2=36
  
  Debian Edu still supports the use of thin clients to enable the use of very old hardware.
  
+ '''!X2Go display artefacts'''
+ 
  (!) Since Thin clients use !X2Go, users should disable compositing to avoid display artefacts. In the default case (Xfce desktop environment): Settings -> Window Manager Tweaks -> Compositor.
+ 
+ You can also edit `.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml` (for each user) and set `<property name="use_compositing" type="bool" value="false"/>`.
+ 
+ To make it the default setting for all the new accounts, create the configuration file `/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml` with this content:
+ 
+ {{{
+ <?xml version="1.0" encoding="UTF-8"?>
+ 
+ <channel name="xfwm4" version="1.0">
+   <property name="general" type="empty">
+     <property name="use_compositing" type="bool" value="false"/>
+   </property>
+ </channel>
+ }}}
  
  '''LTSP client firmware'''
  
    
    
More information about the debian-edu-commits
mailing list