File: xconfig

package info (click to toggle)
pyhoca-gui 0.5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,936 kB
  • ctags: 463
  • sloc: python: 6,648; makefile: 30; sh: 2
file content (24 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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