View Single Post
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#13
Originally Posted by neboja View Post
well it is possible in the way, that you can set a size for QBW...
and that you just put a cmd that lunches a phone. AND you just put a image into it, and there it is...
but check the QBW thread for instructions of how to do that

and the cmd for bringing a phone app you can find on wiki
You can run every desktop application with a script like this and just replace the image of the beecon with one of your choice/size:

Code:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"<application name here>"
where <application name here> is application name that you can find in /usr/share/applications/hildon directory w/o trailing .desktop

Example for launching the image viewer:

Code:
/usr/bin/dbus-send --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:image-viewer
some applications might accept extra parameters by adding extra "string:<parameter here>" to the command
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 

The Following 4 Users Say Thank You to No!No!No!Yes! For This Useful Post: