xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XBoard-devel] gtk version


From: John Cheetham
Subject: Re: [XBoard-devel] gtk version
Date: Tue, 21 Jun 2011 16:04:31 +0100 (BST)

> 
> I noticed as well that the gamelist doesn't work on Fedora
> 14 open build server version. It gives the error:
> 
> Error: can not find ui-file for gamelist.glade
> 
> I think the problem may be that the file is in
> /usr/share/games/xboardgtk/ui/gamelist.glade in the rpm and
> maybe the helper expects it in /usr/local/share?
> 

I dug a bit deeper and it's not that. It's an issue with the helper program not 
testing the correct filename.

The test:
if (g_file_test (filename, G_FILE_TEST_EXISTS) == FALSE)

needs replacing with:
if (g_file_test (gladefilename, G_FILE_TEST_EXISTS) == FALSE)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]