I added a button to download the daily cloud map from the xplanet-server. If it can't get the file you will get an error-message (saying to check your connection), otherwise you'll see a nice progress-bar until the download it finished.
(Python is just unbelievably great ... although it took me the whole day to get this simple thing going, but that's probably just my lack of experience with all the small things that can go wrong)
Is it possible to catch the signal which send to the system when the lid is closed/opened within Python? (If so: how?)
It's the only way I can see to stop/start Xplanet when the lid is closed/opened. Otherwise the user has to remember to stop Xplanet ... or suspend to RAM (which is what I thought is the usual thing to do), this works perfectly fine without stopping Xplanet beforehand ...