GTK3 Theme parsing error in gtk-widgets.css of Albatross theme

Bug #1314977 reported by Steffen Banhardt
28
This bug affects 3 people
Affects Status Importance Assigned to Milestone
shimmer-themes (Ubuntu)
Fix Released
Low
Simon Steinbeiß

Bug Description

Ubuntu 14.04 LTS
shimmer-themes: 1.7.3-0ubuntu1

When using the Albatross gtk3 themeUbuntu 14.04 LTS and starting a program like gedit from the terminal you get this warning:

Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2769:41: Expected a valid selector

This is caused by an superfluous comma in line 2769 of gtk-widgets.css.

Removing this comma solves the problem.

--- gtk-widgets.css 2014-03-26 13:46:28.000000000 +0100
+++ gtk-widgets.cssnew 2014-05-01 13:51:36.719123877 +0200
@@ -2766,7 +2766,7 @@
 .header-bar .raised.linked .button:insensitive,
 .header-bar .linked .button,
 .header-bar .linked .button:active,
-.header-bar .linked .button:insensitive, {
+.header-bar .linked .button:insensitive {
     border-width: 1px;
     border-radius: 0;
     border-right-width: 0;

Revision history for this message
Simon Steinbeiß (ochosi) wrote :

Thanks, fixed in github, will land in the next shimmer-themes release (as this is not a critical bug, it probably won't be backported to 14.04).

Changed in shimmer-themes (Ubuntu):
status: New → Fix Committed
assignee: nobody → Simon Steinbeiß (ochosi)
Changed in shimmer-themes (Ubuntu):
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package shimmer-themes - 2.0.0-0ubuntu1

---------------
shimmer-themes (2.0.0-0ubuntu1) wily; urgency=medium

  * New theme releases (Albatross: 1.7.4, Greybird:1.6.0)
    - Fix LXAppearance button icon settings (LP: #1448487)
    - Fix GTK3 Theme parsing error (LP: #1314977)
    - Fix tiny arrows in Albatross (LP: #1249471)
  * debian/patches/greybird_no_symbolic_icons_in_sidebar.patch
    - Dropped, included upstream

 -- Sean Davis <email address hidden> Mon, 27 Jul 2015 23:55:36 -0500

Changed in shimmer-themes (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.