Notices


Reply
Thread Tools
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#381
Anyone got any input on the issues described in these threads? DCE has become pretty much unusable for me.

Hildon Desktop Shortcut Freezing Randomly
http://talk.maemo.org/showthread.php?t=72147

widgets disappearing
http://talk.maemo.org/showthread.php?t=43144
 
Posts: 9 | Thanked: 3 times | Joined on Oct 2010
#382
Hallo all,
Is there someone out who can tell me how i can start a background process with DCEW?

I want to establish a ssh Tunnel to an imap server behind a firewall with

ssh -fN -L 1430:imapserver:143 user@borderhost.com

the -fN places ssh into the background. I put my public key on the borderhost.com, so that ssh can login without a password.

It works from the command line and i can get mail from the imap host (127.0.0.1:1430 as imap server ;-).

But when invoked by the DCEW widget, the widget stays selected (waiting for the "background".ssh process to finish) and all other hildon buttons are blocked.

When I kill the ssh tunnel process from another ssh session from my pc to the n900, the widget gets deselected and hildon works normally.

Anyone any suggests?

Chears ari
 
Posts: 10 | Thanked: 5 times | Joined on Jan 2010 @ Tasmania, Australia
#383
Originally Posted by aldebarab View Post
ssh -fN -L 1430:imapserver:143 user@borderhost.com
Maybe try:

Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com &
or a shell script which returns after starting ssh -fN.
 

The Following User Says Thank You to mjec For This Useful Post:
Posts: 9 | Thanked: 3 times | Joined on Oct 2010
#384
[QUOTE=mjec;1040503]Maybe try:

Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com &
Thank you for the answer, I have of course tried that before, it does not work either.

The -fN switch should do the same as '&'.

Thanks ari
 

The Following User Says Thank You to aldebarab For This Useful Post:
Posts: 112 | Thanked: 122 times | Joined on Dec 2009 @ London, United Kingdom
#385
Have you tried:
Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com | echo ""
(just in case..)
__________________
Happy n900 owner!
Check my apps: n900fly, accdisplay and the "desktop command execution" widget!
 

The Following 2 Users Say Thank You to cpscotti For This Useful Post:
Posts: 9 | Thanked: 3 times | Joined on Oct 2010
#386
Originally Posted by cpscotti View Post
Have you tried:
Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com | echo ""
(just in case..)
Hi scotti,
that worked for me, thank you!
 

The Following User Says Thank You to aldebarab For This Useful Post:
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#387
Does anyone know a script to open up a specific website?
For example i want a a script to open up www.goal.com

Thanks
__________________
I ain't gotta go all the way to Africa to know that something ain't right here...
 
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#388
Originally Posted by nathaneous View Post
Does anyone know a script to open up a specific website?
For example i want a a script to open up www.goal.com

Thanks
http://wiki.maemo.org/Desktop_Comman..._start_browser

Code:
/usr/bin/browser_dbuscmd.sh load_url http://www.goal.com


Haven't tested myself though, I prefer to make desktop shortcuts for websites (.desktop files + small icons) because DCE has always been a bit unstable for me.
 

The Following User Says Thank You to Aonsaithya For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#389
Originally Posted by nathaneous View Post
Does anyone know a script to open up a specific website?
For example i want a a script to open up www.goal.com

Thanks
if you don't want to use any special script then (in one line) enter:

Code:
 dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"www.goal.com"
check for more: http://wiki.maemo.org/Phone_control#...ink_in_browser
 

The Following 2 Users Say Thank You to Saturn For This Useful Post:
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#390
Hi Guys

Sorry for being a noob, but i'm looking for a script that will 'compose new email' and another script to 'compose new text message'

I couldnt find these scripts in the DCEW wiki?
__________________
I ain't gotta go all the way to Africa to know that something ain't right here...
 

The Following User Says Thank You to nathaneous For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:05.