Bug 611705

Summary: Notifications settings made in xfce4-notifyd-config fully ignored
Product: [Fedora] Fedora Reporter: Pavel Alexeev <pahan>
Component: xfce4-notifydAssignee: Christoph Wickert <christoph.wickert>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: christoph.wickert
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-06 08:47:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pavel Alexeev 2010-07-06 08:28:53 UTC
Description of problem:
I run xfce4-notifyd-config, but any settings made there fully ignored and notifications appeared at right top corner on black background.

Version-Release number of selected component (if applicable):
$ rpm -qf `which xfce4-notifyd-config`
xfce4-notifyd-0.1.0-3.fc12.i686

How reproducible:
Always.

Comment 1 Christoph Wickert 2010-07-06 08:47:04 UTC
xfce4-notifyd doesn't have a black theme, so what you see is notification-daemon from GNOME. The problem is that ATM it is not able to switch die notification service due to bug 484945.

Two options:
- As d-bus will always use the service that was installed last, you can uninstall and reinstall xfce4-notifyd.
- Edit /usr/share/dbus-1/services/org.freedesktop.Notifications.service and the Exec= line to execute xfce4-notifyd.

Comment 2 Pavel Alexeev 2010-07-06 09:57:43 UTC
Thank you very much for the answer. And workarounds also very usefull.
Reinstall does not change this linee in it file. I'll try rewrite it manually.

Comment 3 Christoph Wickert 2010-07-06 10:30:32 UTC
Another option is to simply remove /usr/share/dbus-1/services/org.freedesktop.Notifications.service.

Comment 4 Pavel Alexeev 2010-07-06 16:13:03 UTC
Second solution work great, thank you.