Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128871 | Differences between
and this patch

Collapse All | Expand All

(-)vncserver.failing (-2 / +1 lines)
Lines 38-48 Link Here
38
$desktopName = "X";
38
$desktopName = "X";
39
$vncClasses = "/usr/share/tightvnc/classes";
39
$vncClasses = "/usr/share/tightvnc/classes";
40
$vncUserDir = "$ENV{HOME}/.vnc";
40
$vncUserDir = "$ENV{HOME}/.vnc";
41
$fontPath = "unix/:-1";
42
$authType = "-rfbauth $vncUserDir/passwd";
41
$authType = "-rfbauth $vncUserDir/passwd";
43
42
44
# Here is another example of setting the font path:
43
# Here is another example of setting the font path:
45
$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
44
$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/";
46
45
47
# X colors database path is optional, uncomment and edit to use:
46
# X colors database path is optional, uncomment and edit to use:
48
# $colorPath = "/usr/lib/X11/rgb";
47
# $colorPath = "/usr/lib/X11/rgb";

Return to bug 128871