Nice going Thomas! I have a hidden taskbar, so I guess I can live with the command on the menu. I tried to create a new command, in addition to a command I already had:
sudo sh -c 'fdisk -l /dev/sda | grep -i "^/dev.*fat.*" | cut -d" " -f1 >> /etc/pmount.allow' but then I noticed that only one of the two commands is Autostarted. The other appears on the menu, but is ignored. Is this a bug? I ended up creating a directory named 'bin' on the server, at /opt/openthinclient/server/default/data/nfs/root/bin/ and placed my script there. This folder is copied to the client, and shows up at /var/tcos/bin/. Then I created an Autostart command on the gui, that runs the script at /var/tcos/bin/. This way, one can have much more complex scripts, then writing it all on one command line. Best regards, Elio On Wed, 2011-05-25 at 12:27 +0200, Weigt, Thomas wrote: > Hi, > > you can prevent the icon from the desktop, if the name of your > application in the otc-manager begins with a dot like ".test-sh". > I use it so and there is no icon on the desktop, but in the > application-list in the menu of the client the application appears. > > Best regards > > Thomas > > > Am 25.05.2011 12:14, schrieb Elio Coutinho: > > Hi, > > > > Thanks Christoph! I've used that approach on another situation, but I > > don't like that a shortcut for the command appears on the desktop. Do > > you know how to prevent the icon from showing up? > > > > As for the script, I've changed it to only list FAT partitions, as they > > seem to be the only ones fully supported: > > > > #!/bin/bash > > LOCALDISK=/dev/sda > > fdisk -l $LOCALDISK | grep -i "^/dev.*fat.*" | cut -d" " -f1 >> > > /etc/pmount.allow > > > > On a side note, are there any plans for NTFS writing support? Many usb > > devices are NTFS formatted and it would be nice to be able to write to > > them. For now, they are mounted read-only: > > > > # dmesg > > NTFS driver 2.1.29 [Flags: R/O MODULE]. > > > > > > Best regards, > > Elio Coutinho > > > > > > > > On Wed, 2011-05-25 at 08:22 +0200, Peus, Christoph wrote: > > > > > This may be a solution, but "patching" the server is not necessary and > > > probably not so smart, because this cannot be applied to only specific > > > ThinClients and could be overwritten by future updates of the OTC server. > > > > > > Try to create a new application of type command line with Autostart set > > > to "yes" and the following command (untested): > > > sudo sh -c 'echo "/dev/sda2" >> /etc/pmount.allow' > > > > > > This should do the job as well. (Of course you have to configure your > > > setup to make this application execute on your clients.) > > > > > > > > > Regards > > > Christoph > > > > > > > > > ------------------------------------------------------------------------------ > > vRanger cuts backup time in half-while increasing security. > > With the market-leading solution for virtual backup and recovery, > > you get blazing-fast, flexible, and affordable data protection. > > Download your free trial now. > > http://p.sf.net/sfu/quest-d2dcopy1 > > _______________________________________________ > > The Open Source Thin Client Solution http://openthinclient.org > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/openthinclient-user > > > > Gesellschaft mit beschränkter Haftung mit Sitz in 55218 Ingelheim am > Rhein, eingetragen im Handelsregister des Amtsgerichts Mainz unter HRB > 21166. > Geschäftsführer: PD. Dr. med. Markus Nauck und Dipl.-Vw. Johannes > Brill. > Vorsitzender des Aufsichtsrates: Prof. Dr. med. Bernd Heicke. > Diese E-Mail kann vertrauliche oder auf andere Weise geschützte > Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten > haben, löschen Sie diese bitte von Ihrem System und setzen Sie uns > unverzüglich von dem Vorfall in Kenntnis. > USt-ID-Nr. DE 811138229 > > ___ > > Limited liability company with registered office in 55218 Ingelheim am > Rhein, registered with the commercial register of the local court of > Mainz under HRB 21166. > Managing directors: PD Dr. med. Markus Nauck and Dipl.-Vw. Johannes > Brill. > Chairman of the supervisory board: Prof. Dr. med. Bernd Heicke. > This e-mail may contain confidential or otherwise privileged > information. If you are not the intended recipient, please inform us > immediately and delete the e-mail from your system. > VAT-ID-Nr. DE 811138229 > > > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > _______________________________________________ The Open Source Thin Client > Solution http://openthinclient.org [email protected] > https://lists.sourceforge.net/lists/listinfo/openthinclient-user -- Élio Coutinho Centro de Informática Faculdade de Ciências da Universidade do Porto R. do Campo Alegre, s/n 4169-007 Porto tel. +351 - 220 402 015 [email protected] ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ The Open Source Thin Client Solution http://openthinclient.org [email protected] https://lists.sourceforge.net/lists/listinfo/openthinclient-user
