Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
apps:notifyd:faq [2018/08/29 21:25] – created ochosiapps:notifyd:faq [2018/12/06 22:52] – [xfce4-notifyd spams the syslog with warnings about GtkLabel contents.] ochosi
Line 1: Line 1:
 ====== FAQ ====== ====== FAQ ======
  
-==== xfce4-notifyd spams the syslog with warnings about GtkLabel contents. ====+===== Some markup (e.g. parts of html/css) is not recognized ===== 
 +The text formatting in notifyd is based on [[https://developer.gnome.org/pango/stable/PangoMarkupFormat.html|what Pango supports]]. As the widget it uses is a GtkLabel this adds support for the hyperlink tag. 
 + 
 +===== xfce4-notifyd spams the syslog with warnings about GtkLabel contents. =====
 [[https://bugzilla.xfce.org/show_bug.cgi?id=14414|Corresponding bugreport]]\\ [[https://bugzilla.xfce.org/show_bug.cgi?id=14414|Corresponding bugreport]]\\
 To suppress logcheck from reporting these log lines, put the following in ''/etc/logcheck/ignore.d.workspace/xfce4-notifyd'' (creating it if necessary): To suppress logcheck from reporting these log lines, put the following in ''/etc/logcheck/ignore.d.workspace/xfce4-notifyd'' (creating it if necessary):
Line 7: Line 10:
 ''^\w{3} [ :0-9]{11} [._[:alnum:]-]+ xfce4-notifyd\[[0-9]+\]: Failed to set text ''^\w{3} [ :0-9]{11} [._[:alnum:]-]+ xfce4-notifyd\[[0-9]+\]: Failed to set text
 '.+' from markup due to error parsing markup: .+$'' '.+' from markup due to error parsing markup: .+$''
 +