[packman] [PM] grsync 1.1.0-0.pm.1.1 (openSUSE 11.2/i586)
Scott_A_Johnson at ca2.uscourts.gov
Scott_A_Johnson at ca2.uscourts.gov
Tue May 4 15:15:51 CEST 2010
That was a typographical error on my part. The correct statement is
"Failed to open file 'grsync.glade': No such file or directory.
I checked in user/share/grsync. There is a file named grsync.glade.
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
From: Toni <toni at links2linux.de>
To: Scott_A_Johnson at ca2.uscourts.gov
Cc: packman at links2linux.de, Lawrence_Sadera at ca2.uscourts.gov,
Kurt_Olander at ca2.uscourts.gov
Date: 05/04/2010 09:09 AM
Subject: Re: [PM] grsync 1.1.0-0.pm.1.1 (openSUSE 11.2/i586)
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