WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Open Remmina panel on boot and USB redirection  (Read 7513 times)

Offline ekapco

  • Newbie
  • *
  • Posts: 5
Open Remmina panel on boot and USB redirection
« on: February 19, 2013, 01:51:18 AM »
I'm new to TCL so please forgive me if asking a stupid question.

I installed TCL and have sound and remmina working.
Is there a way to have the remmina panel opened automatically on boot ?

And I tried to get Autmounting for USB keys working but sofar no luck.
I need a script to have all USB insertions available for redriecting through remmina.
In other Linux clients all show up under a media directory which then can be shared on de RDP session.

Anyone who can help with this ??

Regards Erik ???

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: Open Remmina panel on boot and USB redirection
« Reply #1 on: February 19, 2013, 07:03:58 AM »
Hi ekapco
To start automatically, try this:
Create the following file in  /home/tc/.X.d
Code: [Select]
(
until ifconfig | grep -q "Bcast" ;  do sleep 1 ; done
remmina
) &

Tinycore does not automount USB thumb drives. This has come up before. Go to the search page and try to find
some of the previous posts on this subject. If you don't find a suitable answer, start a new thread for that question.
« Last Edit: February 19, 2013, 07:22:05 AM by Rich »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Open Remmina panel on boot and USB redirection
« Reply #2 on: February 19, 2013, 07:16:16 AM »
Change the to


(
until ifconfig | grep -q "Bcast" ;  do sleep 1 ; done
remmina
) &


or your .xsession will hang at this point until the network is up.
The "()" runs the script in a sub shell, and the "&" runs it in the background.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: Open Remmina panel on boot and USB redirection
« Reply #3 on: February 19, 2013, 07:29:50 AM »
Hi gerald_clark
Thanks for the tip and explanation, post updated.

Offline ekapco

  • Newbie
  • *
  • Posts: 5
Re: Open Remmina panel on boot and USB redirection
« Reply #4 on: February 19, 2013, 11:52:18 PM »
Thanks guys,

will try that.
I have USB automounting now. (http://forum.tinycorelinux.net/index.php/topic,9622.0.html)

only thing is USB drive is readonly. any light on that ?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: Open Remmina panel on boot and USB redirection
« Reply #5 on: February 20, 2013, 06:11:00 AM »
Hi ekapco
Without seeing exactly what you've done, it would be difficult to tell. You might want to take a look at the USB entries
in  /etc/fstab.  Also, what kind of file system is on the USB drives?