Bug#406884: gweled: does not store high scores anymore

Efrain Valles Pulgar effie.jayx at gmail.com
Sun Feb 3 05:05:16 UTC 2008


Tags: patch

This bug affects high-scores in easy mode and it is simply a file
permission issue. check permissions for the
file: /var/games/gweled.easy.scores I have generated a patch to fix it.

The issue is caused by the creation of mentioned file in Makefile.in.
After this happens, it ignores it's creation in gweled.postinst.
therefore failing to have the same read/write permissions as the other
file (/var/games/gweled.timed.scores).

I have opted for deleting the creation of the file in Makefile.in and
having the creation of both score files in gweled.postinst, the reason
for this is just to make sure that when updating the package the files
won't get overridden.


hope that helps


-------------- next part --------------
A non-text attachment was scrubbed...
Name: editmakefile.diff
Type: text/x-patch
Size: 674 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20080203/6e54fb2e/attachment.bin 


More information about the pkg-gnome-maintainers mailing list