[packman] [PM] grsync 1.1.0-0.pm.1.1 (openSUSE 11.2/i586)

Toni toni at links2linux.de
Tue May 4 15:23:33 CEST 2010


Am Dienstag, 4. Mai 2010 schrieb Scott_A_Johnson at ca2.uscourts.gov:
> Dear Toni,
>
> I am trying to install GRSYNC on a Novell SUSE Enterprise Server version
> 11.  I have downloaded and applied the latest patches.
>
> After I install the RPM package and try to execute the program grsync I
> get the following error:
>
> Xlib:  extension "RANDR" missing on display "127.0.0.1:1.0".
> Error loading GtkBuilder XML file:  grsync.glade - error code 4 (Failed to
> open file 'grsync.glad':  No such file or directory)

strange, this error message is from main.c
g_printerr("Error loading GtkBuilder XML file: %s - error code %u (%s)\n", 
XMLFILE, gerror->code, gerror->message);

as a result of the call (the program checks for the file in the actual 
directory and /usr/share/grsync)
result = gtk_builder_add_from_file(builder, XMLFILE, &gerror) || 
gtk_builder_add_from_file(builder, PACKAGE_DATA_DIR "/" PACKAGE "/" XMLFILE, 
NULL);

and XMLFILE is defined as "grsync.glade" in config.h, but in the above 
print-statement it is truncated to "grsync.glad" ...

could you try to copy /usr/share/grsync/grsync.glade 
to /usr/share/grsync/grsync.glad and try it again.

Seems to be a bug in the program. You should file a error report to the 
author.
>
> I checked, and I have the GTK libraries installed.
>
> Any advice or info would be appreciated.
>
>
> Scott A. Johnson
> PC / Network Administrator
> US Court of Appeals, 2nd Circuit
> Daniel Patrick Moynihan US Courthouse
> 500 Pearl Street
> Suite 320
> New York, NY 10007
>
> Internet Email:  scott_a_johnson at ca2.uscourts.gov
> Lotus Notes:  Scott A Johnson/CA02/02/USCOURTS
> Office:  212-857-8718
> Fax:  212-857-8683



-- 
have fun
Toni




More information about the Packman mailing list