So, whatever "X session" means,I have no idea what that means, either. I deleted everything I had downloaded and extracted relative to the game.
Similarly, when I downloaded the Mint ISO to burn to DVD, it was suggested that I verify the ISO image after download thusly:
Import the signing key:
gpg --keyserver keyserver.ubuntu.com --recv-key "27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09"
Browse the main mirror, or choose a mirror near you, and download the ISO image, the sha256sum.txt and the sha256sum.txt.gpg files into the same directory.
Verify the signature on the sha256sum files with the following command (The output of this command should mention that the signature is "Good". Also, if you didn't import keys before on your computer you can ignore the warning "This key is not certified with a trusted signature! There is no indication that the signature belongs to the owner."):
gpg --verify sha256sum.txt.gpg sha256sum.txt
Once this is done, the sha256sum.txt can be trusted.
Generate the sha256 sum of your ISO image, and compare it to the sum present in the sha256sums.txt file.
sha256sum -b yourisoimagefile.iso
If the signature was "Good" and the sha256 sums match, you successfully verified the integrity and authenticity of the ISO image.
I downloaded those files into the same folder on my Win7 laptop, opened "cmd", typed "gpg --verify sha256sum.txt.gpg sha256sum.txt" and hit "enter". I was informed that "gpg" was not a recognized command. I deleted all the downloaded files except the ISO and burned the DVD. In my case, all those instructions just as well have been written in Swahili.
reply
share