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

Reply via email to