Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388129 - x11-terms/guake missing dependency on x11-misc/notification-daemon?
Summary: x11-terms/guake missing dependency on x11-misc/notification-daemon?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 18:17 UTC by Sebastian Pipping
Modified: 2012-01-07 16:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2011-10-22 18:17:53 UTC
emerge --depclean wiped x11-misc/notification-daemon away then I got:

# guake
Traceback (most recent call last):
  File "/usr/lib64/guake/guake.py", line 1353, in <module>
    if not main():
  File "/usr/lib64/guake/guake.py", line 1296, in main
    instance = Guake()
  File "/usr/lib64/guake/guake.py", line 649, in __init__
    notification.show()
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files

Emerging x11-misc/notification-daemon solved the problem.  Missing dependency?
Comment 1 Sebastian Pipping gentoo-dev 2012-01-07 00:45:51 UTC
Ping!

With no reply in a week I will fix this myself.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2012-01-07 10:03:46 UTC
Please go ahead and fix it
Comment 3 Sebastian Pipping gentoo-dev 2012-01-07 16:05:48 UTC
(In reply to comment #2)
> Please go ahead and fix it

Thanks.


+  07 Jan 2012; Sebastian Pipping <sping@gentoo.org> guake-0.4.2.ebuild:
+  Add x11-misc/notification-daemon to runtime-only dependencies (bug #388129)
+
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-01-07 16:19:34 UTC
reverted

+  07 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> guake-0.4.2.ebuild:
+  Revert commit for bug 388129 because notify-pthon has depend on libnotify
+  which has depend on virtual for notification-daemon (and guake works fine
+  with any of them)