Dne 12. 08. 2015 ob 22:49 je Christian T. Steigies zapisal(a):
Hi,
On Sun, Aug 09, 2015 at 11:39:04AM +0200, Andrej Mernik wrote:
Package: circuslinux
Version: 1.0.3-31
Severity: normal
Dear Maintainer,
running circuslinux from the command line produces the following error messages:
--
Warning: I could not open old options file :
/home/username/.circuslinux
The error that occured was:
No such file or directory
--
and
--
Warning: I could not open the score file for write:
/var/games/circuslinux/scorefile
The error that occured was:
Permission denied
--
This means that both options and scores are not saved.
Thanks for your report. It seems when I switched to debhelper 9 the sgid
settings were lost. This seems to be a workaround to fix this quickly:
chgrp games /usr/games/circuslinux
chgrp games /var/games/circuslinux/
chmod 2775 /var/games/circuslinux/
chmod 2755 /usr/games/circuslinux
Christian
Hi,
the scores are saved now, thanks for the fix.
But what about the config file? Where should I put it to be detected?
Best Regards,
Andrej