Your message dated Mon, 17 Mar 2025 18:20:22 +0000 with message-id <[email protected]> and subject line Bug#1099984: Removed package(s) from unstable has caused the Debian Bug report #841077, regarding CSS errors in clearlooks-phenix-theme to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 841077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841077 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: clearlooks-phenix-theme Version: 7.0-1 Severity: minor When starting up a GTK application with clearlooks-phenix-theme selected, a number of warnings are printed: (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1594:13: not a number (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1594:13: Expected a string. (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1976:11: not a number (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1976:11: Expected a string. (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2526:11: not a number (emacs:13068): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2526:11: Expected a string. (emacs:13068): Gtk-WARNING **: Theme parsing error: applications.css:21:0: Expected a valid selector These are all pretty trivial CSS problems. Here is a patch that cleans them up: ------------------------------------------------------------ diff -ru Clearlooks-Phenix-orig/gtk-3.0/applications.css Clearlooks-Phenix/gtk-3.0/applications.css --- Clearlooks-Phenix-orig/gtk-3.0/applications.css 2016-10-17 06:08:27.092780991 -0700 +++ Clearlooks-Phenix/gtk-3.0/applications.css 2016-10-17 06:13:30.861946218 -0700 @@ -18,8 +18,6 @@ border-image: none; } -} - /******************* * gnome-documents * *******************/ diff -ru Clearlooks-Phenix-orig/gtk-3.0/gtk-widgets.css Clearlooks-Phenix/gtk-3.0/gtk-widgets.css --- Clearlooks-Phenix-orig/gtk-3.0/gtk-widgets.css 2016-10-17 06:06:54.329645370 -0700 +++ Clearlooks-Phenix/gtk-3.0/gtk-widgets.css 2016-10-17 06:13:45.301811310 -0700 @@ -1591,7 +1591,7 @@ menu, .menu { - font: normal; + font-weight: normal; background-color: @menu_bg_color; color: @menu_fg_color; padding: 1px; @@ -1973,7 +1973,7 @@ assistant .sidebar highlight { color: @theme_fg_color; - font: bold; + font-weight: bold; } assistant .sidebar { @@ -2523,7 +2523,7 @@ } .titlebar .title { - font: Bold; + font-weight: bold; } /*.titlebar :first-child {*/ ------------------------------------------------------------ -- Robert Macomber
--- End Message ---
--- Begin Message ---Version: 7.0.1-3+rm Dear submitter, as the package clearlooks-phenix-theme has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1099984 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

