Reply
Thread Tools
Posts: 29 | Thanked: 17 times | Joined on Apr 2013 @ France
#1
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!
 

The Following User Says Thank You to mika123 For This Useful Post:
Posts: 29 | Thanked: 17 times | Joined on Apr 2013 @ France
#2
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?
 
Posts: 29 | Thanked: 17 times | Joined on Apr 2013 @ France
#3
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

Last edited by mika123; 2014-09-12 at 23:31.
 

The Following 5 Users Say Thank You to mika123 For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:56.