GNOME Bugzilla – Bug 573744
libgnome-desktop has unlocalized RANDR message
Last modified: 2009-03-09 20:06:23 UTC
When the X doesn't support RANDR, gnome-display-properties shows an error dialog. The string "RANDR extension is not present" is generated by libgnome-desktop.so and it's not localized because bindtextdomain() is not called for the domain name. Solaris default domain path is "/usr/lib/locale". libgnome-desktop .mo is installed in "/usr/share/locale". I'm attaching the patch.
Created attachment 129847 [details] [review] Patch for libgnome-desktop/gnome-rr.c Attached the patch.
Good catch. I reused the code we have in gnome-desktop-item.c for this.