I need some guidance from all the Linux experts out there. I would like to do the following. Please tell me if this possible. If it s not, please tell me why.
I would like the user to interact with a touchscreen LCD connected to a Linux thin client PC. I want to use Linux Terminal Server to run a virtual linux application (with user interaction). In other words, I want to run a virtualized application on the thin client. For instance, running Openoffice Writer (open source equivelent of MS Word). In my particular case, I will have a virtualized app which needs to interact with a USB credit card reader attached to the thin client pc. I will also need to send information to an other ajax app running in Mozilla.
One of my concerns is sending the credit card information (obtained via usb on thin client). Will I have to create a local app, which runs on the thin client and send the card information to the server or can the USB interaction be "virtualized" as well. For instance, by running linux terminal server and a thin client, will my USB interactions be automatically sent to the virtual app running on the server?
Thank you in advance for your help.