maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Getting rid of energy saving mode toasts (https://talk.maemo.org/showthread.php?t=92022)

mika123 2013-12-13 22:52

Getting rid of energy saving mode toasts
 
Hi,

Does anybody know if there is a way to disable toasts (popup messages) in Harmattan? (The kind you get when you do a
Code:

dbus-send --system --type=method_call \
            --dest=org.freedesktop.Notifications \
            /org/freedesktop/Notifications \
            org.freedesktop.Notifications.SystemNoteInfoprint \
            string:"some message"

from the command line and stays on the top of the screen for 2 seconds)

I get one every time I get in or out of power saving mode, and I really don't need to know it...

Obviously there is nothing available in Settings, but maybe someone here know a gconf setting that can help.

Thanks!

mika123 2014-04-23 09:10

Re: Getting rid of energy saving mode toasts
 
bump...

I noticed the other day while I was restarting the theme daemon a bit too quick in succession that that disabled the toasts... does that help?

Anyone?

mika123 2014-09-12 23:19

Re: Getting rid of energy saving mode toasts
 
I found my answer in one of Ancelad's scripts
So here it is, just run
Code:

gconftool -s -t b /desktop/meego/notifications/previews_enabled false
and all your notifications preview toasts will be gone. That includes whatsapp toasts, e-mail toasts and so on.

Obviously you can turn them back on with
Code:

gconftool -s -t b /desktop/meego/notifications/previews_enabled true


All times are GMT. The time now is 10:34.

vBulletin® Version 3.8.8