>...<br>>It's will be running some custom software I am developing and<br>>although this is currently terminal based the aim is to have a full GUI<br>>eventually. So as I said I will want a desktop/window manager of some<br>
>sort. I'll probably do the GUI part in wxPython or HTML/JS so it doesn't<br>>really matter if it's GTK or QT based.<br>
<div><br></div><div>Why don't you developp the GUI only on web based techno (Python, PHP, or any other)... this way you don't need any much GUI requirement on the serveur itself... just connect it to the LAN (as it is a backup system I supposed it is :) and have it managed via web based UI... you would only need a web based architecture installed on the serveur which do not require any GUI component... on the serveur itself...<br>
</div><div><br></div><div>Another possibility would be to have your application separated in a serveur/client architecture.</div><div>This way you could simply developp your client part on any Desktop (with GUI component) which would just need to interact with the serveur part of your appli already running on your server without GUI... It is just a guess here...</div>
<div><br></div><div>Cheers</div><div>Richard</div><div><br></div>