Explorar el Código

add package name ... install xte with apt install xautomation

micha hace 2 años
padre
commit
8d60f9d306
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 3 0
      input/touchscreen.py
  2. 3 0
      input/touchscreen.sh

+ 3 - 0
input/touchscreen.py

@@ -2,6 +2,9 @@
 
 #cat touchscreen_pointer_mapping_5.py 
 
+# xte is in part of xautomation
+# apt install xautomation
+
 import os, tempfile
 import time
 import subprocess

+ 3 - 0
input/touchscreen.sh

@@ -1,4 +1,7 @@
 #!/usr/bin/bash
+# xte is in part of xautomation
+# apt install xautomation
+
 #set -a
 SESSION="touch.py"
 CMD="/usr/bin/python3 /opt/LibreLight/Xdesk/input/touchscreen.py"