Hello everyone,
I have only been familiar with Tinycore project for the last few days but I am already a fan
It all started when my manager requested that we produce a thinclient for running a Citrix ICA client. to make it as lightweight as possible I am using microcore. All works well but there are a few questions that I wanted to ask:
1. Xorg is up and running. The ICA client has to be started from the command line. What I am currently doing is starting the ICA client for .xsession file. There is no windows manager installed. When the user ends his/her ICA session, they are given a blank screen with a cursor. If they press Ctrl+Alt+Backspace, they are taken into command prompt. How can I force the ICA client to autorestart every time the previous instance has been closed, so that the user is presented with the ICA logon screen instead of a blank Xorg window?
2. Is there a way of using a different mount point instead of "/mnt"? The Citrix client can automount user drives, but it only scans "/media" and "/mnt/media" folders. The only way that I can think of is to make changes to rebuildfstab script. I have tried that but then the system fails to mount the TCE persistence store.
3. Whenever Xorg starts, the numlock LED is on, but the keyboard acts as if the numlock was off. I have to manually press the numlock key a few times until the numeric keyboard starts working. How can I fix the issue? I am using a custom xorg.conf file that has the following extra options:
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Sorry for asking many questions in one post, hopefully someone can set me on the right path....
Martin