Corrected patch attached (fixes gtk-3.0 as well as gtk-3.20 branch). .....Ron
-- Ron Murray <[email protected]> PGP Fingerprint: 5A26 A211 68D9 E5AA 176A 1AA3 7A89 5E0B 040A 7431
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.0/Bright/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Bright/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.0/Bright/gtk.css 2016-09-11 06:46:53.000000000 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Bright/gtk.css 2016-10-20 14:31:52.034556782 -0400
@@ -15,11 +15,11 @@
}
#XfceNotifyWindow GtkLabel#summary {
- font: Bold;
+ font-weight: Bold;
}
#XfceNotifyWindow GtkButton {
- 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.0/Default/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Default/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.0/Default/gtk.css 2016-09-11 06:46:53.000000000 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Default/gtk.css 2016-10-20 14:32:03.754106470 -0400
@@ -7,5 +7,5 @@
}
#XfceNotifyWindow GtkLabel#summary {
- font: Bold;
+ font-weight: Bold;
}
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.0/Retro/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Retro/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.0/Retro/gtk.css 2016-09-11 06:46:53.000000000 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Retro/gtk.css 2016-10-20 14:32:14.410606294 -0400
@@ -16,7 +16,7 @@
}
#XfceNotifyWindow GtkLabel#summary {
- font: Bold;
+ font-weight: Bold;
}
#XfceNotifyWindow GtkButton {
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.0/Smoke/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Smoke/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.0/Smoke/gtk.css 2016-09-11 06:46:53.000000000 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/Smoke/gtk.css 2016-10-20 14:32:32.676463016 -0400
@@ -20,7 +20,7 @@
}
#XfceNotifyWindow GtkLabel#summary {
- font : Bold;
+ font-weight: Bold;
}
#XfceNotifyWindow GtkButton {
diff -uNr xfce4-notifyd-0.3.3/themes/gtk-3.0/ZOMG-PONIES!/gtk.css xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
--- xfce4-notifyd-0.3.3/themes/gtk-3.0/ZOMG-PONIES!/gtk.css 2016-09-11 06:46:53.000000000 -0400
+++ xfce4-notifyd-0.3.3-fixed/themes/gtk-3.0/ZOMG-PONIES!/gtk.css 2016-10-20 14:35:32.091877774 -0400
@@ -8,13 +8,13 @@
#XfceNotifyWindow GtkLabel,
#XfceNotifyWindow GtkImage {
- font : Comic Sans MS 22;
- color: #ffff00;
+ font-family: Comic Sans MS;
+ font-size: 22pt;
-GtkWidget-link-color:#c17800;
}
#XfceNotifyWindow GtkLabel#summary {
- font : Bold;
+ font-weight: Bold;
}
#XfceNotifyWindow GtkButton {
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.000000000 -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.000000000 -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.000000000 -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.000000000 -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.000000000 -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: #ffff00;
}
#XfceNotifyWindow label#summary {
- font: Bold;
+ font-weight: Bold;
}
#XfceNotifyWindow button {
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

