rgb path is wrong

Bug #44297 reported by dkg
4
Affects Status Importance Assigned to Milestone
vnc (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

the rgb color path set up in the vnc configuration is wrong by default for X.org 7.0. You can fix it with this diff:

diff -ru vnc-3.3.7.pristine/debian/vncserver.wrapper vnc-3.3.7/debian/vncserver.wrapper
--- vnc-3.3.7.pristine/debian/vncserver.wrapper 2006-05-11 19:02:29.920143783 -0400
+++ vnc-3.3.7/debian/vncserver.wrapper 2006-05-11 19:07:24.744954163 -0400
@@ -93,7 +93,7 @@
   &ReadXFConfigColor;
 }
 if (!$colorPath) {
- $colorPath = "/usr/X11R6/lib/X11/rgb";
+ $colorPath = "/etc/X11/rgb";
 }
 if ($geometry) {
   $opt{'-geometry'} = $geometry;

note that debian's packages are fixed in 3.3.7-12:

http://packages.debian.org/changelogs/pool/main/v/vnc/vnc_3.3.7-12/changelog

Revision history for this message
Leo Howell (leo-howell) wrote :

Thanks for the bug report.

I'm closing this bug because it has been fixed in Edgy (see Changelog excerpt below).

If you need a fix for this bug in Dapper, please follow the
instructions in the "How to request new packages" section of the
Backports wiki page:
        https://wiki.ubuntu.com/UbuntuBackports

-----
vnc (3.3.7-12) unstable; urgency=low

  * Correction for rgb path and font paths.

 -- Ola Lundqvist <email address hidden> Thu, 27 Apr 2006 07:08:02 +0200

Changed in vnc:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.