The branch, twofactorauth has been updated via 54c58fcbcd4fd11b83baee3a2ab3a054a96bc613 (commit) from 92383822d606f12751cc9a748144578481244ebc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: examples/printing | 17 +++++++++++++++++ examples/settings | 17 +++++++++++++++++ examples/xconfig | 24 ++++++++++++++++++++++++ pyhoca-gui | 4 ++-- 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 examples/printing create mode 100644 examples/settings create mode 100644 examples/xconfig The diff of changes is: diff --git a/examples/printing b/examples/printing new file mode 100644 index 0000000..4ee8ba2 --- /dev/null +++ b/examples/printing @@ -0,0 +1,17 @@ +[print] +command = lpr +stdin = 0 +startcmd = 0 +ps = 0 + +[view] +command = xpdf +open = 1 + +[CUPS] +defaultprinter = PDF + +[General] +pdfview = 1 +showdialog = 0 + diff --git a/examples/settings b/examples/settings new file mode 100644 index 0000000..e29d305 --- /dev/null +++ b/examples/settings @@ -0,0 +1,17 @@ +[General] +clientport = 22 +autoresume = 1 + +[Authorization] +suspend = 1 +editprofile = 1 +newprofile = 1 +resume = 1 + +[LDAP] +useldap = 0 +port1 = 0 +port2 = 0 +port = 389 +server = localhost + diff --git a/examples/xconfig b/examples/xconfig new file mode 100644 index 0000000..fb014d4 --- /dev/null +++ b/examples/xconfig @@ -0,0 +1,24 @@ +[XServers] +known_xservers = ['VcXsrv', 'Xming', 'Cygwin-X'] + +[VcXsrv] +test_installed = C:\Programme\VcXsrv\vcxsrv.exe +process_name = vcxsrv.exe +parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill'] +display = localhost:40 +run_command = C:\Programme\VcXsrv\vcxsrv.exe + +[Cygwin-X] +test_installed = C:\cygwin\bin\XWin.exe +process_name = XWin.exe +parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill'] +display = localhost:40 +run_command = C:\cygwin\bin\XWin.exe + +[Xming] +test_installed = C:\Programme\Xming\Xming.exe +process_name = Xming.exe +parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill'] +display = localhost:40 +run_command = C:\Programme\Xming\Xming.exe + diff --git a/pyhoca-gui b/pyhoca-gui index 5fcd10d..1438b88 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -59,8 +59,8 @@ if app.startswith('./') or os.path.dirname(PROG_NAME).endswith('trunk'): print '### PyHoca-GUI running in development mode ###' else: if _X2GOCLIENT_OS == 'Windows': - sys.stdout = open(os.path.join(os.environ['APPDATA'], 'temp', '%s_stdout.log' % PROG_NAME), 'w') - sys.stderr = open(os.path.join(os.environ['APPDATA'], 'temp', '%s_stderr.log' % PROG_NAME), 'w') + sys.stdout = open(os.path.join(os.environ['TEMP'], '%s_stdout.log' % PROG_NAME), 'w') + sys.stderr = open(os.path.join(os.environ['TEMP'], '%s_stderr.log' % PROG_NAME), 'w') from pyhoca.wxgui.basepath import locale_basepath hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).