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)

qwerty12 2010-06-11 21:04

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by biggzy (Post 711185)
Once iv added my CMD's and images etc is there a settings file i can copy to backup all the settings etc? thanx

Quote:

Originally Posted by /etc/osso-backup/applications/queen-beecon.conf
<backup-configuration>
<locations>
<location type="file"
category="settings">$HOME/.queen-beecon</location>
<location type="dir"
category="documents">$HOME/MyDocs/.images/queen_beecon_dir</location>
<location type="dir"
category="documents">$HOME/.queen_beecon_dir</location>
</locations>
</backup-configuration>

Quotes don't count towards fulfilling the minimum 10-character requirement...

No!No!No!Yes! 2010-06-11 21:07

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by biggzy (Post 711185)
Once iv added my CMD's and images etc is there a settings file i can copy to backup all the settings etc? thanx

HERE ciao...

biggzy 2010-06-11 21:10

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by qwerty12 (Post 711226)
/etc/osso-backup/applications/queen-beecon.conf

Iv looked in that directory and cant find queen-beecon.conf

No!No!No!Yes! 2010-06-11 21:12

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Creamy Goodness (Post 711218)
Yeah I was going to report it, I managed to freeze BeeCon when it was trying to download an image with wget and my connection dropped. I don't know if it froze the whole desktop come to think of it, but BeeCon never recovered...

Use wget watchdog switches:
Setting -t 1 -T 5 options prevents wget from hanging and getting stuck for more then -T 5 seconds even if connection or proxy problems arise!!! However set -T <secs> according to the foreseen size of the web content to be fetched

No!No!No!Yes! 2010-06-11 21:19

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by biggzy (Post 711236)
Iv looked in that directory and cant find queen-beecon.conf

If you installed from Extras, you have release 0.1.4 which doesn't have the backup features mentioned by qwerty12

biggzy 2010-06-11 21:26

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
N0!N0!N0!Yes! i got it to work by reading your wiki, thanx very much, im gonna have fun with this great app.

No!No!No!Yes! 2010-06-11 21:51

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by biggzy (Post 711272)
N0!N0!N0!Yes! i got it to work by reading your wiki, thanx very much, im gonna have fun with this great app.

Thanks ... If you feel "artistic enough" ... feel free to give other beecons a restyle at your ease: :)
http://wiki.maemo.org/Queen_BeeCon_Widget#Beecons

Creamy Goodness 2010-06-11 22:26

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 711240)
Use wget watchdog switches:
Setting -t 1 -T 5 options prevents wget from hanging and getting stuck for more then -T 5 seconds even if connection or proxy problems arise!!! However set -T <secs> according to the foreseen size of the web content to be fetched

Cool, but I was using your Flikr widget and it's already there. Something to keep an eye on then, for now.

I was trying to think of what features you could add to make the image clickable to open the full version or source page in a web browser. But I didn't read enough documentation to know that this isn't already possible. Did you consider this already?

No!No!No!Yes! 2010-06-11 22:57

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Creamy Goodness (Post 711343)
Cool, but I was using your Flikr widget and it's already there. Something to keep an eye on then, for now.

I was trying to think of what features you could add to make the image clickable to open the full version or source page in a web browser. But I didn't read enough documentation to know that this isn't already possible. Did you consider this already?

Uhm ...

Just make another beecon with this command:
Code:

dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"m.flickr.com/explore/interesting"
Shape it kind of a button and stuck it on top of the flickr one where you like...

Kind of like here:
http://talk.maemo.org/showthread.php...0&postcount=41

Maybe you have to tweak a little bit the flickr showing script if you want to point more precisely to the picture you are viewing and opening the relevant page in browser.

or ...

in beecon A (flickr viewer), you can append a specially crafted DBUS set_param_string method to write on param instanceCmd of beecon B (browser popper) the call to browser with proper URL. Every time A is updated with new image, it updates B with URL to start browser...

Sash 2010-06-13 11:46

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
I'm currently the world cup QBW widget to show the day's scoredboard from ESPN and I'm trying to set up a widget to show tomorrow's fixtures. My languaging skills are pretty poor and I'm trying the command:

Code:

