summaryrefslogtreecommitdiffstats
path: root/core/modules/x11vnc
diff options
context:
space:
mode:
authorSimon Rettberg2023-05-17 12:15:34 +0200
committerSimon Rettberg2023-05-17 12:15:34 +0200
commit3275711f954746aa22373ff816cac66bd4cda6e2 (patch)
tree3a856fedd62cadf75a2cefac5cb7d1632dacef61 /core/modules/x11vnc
parentdsflkgjsldkfg (diff)
downloadmltk-3275711f954746aa22373ff816cac66bd4cda6e2.tar.gz
mltk-3275711f954746aa22373ff816cac66bd4cda6e2.tar.xz
mltk-3275711f954746aa22373ff816cac66bd4cda6e2.zip
[remote-access] Use tigervnc
Diffstat (limited to 'core/modules/x11vnc')
-rw-r--r--core/modules/x11vnc/module.conf5
-rw-r--r--core/modules/x11vnc/module.conf.debian6
-rw-r--r--core/modules/x11vnc/module.conf.ubuntu6
3 files changed, 8 insertions, 9 deletions
diff --git a/core/modules/x11vnc/module.conf b/core/modules/x11vnc/module.conf
index 89f266c6..e5d3d0ad 100644
--- a/core/modules/x11vnc/module.conf
+++ b/core/modules/x11vnc/module.conf
@@ -1,7 +1,10 @@
#!/bin/bash
REQUIRED_BINARIES="
- x11vnc
+ X0tigervnc
+ x0tigervncserver
"
REQUIRED_DIRECTORIES="
+ /etc/tigervnc
+ /usr/share/perl5/TigerVNC
"
REQUIRED_FILES=""
diff --git a/core/modules/x11vnc/module.conf.debian b/core/modules/x11vnc/module.conf.debian
index 798e2c3b..c5cb9ae7 100644
--- a/core/modules/x11vnc/module.conf.debian
+++ b/core/modules/x11vnc/module.conf.debian
@@ -1,7 +1,5 @@
#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- x11vnc
-"
REQUIRED_CONTENT_PACKAGES="
- x11vnc
+ tigervnc-scraping-server
+ tigervnc-common
"
diff --git a/core/modules/x11vnc/module.conf.ubuntu b/core/modules/x11vnc/module.conf.ubuntu
index 798e2c3b..c5cb9ae7 100644
--- a/core/modules/x11vnc/module.conf.ubuntu
+++ b/core/modules/x11vnc/module.conf.ubuntu
@@ -1,7 +1,5 @@
#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- x11vnc
-"
REQUIRED_CONTENT_PACKAGES="
- x11vnc
+ tigervnc-scraping-server
+ tigervnc-common
"