![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
another help needed. plzz tell how to add chromium-browser of easy debian in queen beecon as a shortcut on desktop??
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
it is possible to delete a QBW by writing command in x-term?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Is there any command to get the Playlist popup which we see when pressed on the Mediaplayer widget ??
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Quote:
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi,
Someone tell me the QBW command for put mobile in "OFFLINE MODE" and "NORMAL MODE" Thanks. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi,
using linux kernel power user and overclocking feature, I got the maxCPU widget that helps to change the max CPU limit on the fly. But I needed to know the real usage of the cpu. Thanks to QBW this is th CPU bogomips command : Code:
printf "%0.f bgmps\n" `cat /proc/cpuinfo |grep Bogo |awk -F": " '{print $2}'` |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I am sorry for bad English!
At me such problem: After reboot N900 became inactive all QBW. http://imageplay.net/img/tya22293919...125_114791.png http://imageplay.net/img/tya22293917...125_114337.png How it is possible to activate again all QBW in my system??? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
@JonWW, thanks for the help! Has anew made all QBW and now has copied and has saved a file .queen_beecon.
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Have you made all new QBW? If you have, make a backup copy of /home/user/.queen_beecon |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Is there any way to setup a QBW so that when you click on it on the dekstop, it will open a webpage? The QBW already runs a script that display some information, but I'd like to be able to click on the widget and launch a website too.
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"duckduckgo.com" |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi,
Sorry my question may not have been too clear. There is already a script associated with this QBW that goes to a website, gets some information and displays a graphic based on what's returned. I ALSO want to be able to click on that graphic and launch a website (to see why the graphic is displayed...) That doesn't seem an easy task as there is only one "command" you can run with a QBW, and it runs the same one on @Desktop, interval and @click. I suppose I could write the script so that it would launch this dbus command, but how to detect it was clicked on instead of launched by QBW @interval or @desktop for instance? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Hello, I am trying to make a widget on/off button for a VPN connection.. everything needed to make this connection is in a script file placed in /bin directory named vpn.. so whenever I write in the terminal vpn I am connected to the vpn network. When I use this command you put above in the part of your code "# add here switch on instructions" i put vpn which is my script but nothing happens.. can u help me please? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
You have removed the comment hash from the beginning? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
clear pppd call vpnconnection sleep 3 route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.0.120 ppp0 route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.0.120 ppp0 echo "VPN Connected - Press CTRL+C to disconnect" ping 192.168.0.120>/dev/null this script can be called from the terminal just by writing 'vpn' |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
There is a whole bunch of conditions that can be tested inside your script: Code:
QBW_TIMER_UPDATE |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Thanks, Techie.
Appreciate! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Thanks, Leslie/Ruben.
Appreciate! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
1 Attachment(s)
Hi guys,
today I sat down to build something from QBW... basically it's a text clock telling the time, which also says the time via espeak when clicked and opens the clock app when double clicked. I am using a font from the Resident Evil theme, and espeak obviously: Code:
[queen-beecon.desktop-2] Code:
if [ "$1" == "QBW_CLICK" ] && [ $2 -eq 2 ] Kind regards, Sarah |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
has anyone succesfully created a media player widget with queen beacon?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
hi all ,, i have two questions ,, hope i can find the answers as quick as possible :)
the first one is : what the things i need to learn/know to make a nice looking QBW? and if you pleased tell me where to learn them ! consider me as a complete noob the second one is : is it possible to password lock a desktop using the QBWs!! sorry for my missed up english !! :/ |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
greattttt :) ,, i will be digging there :)
and about the password lock thing !!! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I want to create an icon on the normal desktop for email with an unread email counter and when clicked it should open Claws-mail. The Gmail script from the wiki doesn't seem to work (anymore?)
I have managed to get something with curl in the console using the command from here 9adding -k option but have no idea how and where to fit this as script in qbw. I think it can be done in a script like mentioned this. but exactly how to do this I don't know Is this possible? any idea's/help ? :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
PHP Code:
If you have configured the beecon to run both on timer and on click, in your script you might check $QBW_EXEC_REASON for the following strings if QBW_TIMER_UPDATE then poll gmail (with the command above) if QBW_CLICK then run Claws-mail per example in here |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Thanks, it is almost working now, I had issues with wget due to @ in the password, solved it..
Now it is only displaying the mailbox_empty.png but it does update the mailcount, simply pasting the command in the script doesn't let it return the correct state? My programming skills are ehm.. at noob level :) so i got this far: PHP Code:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
First "if block" is missing a piece because awk statement "if($1>0)m=1;else m=0}END{exit m}" just returns the exit code to the calling script... I'd add an explicit exit statement before the fi; Second "if block" is missing a further check and an exit status; behavior here would be that for every click the beecon will launch the mail program but return a 0 exit and whatever output the dbus-send is issuing to stdout (= always mailbox_empty.png and possibly "" number of messages) See below for a possible improvement: PHP Code:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
1 Attachment(s)
hmm, I'm not sure about the mailcheck when clicked, it is supposed to just open claws so just an exit 0 would be ok here I think? (displaying mailbox_empty.png until the next timed update).
The problem I'm having is it always seems returns 0 thus displaying mailbox_empty.png although I do get the new mail count. (mailbox_full.png does work when i change the exit 0 to exit 1) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hey guys!
What's up here - everyone switched to android or what? ;) Let's see if someone's still alive here... Also from me KUDOS for this piece of coding for the Maemo Community. I searched these pages like a mad man, but didn't find an explanation that helped me. I created a "2 States Switch" that even does what I want (Brightness high and low). But for more sensitive applications like "reboot" or so, I'd like it to be triggered through multi click. I know I have to activate "@MultiClick" and use "$QBW_CLICKS_COUNT". But I just cannot get it to work! Can someone please add the neccessary code to the original BEECON one? http://talk.maemo.org/showthread.php...289#post823289 Still love this NOT-A-PHONE! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
You you just need to create a standard beecon with @Clicked on, not a 2 state one?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Thanks for your reply!
Yes - for a reboot you're right. I picked a bad example. I'm running several processes that i would like to start and stop safely - not accidentally. One of them is a periodic e-mail being send containg system information. Another one is transmission-daemon. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Still lacking the knowledge how to use multi click as a confirmation I've started using the dialogue box provided by zenity. This dialogue pops up at the bottom of the screen and lets you push a button as confirmation. This makes things a little more complicated, though.
1. Write a script "askstart" that contains the zenity command for starting a process. 2. Write a script "askstop" containing the zenity command for stopping the process. 3. Use askstart and askstop as start/stop commands in the beecon. Essential: The two scripts must exit with an output like "Running" or "Not Running" so the beecon can display these states. For - and that really sucks - I was not able to make the on/off image show up reliably. It just kept changing, no matter how you answered the zenith dialogue. Should anyone be interested, I'll gladly provide the code that's working for me. Cheers! |
All times are GMT. The time now is 19:15. |
vBulletin® Version 3.8.8