wget -U "" -t 1 -T 5 -q -O - 'http://m.espn.go.com/soccer/scoreboard?leagueTag=fifa.world&date=1d+"%Y%m%d"&lang=EN'
but it's not working. Can anyone help me out? cheers.

No!No!No!Yes! 2010-06-13 19:07

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Sash (Post 713019)
I'm currently the world cup QBW widget to show the day's scoredboard from ESPN and I'm trying to set up a widget to show tomorrow's fixtures. My languaging skills are pretty poor and I'm trying the command:

Code:

wget -U "" -t 1 -T 5 -q -O - 'http://m.espn.go.com/soccer/scoreboard?leagueTag=fifa.world&date=1d+"%Y%m%d"&lang=EN'
but it's not working. Can anyone help me out? cheers.

Try this...

Code:

wget -U "" -t 1 -T 5 -q -O - "http://m.espn.go.com/soccer/scoreboard?leagueTag=fifa.world&date=`TZ=EST-24 date +%Y%m%d`&lang=EN"

No!No!No!Yes! 2010-06-14 16:16

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
OK ... Queen BeeCon Widget release 0.1.9.3 is now in extras-devel
Partial Change Log since 0.1.4
Code:

queen-beecon (0.1.9.3)

  * New: Added icon for displaying command execution in progress (shown when script in progress and hidden on execution completion)
  * New: Implementation of Asynchronous Non Hildon-Home blocking command execution (Test Drive is still Synchronous for command timing evaluation purposes) 
  * Changed: - 
  * Bugfixing: Memory reallocation bugs fixed for all string values management in settigs dialog box 

queen-beecon (0.1.9.2)

  * New: Added custom timeout in seconds for periodic update, not just predefined list of values
  * Changed: Restyle in settings configuration for Update Policies, Fonts & Colors Buttons 
  * Bugfixing: 

