[Konsole-devel] [Bug 52145] VNC Viewer causes odd display of terminal output

Laurent Licour laurent.licour at laposte.net
Wed Mar 19 22:35:23 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=52145     




------- Additional Comments From laurent.licour at laposte.net  2003-03-19 23:35 -------
Hi

I've got the same problem, with the same configuration
Here is a solution :

edit the vncserver file (/usr/bin)
You should have something like that :

# Add font path and color database stuff here, e.g.:
#
$cmd .= " -fp unix/:7100";
# $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
# $cmd .= " -co /usr/lib/X11/rgb";
#

Just uncomment the two lines
# Add font path and color database stuff here, e.g.:
#
$cmd .= " -fp unix/:7100";
$cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
$cmd .= " -co /usr/lib/X11/rgb";
#

It works fine for me



More information about the konsole-devel mailing list