After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362353 - Mahjongg difficult game scores don't get saved
Mahjongg difficult game scores don't get saved
Status: RESOLVED DUPLICATE of bug 362062
Product: gnome-games-superseded
Classification: Deprecated
Component: mahjongg
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-15 12:22 UTC by Chris Mayo
Modified: 2006-10-27 16:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Chris Mayo 2006-10-15 12:22:33 UTC
gnome-games-2.16.1/mahjongg/Makefile.am has:

	-for i in easy difficult confounding pyramid tictactoe cloud dragon bridges ziggurat; do \
		touch $(DESTDIR)$(scoredir)/mahjongg.$$i.scores; \
		chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/mahjongg.$$i.scores; \
		chmod 664 $(DESTDIR)$(scoredir)/mahjongg.$$i.scores; \
	done


but mahjongg.map:

<map name="Difficult" scorename="diff">


create mahjongg.diff.scores by hand and the scores are saved.
Comment 1 Sebastien Bacher 2006-10-27 09:26:13 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 362062 ***
Comment 2 Chris Mayo 2006-10-27 16:38:08 UTC
Apologies - I did a simple search assuming people would have put Mahjongg somewhere in the text. Now trying the advanced I think they are both duplicates of #361071!