queen-beecon (0.1.9.1)

  * New: Parameter Variables substitution usable by script (Ex. Own Instance ID, Reason for updating content)
  * New: Implementation of Command and Results text orientation angle (w/ relevant configuration parameters)
  * New: New extended color dialog for background and foreground colors (Old color selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
  * Changed: Restyle in settings configuration for Beecon Command Exit Statuses area & Command Title/Results Settings area + changed color settings appearance 
  * Changed: Removed Help hints from settings dialog box (refer to the WIKI)! 
  * Changed: Changed transpacency settings both for beecons and for snippets... now both are less transparent 
  * Bugfixing: Disabled instance (icon) wasn't correctly drawn on startup; fixed
  * Bugfixing: Memory deallocation bug for >=3 Exit Status image file beecon_idxge2_ImgFilename; fixed

queen-beecon (0.1.9)

    * New: New extended font dialog for command and results labels (Old font selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
    * Changed: Due to new font settings implementation, exported instances from this release onward will have their fonts reset to command="Nokia Sans bold italic 12" results="Nokia Sans bold 12" when imported in previous releases
    * Bugfixing: Some fixing and cleanup in package install/uninstall

queen-beecon (0.1.8-testonly-PR1.2)

    * WARNING This release is for testing purposes only as PR1.2 upgrade brought some instabilities which need forensics!!!
    * New: Implementation of DBUS methods: reset_rearm_timer
    * New: QBW is now integrated into the N900 system backup/restore features according to standard specifications as better described in SDK "Using Backup Application" http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Generic_Platform_Components/Using_Backup_Application#Custom_back-up_locations
    * Changed: Completely revised Timer logic and reset/re-arming for widget periodic auto-update
    * Changed: Visual feedback when Beecons pressed; now rectangle gets drawn as well as cell (better chance of noticing feedback for canvas-less Beecons)
    * Bugfixing: Fixed segmentation fault if dbus get_position method called and dbus_method_monitor turned on

queen-beecon (0.1.7-PR1.1.1)

    * NOTE: Special Build for PR1.1.1
    * New: Implementation of Widget Instance visibility toggle and configuration parameter (for showing or hiding the widget also via DBUS)
    * New: Implementation of following DBUS methods: dbus_method_monitor, show, hide, wakeup, sleep, update_content, update_layout, exec, set_param_string, set_param_int32, set_param_uint32, set_param_double, set_param_boolean, get_param string, set_position, get_position, get_exit_status
    * New: Implementation of following DBUS signals: sig_content_updated
    * Changed: Enhanced DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * Changed: Changed default values for some Update Policies in new QBW instances (updOnStartup now defaults to FALSE; updOnDesktop now defaults to FALSE) to prevent bugged Beecons from freezing hildon-home even after restart
    * Respect: To querty12@talk.maemo.org Many, many, many, many, many thanks for supporting QBW IPC implementation

queen-beecon (0.1.6)

    * New: Simple DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * New: Added Widget Instance ID in Settings Dialog Title
    * Changed: Compiled Vs. PR1.2

queen-beecon (0.1.5)

    * Changed: Thanks "qwerty12" disabled automatic capitalization for all text entry fields

queen-beecon (0.1.4)

    * New: Implementation of Widget Instance disabling and minimizing on desktop (click on minimized icon on desktop will wakeup and maximize instance)
    * New: Implementation of image/icon scaling function for all images used (Zoom In/Out from 5% to 200% or Fit to Widget Width/Height)
    * Bugfixing: In Advanced Maintenance Dialog Box several bugfixes for Import/Export commands and instances.

See complete Change Log in the WIKI

Usual WARNINGS apply to extras-devel material



WARNING!!! WARNING!!! WARNING!!!
There is still a weird bug/behaviour with this release surely localized in the new implementation of extended color/font dialog boxes.
You can experience a QBW (Hildon-Desktop) crash when accessing the extended Fonts and Colors widgets in the "Settings" dialog box.
This seems to happen just once after you install the package.
If this happens and you lose some of your on-screen widgets, just add back again the old missing widgets and QBW and all will be back on-shape.
I'm in the process of dealing with this problem.
Use this release just to test the added functionalities and report back any unexpected issues.
I SUGGEST YOU REBOOT YOUR PHONE AFTER INSTALLATION.
DOING THIS IT WON'T POSSIBLY CRASH!


PLEASE PROVIDE FEEDBACK ON THE NEW ASYNCHRONOUS EXECUTION IMPLEMENTATION AND FEEL FREE TO SUGGEST CHANGES
  • Feedback Icon
  • Icon Size
  • ....

Feel free to experiment with all extended features implemented since 0.1.4 and please report bugs and experiences or feature requests here.

Have fun

andrew_85 2010-06-14 16:39

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
i'm getting an error . .
rooths is now deprecated it poses to much of a security risk . .
what should I do?

andrew_85 2010-06-14 23:06

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
guys no one can help me?

Sash 2010-06-14 23:53

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by andrew_85 (Post 714728)
i'm getting an error . .
rooths is now deprecated it poses to much of a security risk . .
what should I do?

Have you got rootsh 1.8 from Extras-Devel instead of version 1.5 from Extras? I think that may be causing trouble.

Try using sudo command in place of rootsh, eg:.Where you had
Code:

rootsh /usr/sbin/kernel-config load lv
Try:
Code:

sudo /usr/sbin/kernel-config load lv

andrew_85 2010-06-15 10:22

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Sash (Post 715426)
Have you got rootsh 1.8 from Extras-Devel instead of version 1.5 from Extras? I think that may be causing trouble.

Try using sudo command in place of rootsh, eg:.Where you had
Code:

rootsh /usr/sbin/kernel-config load lv
Try:
Code:

sudo /usr/sbin/kernel-config load lv

thanks buddy i did an upgrade by terminal and the version of rootsh went on 1,8 but i didn't notice it :-)

i went back to the 1.5 and it's working again!!

gabby131 2010-06-15 10:47

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
@nononoyes!

your Qbw update is funny, when it was installed on my device, all my widgets started blinking and then removed ahahahaha!

i put all my widgets back (good thing your Qbw has memory :D) and everything is fine.

thanks. i like the new UI, i dont have to scroll down further for the updates, one swipe and im there....

No!No!No!Yes! 2010-06-15 12:03

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by gabby131 (Post 715969)
@nononoyes!

your Qbw update is funny, when it was installed on my device, all my widgets started blinking and then removed ahahahaha!

i put all my widgets back (good thing your Qbw has memory :D) and everything is fine.

thanks. i like the new UI, i dont have to scroll down further for the updates, one swipe and im there....

Yes ... I know there could be a problem/leak with resources release from the new extended color and font maintenance. I submitted the issue to the maintainer and I'm waiting for feedback.
As warned in the new release announce I suggest you reboot (or issue a killall hildon-home) your phone after upgrade.
Sorry for any inconvenience...

qwerty12 2010-06-15 12:07

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 716043)
Yes ... I know there could be a problem/leak with resources release from the new extended color and font maintenance. I submitted the issue to the maintainer and I'm waiting for feedback.

There's two alternatives to the font dialog, FWIW:
  • osso-xterm has its own font chooser dialog, and the code is available for that
  • The Subtitles applet also has its own font chooser. Nothing special about this one as it's just a HildonPickerDialog with three rows: Font, Style and Size. It doesn't show a preview of the font, however.

jtmstr 2010-06-15 12:25

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Is it possible to make widget for showing number of unreaded Google reader items?

jtmstr 2010-06-15 13:17

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Answering to my self. I managed to find out that if you are logged in to google, address http://www.google.com/reader/api/0/u...count?all=true contains information in xml about unread items. So next thing might be wgetting it to temp folder and parsing text with regular expressions right? :confused: Maybe someone could point me to right direction as i have no knowledge about QBW scripts nor regular expressions. :o

No!No!No!Yes! 2010-06-16 09:11

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by jtmstr (Post 716125)
Answering to my self. I managed to find out that if you are logged in to google, address http://www.google.com/reader/api/0/u...count?all=true contains information in xml about unread items. So next thing might be wgetting it to temp folder and parsing text with regular expressions right? :confused: Maybe someone could point me to right direction as i have no knowledge about QBW scripts nor regular expressions. :o

Have a look here:
http://superuser.com/questions/68159...he-bash-prompt

No!No!No!Yes! 2010-06-18 15:23

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
OK ... Queen BeeCon Widget release 0.1.9.4 is now in extras-devel
Partial Change Log since 0.1.4
Code:

queen-beecon (0.1.9.4)

  * New: Ability to execute scripts by intercepting specific DBUS broadcasted signals/methods/errors issued by the system or other applications + Relevant configuration parameters (Ex.keyboard lock, slide open/close, ecc.) 
  * New: Parameter Variables substitution for using with scripts triggered by intercepted DBUS broadcasted signals/methods ($QBW_EXEC_REASON=QBW_DBUS_MONITOR, $QBW_DBUS_VERBOSE_OUTPUT=Verbose Output see wiki)
  * Changed: Changed icons for displaying command execution in progress (shown when script in progress and hidden on execution completion)
  * Changed: Package installation now performs an automatic restart of hildon-home process
  * Changed: Synchronization in asynchronous script execution logic for Exit Status and Output 
  * Bugfixing: Memory reallocation bugs fixed in new async command execution logic 

queen-beecon (0.1.9.3)

  * New: Added icon for displaying command execution in progress (shown when script in progress and hidden on execution completion)
  * New: Implementation of Asynchronous Non Hildon-Home blocking command execution (Test Drive is still Synchronous for command timing evaluation purposes) 
  * Changed: - 
  * Bugfixing: Memory reallocation bugs fixed for all string values management in settigs dialog box 

queen-beecon (0.1.9.2)

  * New: Added custom timeout in seconds for periodic update, not just predefined list of values
  * Changed: Restyle in settings configuration for Update Policies, Fonts & Colors Buttons 
  * Bugfixing: 

queen-beecon (0.1.9.1)

  * New: Parameter Variables substitution usable by script (Ex. Own Instance ID, Reason for updating content)
  * New: Implementation of Command and Results text orientation angle (w/ relevant configuration parameters)
  * New: New extended color dialog for background and foreground colors (Old color selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
  * Changed: Restyle in settings configuration for Beecon Command Exit Statuses area & Command Title/Results Settings area + changed color settings appearance 
  * Changed: Removed Help hints from settings dialog box (refer to the WIKI)! 
  * Changed: Changed transpacency settings both for beecons and for snippets... now both are less transparent 
  * Bugfixing: Disabled instance (icon) wasn't correctly drawn on startup; fixed
  * Bugfixing: Memory deallocation bug for >=3 Exit Status image file beecon_idxge2_ImgFilename; fixed

queen-beecon (0.1.9)

    * New: New extended font dialog for command and results labels (Old font selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
    * Changed: Due to new font settings implementation, exported instances from this release onward will have their fonts reset to command="Nokia Sans bold italic 12" results="Nokia Sans bold 12" when imported in previous releases
    * Bugfixing: Some fixing and cleanup in package install/uninstall

queen-beecon (0.1.8-testonly-PR1.2)

    * WARNING This release is for testing purposes only as PR1.2 upgrade brought some instabilities which need forensics!!!
    * New: Implementation of DBUS methods: reset_rearm_timer
    * New: QBW is now integrated into the N900 system backup/restore features according to standard specifications as better described in SDK "Using Backup Application" http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Generic_Platform_Components/Using_Backup_Application#Custom_back-up_locations
    * Changed: Completely revised Timer logic and reset/re-arming for widget periodic auto-update
    * Changed: Visual feedback when Beecons pressed; now rectangle gets drawn as well as cell (better chance of noticing feedback for canvas-less Beecons)
    * Bugfixing: Fixed segmentation fault if dbus get_position method called and dbus_method_monitor turned on

queen-beecon (0.1.7-PR1.1.1)

    * NOTE: Special Build for PR1.1.1
    * New: Implementation of Widget Instance visibility toggle and configuration parameter (for showing or hiding the widget also via DBUS)
    * New: Implementation of following DBUS methods: dbus_method_monitor, show, hide, wakeup, sleep, update_content, update_layout, exec, set_param_string, set_param_int32, set_param_uint32, set_param_double, set_param_boolean, get_param string, set_position, get_position, get_exit_status
    * New: Implementation of following DBUS signals: sig_content_updated
    * Changed: Enhanced DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * Changed: Changed default values for some Update Policies in new QBW instances (updOnStartup now defaults to FALSE; updOnDesktop now defaults to FALSE) to prevent bugged Beecons from freezing hildon-home even after restart
    * Respect: To querty12@talk.maemo.org Many, many, many, many, many thanks for supporting QBW IPC implementation

queen-beecon (0.1.6)

    * New: Simple DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * New: Added Widget Instance ID in Settings Dialog Title
    * Changed: Compiled Vs. PR1.2

queen-beecon (0.1.5)

    * Changed: Thanks "qwerty12" disabled automatic capitalization for all text entry fields

queen-beecon (0.1.4)

    * New: Implementation of Widget Instance disabling and minimizing on desktop (click on minimized icon on desktop will wakeup and maximize instance)
    * New: Implementation of image/icon scaling function for all images used (Zoom In/Out from 5% to 200% or Fit to Widget Width/Height)
    * Bugfixing: In Advanced Maintenance Dialog Box several bugfixes for Import/Export commands and instances.

See complete Change Log in the WIKI

Usual WARNINGS apply to extras-devel material


The new DBUS MONITOR/INTERCEPTOR has been implemented in this release. See specifications in the WIKI
Feel free to experiment with all extended features implemented since 0.1.4 and please report bugs and experiences or feature requests here.

Have fun

gabby131 2010-06-18 21:25

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
@Nononoyes

i like the logo and the heartbeat pic when i tap the widget.....so cool!

No!No!No!Yes! 2010-06-18 23:54

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by gabby131 (Post 721024)
@Nononoyes

i like the logo and the heartbeat pic when i tap the widget.....so cool!

Progress images for animation are here:

Code:

/usr/share/icons/hicolor/48x48/hildon/
Code:

queen-beecon-progress[0-3].png
is the cycle. Change/size them at your will.
:cool:

Lake 2010-06-19 21:25

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Hello,

Is it possible to create a beecon to see the online status of the contacts in my contact book?

Thanks

karatestarfish 2010-06-21 15:31

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.

gabby131 2010-06-21 15:51

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 721147)
Progress images for animation are here:

Code:

/usr/share/icons/hicolor/48x48/hildon/
Code:

queen-beecon-progress[0-3].png
is the cycle. Change/size them at your will.
:cool:

yes!!!! this is reminding me of the warning pop-up on advanced settings.

"are you sure you wanna go PRO?"

"YES!!!"

moepda 2010-06-21 16:02

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by karatestarfish (Post 723744)
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.

start by removing your new icons from queen beecon dir . make sure you have 4 icons sized 48x48 and copy to usr/share/icons/48x48/hildon. i resized some transparent icons on my n900 , renamed them to match originals and overwrote using openSSH on pc . rebooted phone all worked fine..

No!No!No!Yes! 2010-06-21 16:04

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by karatestarfish (Post 723744)
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.

Uhm ... this is weird ... i'll try to test your case ...

However I plan to add custom icons management for progress icons in 0.1.9.5 so everything should work as per your 1st sentence and per usual image search policy

No!No!No!Yes! 2010-06-21 16:09

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by moepda (Post 723778)
start by removing your new icons from queen beecon dir . make sure you have 4 icons sized 48x48 and copy to usr/share/icons/48x48/hildon. i resized some transparent icons on my n900 , renamed them to match originals and overwrote using openSSH on pc . rebooted phone all worked fine..

Uhm ... I'm not sure ... but I believe they will however get replaced again by standard icons on next QBW release upgrade...

Which is due to happen quite soon as 0.1.9.4 has got a serious leak in the new async execution logic (output file descriptor do not get freed once command execution is over) this is already fixed in 0.1.9.5 and under internal testing on my mobo

karatestarfish 2010-06-22 01:41

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 723784)
Uhm ... this is weird ... i'll try to test your case ...

However I plan to add custom icons management for progress icons in 0.1.9.5 so everything should work as per your 1st sentence and per usual image search policy

Hmmm.. I haven't been able to reproduce the same behaviour this morning, so maybe I was doing something strange. I can change the icons by replacing the package icon now, so it's all good.

Thanks for all your good work, looking forward to seeing what else I can do with this widget

IzzehO 2010-06-22 05:15

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Curious if anyone has got a widget to enable/disable FM transmitter? the fmtx widget is just too much of a power drain.

No!No!No!Yes! 2010-06-22 07:58

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by IzzehO (Post 724473)
Curious if anyone has got a widget to enable/disable FM transmitter? the fmtx widget is just too much of a power drain.

Starting from this post there were some speculations on the matter and some scripts/command ... maybe it can help.
Ciao.

tmarinos 2010-06-22 09:26

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
I use Jakiman's QBW scripts for my OC with the "stock", "ideal" and "1Ghz" buttons which used to have their own colours, but after a QBW update a few weeks ago, the buttons are now just black. Anyone know how to change it back?

No!No!No!Yes! 2010-06-22 10:29

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by tmarinos (Post 724680)
I use Jakiman's QBW scripts for my OC with the "stock", "ideal" and "1Ghz" buttons which used to have their own colours, but after a QBW update a few weeks ago, the buttons are now just black. Anyone know how to change it back?

what version of QBW have you upgraded to?
maybe you just need to change the SNIPPET background color in the settings

tmarinos 2010-06-22 11:00

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 724754)
what version of QBW have you upgraded to?
maybe you just need to change the SNIPPET background color in the settings

How can I check what version I'm on?

No!No!No!Yes! 2010-06-22 11:04

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by tmarinos (Post 724782)
How can I check what version I'm on?

application manager -> uninstall

IzzehO 2010-06-22 11:11

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 724592)
Starting from this post there were some speculations on the matter and some scripts/command ... maybe it can help.
Ciao.

Thanks. Thread search for transmitter showed nothing and it wouldn't let me search FM.

For the record, this one works perfectly:

Code:

result=$( /usr/bin/fmtx_client -p$( /usr/bin/fmtx_client | /bin/grep -q '^state=enabled' ; echo $? ) | /usr/bin/awk -F '=' '($1=="state") {print $2}' ); echo $result; [ $result = "enabled" ]
Thanks to Patola for it! I was taking the stupid route of trying to use dbus.. when it was a much simpler command.

tmarinos 2010-06-22 11:34

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 724785)
application manager -> uninstall

Version 0.1.9.4


All times are GMT. The time now is 01:05.

vBulletin® Version 3.8.8