Skip to content
Snippets Groups Projects
Commit c55522c5 authored by Jens Henrik  Goebbert's avatar Jens Henrik Goebbert
Browse files
parents 9c49f106 4e2b0c3e
No related branches found
No related tags found
No related merge requests found
ToDo: ToDo:
* "vncserver -profile" darf nur Profile in ${XDG_PROFILES_DIR} anzeigen, welche nicht 'hidden' sind. * "vncserver -profile" darf nur Profile in ${XDG_PROFILES_DIR} anzeigen, welche nicht 'hidden' sind.
* call /etc/bashrc in xdg_profile_set.sh, weil manche User eine sehr sehr alte bashrc haben und diese kein Update bekommt.
* link gtk-bookmarks to ${XDG_CONFIG_HOME}/gtk-3.0/bookmarks * link gtk-bookmarks to ${XDG_CONFIG_HOME}/gtk-3.0/bookmarks
* merge ${XDG_CONFIG_DIRS}/gtk-3.0/bookmarks in ${XDG_CONFIG_HOME}/gtk-3.0/bookmarks * merge ${XDG_CONFIG_DIRS}/gtk-3.0/bookmarks in ${XDG_CONFIG_HOME}/gtk-3.0/bookmarks
* add places $WORK und $ARCH in ${XDG_PROFILES_DIR}/default/gtk-3.0/bookmarks * add places $WORK und $ARCH in ${XDG_PROFILES_DIR}/default/gtk-3.0/bookmarks
* have default-module for ParaView
* adjust icon positions on desktop
* change Llview icon
* Terminal-Nachrichten an User anzeigen (write, wall)
- Idee: 1) xterm versteckt (devilspie2) laufen lassen und dort 'screen -L' starten
(screen muss zwingend im Vordergrund laufen, damit Nachrichten auch im Log landen)
2) mit anderem Script das modify-date und file-size der Logdatei pollen
wenn: Größe > 0 und letzte Änderung länger als 1 Sekunde vergangen
(Zeitversatz um 1sec: wollen verhindern, dass Nachrichten abgegriffen werden, bevor sie komplett ins Log geschrieben wurden)
dann: Inhalt der Logdatei anzeigen und Logdatei leeren/löschen.
* share VNC session with one-time-password * share VNC session with one-time-password
* list all profiles with 'vncserver -profiles'
* infoterm-scontrol-default zeigt jobs auf jureca * infoterm-scontrol-default zeigt jobs auf jureca
* infoterm-llq-default zeigt jobs auf juqueen * infoterm-llq-default zeigt jobs auf juqueen
* infoterm-cpuquota-default zeigt cpuquota auf JURECA/JUQUEEN * infoterm-cpuquota-default zeigt cpuquota auf JURECA/JUQUEEN
...@@ -24,13 +12,9 @@ ToDo: ...@@ -24,13 +12,9 @@ ToDo:
* infoterm-vncperf-default zeigt aktuelle VNC-Performance (=Verbindungsqualität) * infoterm-vncperf-default zeigt aktuelle VNC-Performance (=Verbindungsqualität)
- set TVNC_PROFILE=1 before calling vncserver - set TVNC_PROFILE=1 before calling vncserver
- read throughput from Xvnc log file and print on background - read throughput from Xvnc log file and print on background
* application submenu for all infoterms
* xdg_profile_set.sh: replace unset ${!XDG_*} with explicit unsets as we should avoid to unset XDG_SESSION_ID and XDG_RUNTIME_DIR * xdg_profile_set.sh: replace unset ${!XDG_*} with explicit unsets as we should avoid to unset XDG_SESSION_ID and XDG_RUNTIME_DIR
* cleanup before session close - close infoterms so they we can allow a session to be saved * cleanup before session close - close infoterms so they we can allow a session to be saved
- create a wrapper for xfce4-session (http://stackoverflow.com/questions/7579438/how-to-execute-a-script-when-xfce-session-ends) - create a wrapper for xfce4-session (http://stackoverflow.com/questions/7579438/how-to-execute-a-script-when-xfce-session-ends)
* disconnect from idle clients after 24h
- IdleTimeout=... (see Xvnc -help)
- vncconfig -display :1 IdleTimeout=...
* kill vncserver after certain time * kill vncserver after certain time
- timeout command on bash - timeout command on bash
* troubleshooting VNC timeouts * troubleshooting VNC timeouts
...@@ -51,10 +35,29 @@ ToDo: ...@@ -51,10 +35,29 @@ ToDo:
- set TVNC_MT to 1 - set TVNC_MT to 1
- set TVNC_NTHREADS to number of threads to use ( = 4) - set TVNC_NTHREADS to number of threads to use ( = 4)
- set VGL_NTHREADS to number of threads to use ( = 4) - set VGL_NTHREADS to number of threads to use ( = 4)
enable "-interframe"
Passing an argument of -noreverse to vncserver will disable the ability to make outbound (reverse) connections from the TurboVNC Server session.
If the no-reverse-connections directive is set in the TurboVNC security configuration file,
then that has the effect of enabling the -noreverse option for all new TurboVNC sessions that are started on the machine.
For these reasons, interframe comparison is not enabled by default and should not generally be enabled
except on bandwidth-constrained networks and with applications for which it can be shown to be beneficial.
Interframe comparison can be enabled by either passing an argument of -interframe to vncserver when starting a TurboVNC Server session
or by requesting a compression level of 5 or higher from the viewer (see below.)
lossless refresh
To perform a lossless refresh, press CTRL-ALT-SHIFT-L or click on the Lossless Refresh toolbar icon.
ALR behavior
You can override the default ALR behavior, thus making all screen regions eligible for ALR,
by setting the TVNC_ALRALL environment variable to 1 on the TurboVNC server machine prior to starting a TurboVNC session.
You can also set TVNC_ALRCOPYRECT to 0 to make CopyRect regions ALR-ineligible, which approximates the behavior of TurboVNC 1.2.1 and prior.
work in progress: work in progress:
* autokill noch nicht sauber implementiert (jj-Adims) * autokill noch nicht sauber implementiert (jj-Adims)
* start vncserver with "nice" (jj-Admins) * start vncserver with "nice" (jj-Admins)
- IdleTimeout=... (see Xvnc -help)
- vncconfig -display :1 IdleTimeout=...
* list all profiles with 'vncserver -profiles'
maybe: maybe:
* automatischer Logout nach 24h (jj-Admins) * automatischer Logout nach 24h (jj-Admins)
...@@ -74,3 +77,9 @@ done: ...@@ -74,3 +77,9 @@ done:
* Login-Message beim Start in eigenem Fenster anzeigen * Login-Message beim Start in eigenem Fenster anzeigen
* check mime-types and their default applications -> location is ${XDG_DATA_DIR}/mime/packages * check mime-types and their default applications -> location is ${XDG_DATA_DIR}/mime/packages
* (devilspie2:2933): Wnck-WARNING **: Received a timestamp of 0; window activation may not function properly. (disabled focus_window()) * (devilspie2:2933): Wnck-WARNING **: Received a timestamp of 0; window activation may not function properly. (disabled focus_window())
* call /etc/bashrc in xdg_profile_set.sh, weil manche User eine sehr sehr alte bashrc haben und diese kein Update bekommt.
* have default-module for ParaView
* change Llview icon
* Terminal-Nachrichten an User anzeigen (write, wall)
* adjust icon positions on desktop
* application submenu for all infoterms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment