![]() |
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! |
All times are GMT. The time now is 18:23. |
vBulletin® Version 3.8.8