Explorar el Código

Stop unsetting environment variables

These might contain values we want if we are start from a proper
environment.
tags/v1.10.90
Pierre Ossman hace 5 años
padre
commit
c68196700e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      unix/vncserver/vncserver

+ 0
- 2
unix/vncserver/vncserver Ver fichero

@@ -56,8 +56,6 @@ $xauthorityFile = "$ENV{XAUTHORITY}" || "$ENV{HOME}/.Xauthority";
$xstartupFile = $vncUserDir . "/xstartup";
$defaultXStartup
= ("#!/bin/sh\n\n".
"unset SESSION_MANAGER\n".
"unset DBUS_SESSION_BUS_ADDRESS\n".
"OS=`uname -s`\n".
"if [ \$OS = 'Linux' ]; then\n".
" case \"\$WINDOWMANAGER\" in\n".

Cargando…
Cancelar
Guardar