I like to play a specific variation of Solitare that AisleRiot doesn't seem to offer. I found a Single Card Draw version of Klondike, but it limits redeals and I found a Three Card Draw that has no limits on redeals. I like to play Single Card Draw with no limits on redeals. Is this possible with AisleRiot or do I need to go find another program?
Draw-Style Redeal-Limit Available? 1 3 Yes 1 none No -- This is what I want 3 3 No 3 none Yes
I bumped into the reason for this change in behaviour on a German site.
Previously you could edit the value of max-redeal near the beginning of the config file and set it to -1 for unlimited redeals (as per the comment for that line). In Ubuntu 12.04 that no longer works. The code that parses the options in the new Klondike menu item, forcefully resets the value of max-redeal.
There may be a more elegant way to do this, but the simplest way I found was to edit as root (use sudo) the file:
Near the end of the file, look for a section like this:
Either delete, or comment out with a semi-colon, the second to last line.