Bug#840657: xfce4-notifyd: The name org.a11y.Bus was not provided [patch]

2016-10-20 Thread Ron Murray
   I think these are two separate issues. I'm not sure about the
org.ally.Bus name problem, but the "failed to parse css file" errors can
be fixed by the attached patch, which corrects the malformed CSS is the
theme files.

   Note that almost none of the included xfce4-notify themes work
properly (on my box, at least) without correcting this issue.

 ,Ron Murray

-- 
Ron Murray 
PGP Fingerprint:
5A26 A211 68D9 E5AA 176A  1AA3 7A89 5E0B 040A 7431


**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager at postmaster at dor.state.ma.us.
**
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/Bright/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Bright/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/Bright/gtk.css	2016-09-11 06:46:53.0 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Bright/gtk.css	2016-10-20 13:39:59.984634826 -0400
@@ -15,11 +15,11 @@
 }
 
 #XfceNotifyWindow label#summary {
-font: Bold;
+font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
-font: Bold;
+font-weight: Bold;
 border: 1px solid shade(#686868, 1.15);
 box-shadow: none;
 background-image: none;
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/Default/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Default/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/Default/gtk.css	2016-09-11 06:46:53.0 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Default/gtk.css	2016-10-20 13:39:27.662117921 -0400
@@ -7,5 +7,5 @@
 }
 
 #XfceNotifyWindow label#summary {
-font: Bold;
+font-weight: Bold;
 }
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/Retro/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Retro/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/Retro/gtk.css	2016-09-11 06:46:53.0 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Retro/gtk.css	2016-10-20 13:39:03.579987712 -0400
@@ -16,7 +16,7 @@
 }
 
 #XfceNotifyWindow label#summary {
-font: Bold;
+font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/Smoke/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Smoke/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/Smoke/gtk.css	2016-09-11 06:46:53.0 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/Smoke/gtk.css	2016-10-20 13:38:43.227032500 -0400
@@ -16,7 +16,7 @@
 }
 
 #XfceNotifyWindow label#summary {
-font: Bold;
+font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/ZOMG-PONIES!/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/ZOMG-PONIES!/gtk.css	2016-09-11 06:46:53.0 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/ZOMG-PONIES!/gtk.css	2016-10-20 13:37:51.417604777 -0400
@@ -6,12 +6,13 @@
 
 #XfceNotifyWindow label,
 #XfceNotifyWindow image {
-font : Comic Sans MS 22;
+font-family: Comic Sans MS;
+	font-size: 22pt;
 color: #00;
 }
 
 #XfceNotifyWindow label#summary {
-font: Bold;
+font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.20/ZOMG-PONIES!/gtk.css~ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/ZOMG-PONIES!/gtk.css~
--- xfce4-notifyd-0.3.3/themes/gtk-3.20/ZOMG-PONIES!/gtk.css~	1969-12-31 19:00:00.0 -0500
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.20/ZOMG-PONIES!/gtk.css~	2016-09-11 06:46:53.0 -0400
@@ -0,0 +1,45 @@
+#XfceNotifyWindow {
+background-color: #ff69b4;
+border-radius: 10px;
+border: 6px solid #00;
+}
+
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
+font : Comic Sans MS 22;
+color: #00;
+}
+
+#XfceNotifyWindow label#summary {
+font: Bold;
+}
+
+#XfceNotifyWindow button {
+border-style: none;
+background-image: none;
+background-color : #9400d3;
+}
+
+#XfceNotifyWindow button:hover {
+border-style: none;
+background-image: none;
+background-color : #5e0086;
+}
+
+#XfceNotifyWindow progressbar {
+border-radius: 3px;
+}
+
+#XfceNotifyWindow progressbar progress {
+min-height: 16px;
+background-image: none;
+background-color: shade(#00, 1.2);
+}
+
+#XfceNotifyWindow progressbar trough {
+min-height: 16px;
+background-image: none;
+background-color: #5e0086;
+border: 1px solid shade(#5e0086, 0.6);
+border-radius: 3px;
+}


Bug#840657: xfce4-notifyd: The name org.a11y.Bus was not provided

2016-10-13 Thread Francois Mescam
Package: xfce4-notifyd
Version: 0.3.3-1
Severity: normal

Dear Maintainer,

In the log xfce4-notifyd shows some errors approximately 5 times a day :

xfce4-notifyd[23358]: Error retrieving accessibility bus address: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not 
provided by any .service files

xfce4-notifyd[23358]: Failed to parse css file: gtk.css:10:14not a number

I observe no malfunction so these messages are perhaps non important.
What can I do to not have them.

With my best regards

François

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-notifyd depends on:
ii  libc6   2.24-3
ii  libcairo2   1.14.6-1+b1
ii  libgdk-pixbuf2.0-0  2.36.0-1
ii  libglib2.0-02.50.0-2
ii  libgtk-3-0  3.22.1-1
ii  libnotify4  0.7.6-2
ii  libx11-62:1.6.3-1
ii  libxfce4ui-2-0  4.12.1-2
ii  libxfce4util7   4.12.1-2
ii  libxfconf-0-2   4.12.0-3

Versions of packages xfce4-notifyd recommends:
ii  libnotify-bin  0.7.6-2

xfce4-notifyd suggests no packages.

-- no debconf information