> 
> 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