Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279782 - virtual/notification-daemon is necessary
Summary: virtual/notification-daemon is necessary
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-31 11:09 UTC by MATSUU Takuto (RETIRED)
Modified: 2009-07-31 11:39 UTC (History)
4 users (show)

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


Attachments
virtual/notification-daemon-0.ebuild (notification-daemon-0.ebuild,356 bytes, text/plain)
2009-07-31 11:10 UTC, MATSUU Takuto (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUU Takuto (RETIRED) gentoo-dev 2009-07-31 11:09:33 UTC
There are some imprementations for notification-dameon. 
They conflict each other and interchangeable.
I suggest to provide virtual/notification-daemon.

- x11-misc/notification-daemon
- x11-misc/notification-daemon-xfce
- x11-misc/xfce4-notifyd
- notify-osd(in my overlay[1])

depends on notification-daemon:
- x11-libs/libnotify
- net-wireless/blueman

[1] http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git;a=tree;f=x11-misc/notify-osd
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-07-31 11:10:19 UTC
Created attachment 199728 [details]
virtual/notification-daemon-0.ebuild
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-31 11:31:11 UTC
Seems totally useless as libnotify is the "virtual" already.

PDEPEND="|| ( x11-misc/notification-daemon
                x11-misc/notification-daemon-xfce
                x11-misc/xfce4-notifyd )"

Just add your daemon in.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-07-31 11:39:38 UTC
And even if your app doesn't use the library itself, there's:

x11-libs/libnotify (/usr/bin/notify-send)

It's pretty hard for apps to send anything to notification daemons without notify-send, command, or functions