Well, yeah, that's about half- intended. It's default KDE/QT behavior that the program exits if you close the main window
If you just want to hide the settings window click the tray icon, it toggles its visibility. I'll look if i can find out how to catch the close button and make it just hide the window.
Traceback (most recent call last):
File "/home/spunky/armaspyadvanced/armaspyadvanced.py", line 26, in ?
ARMAGETRONAD_COMMAND = config.getElementsByTagName('ArmagetronadCommand')[0].getAttribute('command')
IndexError: list index out of range
The XML feed is up again as long as my server doesn't cause any more trouble.
Also fixed the error you were getting, it was probably related to you already having an XML config file generated by an older version that didn't have some new config items. I changed the code so it only tries to read the new config if it actually exists.
so i downloaded the python script
opened up the terminal
and tried to drag the script onto the terminal:
Permission denied
so i then did what luci said and got:
can't open file 'armaspy.py'
you either need to mark the script as executable with chmod +x /path/to/the/script and then run it normally or you need to run it with python /path/to/the/script.