commenting out:
     /*transition: 100ms ease-in-out;*/

appears to fix (or workaround the issue).
The relevant part:

GtkComboBox,
.button {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@button_bg_color, 1.1)),
                                     to (shade (@button_bg_color, 0.9)));
    border-radius: 3px;
    border-style: solid;

    color: @fg_color;
    text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);

    /*transition: 100ms ease-in-out;*/

    -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
                                           from (shade (@button_bg_color, 
0.85)),
                                           to (shade (@button_bg_color, 0.67)));
    -unico-glow-color: shade (@button_bg_color, 1.14);
    -unico-glow-radius: 6;
    -unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
                                                 from (shade (@button_bg_color, 
1.16)),
                                                 to (shade (@button_bg_color, 
1.015)));
    -unico-inner-stroke-width: 1px;
}

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/1002792

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

Status in “pygobject” package in Ubuntu:
  Confirmed

Bug description:
  this is NOT the version of emesene in precise archives. 
  It's a development version with experimental pygi support through pygicompat.

  This happens _randomly_ (sometimes it crashes, sometimes it does not) when 
switching to login window to another window.
  The login window contains a bunch of standard widgets and a gif animation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1002792/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to