maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [OS2008] Advanced Backlight Statusbar Applet (https://talk.maemo.org/showthread.php?t=16531)

summatusmentis 2008-06-18 22:36

Re: Advanced Backlight Statusbar Applet
 
it still completely turns off the backlight, making the screen essentially unreadable... very similar to a laptop screen.

I suppose in direct lighting it would be ok, but otherwise, makes the screen as useless as if it were completely off

Benson 2008-06-18 23:21

Re: Advanced Backlight Statusbar Applet
 
Well, you can find some direct lighting and get through; when I did it, I had to ssh/vnc in to make sure I didn't have anything important open. (And since I was in, just fixed the light instead of rebooting.)

summatusmentis 2008-06-18 23:49

Re: Advanced Backlight Statusbar Applet
 
I agree. I'm just saying, it might be nice to not completely exclude the n810 users from the warning regarding what essentially is turning off your screen.

rm_you 2008-06-22 13:37

Re: Advanced Backlight Statusbar Applet
 
summatusmentis: I'll consider rewording the warning there.

Also of note: https://garage.maemo.org/plugins/gbo...il&bounty_id=2

There is now an official bounty on fixing the menu container. It isn't much, but I'm poor, and hey, maybe it's enough incentive to get someone who knows what's going on with GTK (which I don't) to take a look?

rdcinhou 2008-07-06 14:36

Re: Advanced Backlight Statusbar Applet
 
Am I missing something with this applet?

I thought that besides adding functionality it was supposed to replace the separate sound and brightness status-bar icons.

After installing the applet, the new icon didn't show until a reboot--but the default sound and brightness icons are still showing. Even if you somehow hid them, there are still functions provided by those icons which are not provided in the advanced-backlight applet.

Is there something more that I'm supposed to be doing?

GeneralAntilles 2008-07-06 14:39

Re: Advanced Backlight Statusbar Applet
 
Quote:

Originally Posted by rdcinhou (Post 199876)
Am I missing something with this applet?

I thought that besides adding functionality it was supposed to replace the separate sound and brightness status-bar icons.

Open Control panel, double tap Panels, tap the Status bar tab, uncheck the Nokia applets.

It's been explained in the thread a couple times. ;)

rdcinhou 2008-07-08 16:51

Re: Advanced Backlight Statusbar Applet
 
Yes, disabling the status bar applets makes them disappear but the combined applet doesn't replace all of their functions (like display settings and LEDs, sound settings, etc.). You have to re-enable them in order to make any changes. It seems a little silly to have to do that.

Would it be possible for this combined applet to link to the Nokia applets to allow for a common interface for making changes?

qwerty12 2008-07-08 16:53

Re: Advanced Backlight Statusbar Applet
 
Nope, because Nokia are tight arses with their source code.

GeneralAntilles 2008-07-08 17:17

Re: Advanced Backlight Statusbar Applet
 
Quote:

Originally Posted by rdcinhou (Post 200600)
Yes, disabling the status bar applets makes them disappear but the combined applet doesn't replace all of their functions (like display settings and LEDs, sound settings, etc.). You have to re-enable them in order to make any changes. It seems a little silly to have to do that.

How about just opening the Control panel from the Application menu? You don't need to get to the Display and Sound settings from the applets. :\ All the applets are doing is showing you the control panels from there.

daperl 2008-07-08 20:50

Re: Advanced Backlight Statusbar Applet
 
@rm_you: You can get rid of all that frame stuff in your code. It looks like you almost had it the first time but you got the hint wrong. After the line:

Code:

window = hildon_desktop_popup_window_new(0, GTK_ORIENTATION_VERTICAL, HD_POPUP_WINDOW_DIRECTION_RIGHT_BOTTOM);
add these 2 lines:

Code:

gtk_window_set_type_hint(window, GDK_WINDOW_TYPE_HINT_NOTIFICATION);
gtk_window_set_decorated(window, TRUE);



All times are GMT. The time now is 08:58.

vBulletin® Version 3.8.8