View previous topic :: View next topic |
Author |
Message |
cypher_err n00b

Joined: 12 Mar 2015 Posts: 7
|
Posted: Sun Apr 26, 2015 10:18 am Post subject: Cinnamon notifications not working |
|
|
I'm running Gentoo ~amd64 with OpenRC and I use Cinnamon as my DE. The gnome USE-Flag is not set.
Running
Does not show a notification.
Running
Code: | sudo notify-send "test" |
Makes a notification show up.
Although Cinnamon has a notification-applet these notifications are not integrated with it but spawn another applet which saves the notifications (little envelope icon).
I have tried this without a notification-daemon, with notification-daemon and notify-osd. They all share this problem. This makes me think that the problem is dbus.
I would like to get the notifications working for dbus and after that I would like them to integrate with the Cinnamon notification applet.
Edit:
I found out that clicking the test-notification button calls this script:
Code: | /usr/lib/cinnamon-settings/modules/cs_notifications.py |
Executing it with python2:
Code: | python2 /usr/lib/cinnamon-settings/modules/cs_notifications.py |
Gives following error message:
Code: | Traceback (most recent call last):
File "/usr/lib/cinnamon-settings/modules/cs_notifications.py", line 3, in <module>
from SettingsWidgets import *
ImportError: No module named SettingsWidgets |
|
|
Back to top |
|
 |
Emrik n00b

Joined: 08 Apr 2015 Posts: 3
|
Posted: Wed Apr 29, 2015 12:32 pm Post subject: |
|
|
could something like adding
%wheel ALL=(root) NOPASSWD: /usr/bin/notify-send
to visudo work? assuming you are in the wheel group. _________________ She goes to finos |
|
Back to top |
|
 |
cypher_err n00b

Joined: 12 Mar 2015 Posts: 7
|
|
Back to top |
|
 |
Perfect Gentleman Veteran

Joined: 18 May 2014 Posts: 1019
|
Posted: Mon Sep 28, 2015 5:59 pm Post subject: |
|
|
@cypher_err, do you still have this error? |
|
Back to top |
|
 |
|