maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread (https://talk.maemo.org/showthread.php?t=45388)

SharRakorR 2011-08-01 14:21

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hi, I have checked whole thread (all pages + search in thread) but i cant figure out how to only display text from rss? Nothing more,transparent image,only gray text.

P4d0uch 2011-08-08 10:00

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hi. I want to ask how can i backup whole QWB? i want to give all my command and their positions to my friend.

Thanks for answer

stevomanu 2011-08-28 17:11

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
im tryin to make a widget to boot xterm an start metasploit this is the command i use to get it started

Code:


sudo gainroot

ruby1.8 /home/user/msf3/msfconsole -L

how would i add this to beecon to load xterm an load metasploit
i have tryed this

Code:

ruby1.8 /home/user/msf3/msfconsole -L | Exec=osso-xterm 'sudo gainroot'
cheers

stevomanu 2011-09-01 01:38

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
well now i have xterm opening but it closes after it say some thing i can read what says it closes to fast this is code im using any body help at all , i have search for days now but no go ....
Code:


osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L"
&

if i run this all is fun using xerm so it has to be the wrong command an im no expert its cracking me up now

Code:

ruby1.8 /home/user/msf3/msfconsole -L
many thanks

gkuenning 2011-09-01 02:46

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Try changing your xterm invocation to be:

osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L; sleep 10" &

That should keep the xterm open long enough for you to read the error message. If that doesn't work, try this one:

osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L > /home/user/MyDocs/ruby.log 2>&1" &

which ought to leave all error messages in ~/MyDocs/ruby.log.

stevomanu 2011-09-01 09:58

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by gkuenning (Post 1079806)
Try changing your xterm invocation to be:

osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L; sleep 10" &

That should keep the xterm open long enough for you to read the error message. If that doesn't work, try this one:

osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L > /home/user/MyDocs/ruby.log 2>&1" &

which ought to leave all error messages in ~/MyDocs/ruby.log.

i tryed boths commands an its still same looks like different error thou but xterm doesnt stay open to read what it says ... cheers

gkuenning 2011-09-03 06:42

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by stevomanu (Post 1079941)
i tryed boths commands an its still same looks like different error thou but xterm doesnt stay open to read what it says ... cheers

The second won't keep the terminal open, but it ought to leave a log file in MyDocs/ruby.log so that you can examine its contents and see what happened.

ejasmudar 2011-09-07 09:21

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
What is the command to open a specific page in microb?

/usr/bin/browser www.google.com

is not working.

LightRain 2011-09-08 19:52

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by ejasmudar (Post 1083373)
What is the command to open a specific page in microb?

/usr/bin/browser www.google.com

is not working.

Here it is:
dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"google.com"

Anyway, can we somehow make specific widgets hidden when the phone oriented in landscape (or portrait) mode? Because there are widgets that look good in portrait mode, but a bit messy in landscape mode (or vice versa).

eL.ectron1k 2011-09-27 05:03

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hello guys!

Can u tell me, how can i save all configureation?

Sometimes its crashes..and all my configs need to be PURGED.

/ And all widgets on desktop becomes - appOK - With default image :C /

Than i need add them again.. cant understand why..


Thank you!!


All times are GMT. The time now is 23:22.

vBulletin® Version 3.8.8