Greetings,
I have been looking around on tiny core for a project.
I work at the local hospital and here we have plenty of terminal clients connected to 5 windows 2003 terminal servers.
Those terminal clients load the Linux image to RAM using PXE boot.
The actual image we have is quite outdated since no one knew linux around (before I joined them) so, as time went by, new terminals don't work (well or at all) since it's just not supported by the image.
I have been looking at changing that and so I stumbled upon tiny core which is just perfect for the job.
I got the PXE server configured to load the new image on some (2 old) test devices, it starts rdesktop with no problems at boot and all.
The problem I am facing in this moment is that I need some sort of a popup button so the user clicks it to start the rdesktop so the program isn't always bashing our old servers.
I have been looking around and found out about zenity, which could work but that means I would have to add more packages and, I am trying to keep it small for the low ram devices.
I then found out about popup and popask and, to my disappointment, found out as well they have no arguments or options.
So, I decided to post a call for help as I am not exactly a programmer.
I need a way to have a on-screen (preferably centered) button where the user presses to start working (aka: open rdesktop).
Thank you for any and every help.
PCManiac