Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:notifyd:start [2017/04/08 23:19] – [Configuration] ochosiapps:notifyd:start [2021/02/08 19:28] (current) – update icon kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :xfce:xfce.notification.png?no link|}}
 +====== xfce4-notifyd - Xfce Notification service ======
  
-====== Xfce4-notifyd Notification service ======+  * **[[#Settings|Settings]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +----
  
 ===== Introduction ===== ===== Introduction =====
 Xfce4-notifyd is a notification service for the Xfce Desktop that implements //most of// the "server-side" portion of the Freedesktop desktop notifications specification. Applications that wish to pop up a notification bubble in Xfce4-notifyd is a notification service for the Xfce Desktop that implements //most of// the "server-side" portion of the Freedesktop desktop notifications specification. Applications that wish to pop up a notification bubble in
-a standard way can implicitly make use of xfce4-notifyd to do so by sending standard messages over D-Bus using the ''org.freedesktop.Notifications'' interface. [[https://developer.gnome.org/notification-spec|Read the specification here.]]+a standard way can make use of the xfce4-notifyd service by sending standard messages over D-Bus using the ''org.freedesktop.Notifications'' interface. [[https://developer.gnome.org/notification-spec|Read the specification here.]] 
 + 
 +  * **[[:apps:xfce4-notifyd:faq|Frequently Asked Questions]]** 
 +  * **[[:apps:xfce4-notifyd:preferences|Preferences Dialog]]** -- Customize your notification settings 
 +  * **[[:apps:xfce4-notifyd:spec|Specification implementation]]** -- Which parts of which specifications are implemented and supported 
 + 
 +  * **[[:apps:xfce4-notifyd:theming|Theming Examples]]** -- How to create a notification theme 
 + 
 +---- 
 + 
 +===== Settings ===== 
 + 
 +Several new features have been added in Xfce's Notification service, including a notifications log, the possibility to disable notifications per application, a global 'Do Not Disturb' mode, which inhibits all notifications, and finally a new animation ('slide out'). 
 + 
 +<figure "The new notification animation 'slide out'"> 
 +{{:apps:notifyd:notifyd-slideout.gif?nolink|}} 
 +</figure> 
 + 
 +=== Panel Plugin === 
 + 
 +A new panel plugin was added which provides quick access to both the 'Do Not Disturb' mode as well as the log of recent notifications. 
 + 
 +<figure "The new panel plugin'"> 
 +{{:apps:notifyd:notifyd-panel.png?nolink|}} 
 +</figure> 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/xfce4-notifyd 1 date description 2h}} 
 + 
 + * **[[https://archive.xfce.org/src/apps/xfce4-notifyd/|Previous Releases]]** 
 + 
 +[[|Back to Top]] 
 + 
 +---- 
 +===== Source Code Repository ===== 
 +[[https://gitlab.xfce.org/apps/xfce4-notifyd|]]
  
-<note>Please note that the [[https://developer.gnome.org/notification-spec/#basic-design|"default action"]], which is usually triggered by clicking a notification bubble **is not implemented** in xfce4-notifyd. Clicking a notification instead closes it. If applications want to provide actions they have to specify the tuple of action-id and action for a button to be shown in the bubble.</note> +----
-===== General ===== +
-[[spec|Specification implementation]]\\ +
-Which parts of which specifications are implemented and supported. +
-===== Configuration ===== +
-[[preferences|Preferences Dialog]]\\ +
-Configuring the appearance of notification bubbles. +
-===== Theming ===== +
-[[theming|Theming Examples]]\\ +
-How to create a notification theme.+
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
 +  * **[[:apps:xfce4-notifyd:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
  
-[[bugs|Bugs]]\\ +[[|Back To Top]] 
-Where and how to report bugs.+---- 
 +[[:start|Back to main Xfce documentation page]]