![]() |
Re: Desktop Command Execution Widget scripts
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 |
Re: Desktop Command Execution Widget scripts
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 |
Re: Desktop Command Execution Widget scripts
Quote:
Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com & |
Re: Desktop Command Execution Widget scripts
[QUOTE=mjec;1040503]Maybe try:
Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com & The -fN switch should do the same as '&'. Thanks ari |
Re: Desktop Command Execution Widget scripts
Have you tried:
Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com | echo "" |
Re: Desktop Command Execution Widget scripts
Quote:
that worked for me, thank you! |
Re: Desktop Command Execution Widget scripts
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 |
Re: Desktop Command Execution Widget scripts
Quote:
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. |
Re: Desktop Command Execution Widget scripts
Quote:
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" |
Re: Desktop Command Execution Widget scripts
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? |
All times are GMT. The time now is 13:43. |
vBulletin® Version 3.8.8