#0 st_theme_node_reduce_border_radius (node=node@entry=0x0, width=width@entry=210, height=height@entry=nan(0x400000), corners=corners@entry=0x7ffd3815cae0) at ../src/st/st-theme-node-drawing.c:280 275: guint sum; 276: 277: scale = 1.0; 278: 279: /* top */ 280: sum = node->border_radius[ST_CORNER_TOPLEFT] 281: + node->border_radius[ST_CORNER_TOPRIGHT]; 282: 283: if (sum > 0) 284: scale = MIN (width / sum, scale); 285: #1 0x00007f36d97a61b9 in st_theme_node_paint_borders (state=state@entry=0x8857b0cd28, framebuffer=framebuffer@entry=0x885513cac0, box=box@entry=0x7ffd3815cda0, paint_opacity=paint_opacity@entry=31 '\037') at ../src/st/st-theme-node-drawing.c:1663 1658: get_arbitrary_border_color (node, &border_color); 1659: 1660: for (side_id = 0; side_id < 4; side_id++) 1661: border_width[side_id] = st_theme_node_get_border_width(node, side_id); 1662: 1663: st_theme_node_reduce_border_radius (node, width, height, border_radius); 1664: 1665: for (corner_id = 0; corner_id < 4; corner_id++) 1666: { 1667: guint border_width_1, border_width_2; 1668: #2 0x00007f36d97a8a49 in st_theme_node_paint (node=node@entry=0x885612c780, state=0x8857b0cd28, framebuffer=0x885513cac0, box=box@entry=0x7ffd3815cda0, paint_opacity=paint_opacity@entry=31 '\037') at ../src/st/st-theme-node-drawing.c:2598 2593: if (node->border_slices_pipeline != COGL_INVALID_HANDLE) 2594: st_theme_node_paint_sliced_border_image (node, framebuffer, width, height, paint_opacity); 2595: } 2596: else 2597: { 2598: st_theme_node_paint_borders (state, framebuffer, box, paint_opacity); 2599: } 2600: 2601: st_theme_node_paint_outline (node, framebuffer, box, paint_opacity); 2602: 2603: if (state->prerendered_pipeline == COGL_INVALID_HANDLE && #3 0x00007f36d97ac1c0 in st_widget_paint_background (widget=) at ../src/st/st-widget.c:459 454: if (priv->transition_animation) 455: st_theme_node_transition_paint (priv->transition_animation, 456: &allocation, 457: opacity); 458: else 459: st_theme_node_paint (theme_node, 460: current_paint_state (widget), 461: cogl_get_draw_framebuffer (), 462: &allocation, 463: opacity); 464: } #4 0x00007f36d979335a in st_label_paint (actor=0x8857b0d0a0) at ../src/st/st-label.c:195 190: { 191: StLabelPrivate *priv = ST_LABEL (actor)->priv; 192: StThemeNode *theme_node = st_widget_get_theme_node (ST_WIDGET (actor)); 193: StShadow *shadow_spec = st_theme_node_get_text_shadow (theme_node); 194: 195: st_widget_paint_background (ST_WIDGET (actor)); 196: 197: if (shadow_spec) 198: { 199: ClutterActorBox allocation; 200: float width, height; #5 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x8857b0d0a0) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #6 0x00007f36da990c04 in clutter_actor_paint (self=0x8857b0d0a0) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #7 0x00007f36da990e90 in clutter_actor_real_paint (actor=) at clutter-actor.c:3645 [Error: clutter-actor.c was not found in source tree] #8 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x8857a833c0) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #9 0x00007f36da990c04 in clutter_actor_paint (self=0x8857a833c0) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #10 0x00007f36da990e90 in clutter_actor_real_paint (actor=) at clutter-actor.c:3645 [Error: clutter-actor.c was not found in source tree] #11 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x8853877b20) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #12 0x00007f36da990c04 in clutter_actor_paint (self=0x8853877b20) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #13 0x00007f36da990e90 in clutter_actor_real_paint (actor=) at clutter-actor.c:3645 [Error: clutter-actor.c was not found in source tree] #14 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x8857afc840) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #15 0x00007f36da990c04 in clutter_actor_paint (self=0x8857afc840) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #16 0x00007f36da990e90 in clutter_actor_real_paint (actor=) at clutter-actor.c:3645 [Error: clutter-actor.c was not found in source tree] #17 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x885361c640) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #18 0x00007f36da990c04 in clutter_actor_paint (self=self@entry=0x885361c640) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #19 0x00007f36da990e61 in clutter_actor_paint (self=self@entry=0x885361c640) at clutter-actor.c:3972 [Error: clutter-actor.c was not found in source tree] #20 0x00007f36dc5dbec4 in shell_generic_container_paint (actor=0x8853f05120) at ../src/shell-generic-container.c:149 144: child = clutter_actor_get_next_sibling (child)) 145: { 146: if (g_hash_table_lookup (self->priv->skip_paint, child)) 147: continue; 148: 149: clutter_actor_paint (child); 150: } 151: } 152: 153: static void 154: shell_generic_container_pick (ClutterActor *actor, #21 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x8853f05120) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #22 0x00007f36da990c04 in clutter_actor_paint (self=0x8853f05120) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #23 0x00007f36da990e61 in clutter_actor_paint (self=) at clutter-actor.c:3972 [Error: clutter-actor.c was not found in source tree] #24 0x00007f36da9e3cca in clutter_stage_paint (self=) at clutter-stage.c:701 [Error: clutter-stage.c was not found in source tree] #25 0x00007f36da210542 in meta_stage_paint (actor=0x88530b4500) at backends/meta-stage.c:141 [Error: meta-stage.c was not found in source tree] #26 0x00007f36da98a85c in clutter_actor_continue_paint (self=self@entry=0x88530b4500) at clutter-actor.c:4030 [Error: clutter-actor.c was not found in source tree] #27 0x00007f36da990c04 in clutter_actor_paint (self=self@entry=0x88530b4500) at clutter-actor.c:3946 [Error: clutter-actor.c was not found in source tree] #28 0x00007f36da990e61 in clutter_actor_paint (self=self@entry=0x88530b4500) at clutter-actor.c:3972 [Error: clutter-actor.c was not found in source tree] #29 0x00007f36da9e7e1f in clutter_stage_do_paint_view (stage=stage@entry=0x88530b4500, view=view@entry=0x8853349ad0, clip=clip@entry=0x7ffd3815dae0) at clutter-stage.c:669 [Error: clutter-stage.c was not found in source tree] #30 0x00007f36da9e8113 in _clutter_stage_paint_view (stage=stage@entry=0x88530b4500, view=view@entry=0x8853349ad0, clip=clip@entry=0x7ffd3815dae0) at clutter-stage.c:685 [Error: clutter-stage.c was not found in source tree] #31 0x00007f36da97ae04 in paint_stage (stage_cogl=stage_cogl@entry=0x8853334360, view=view@entry=0x8853349ad0, clip=clip@entry=0x7ffd3815dae0) at cogl/clutter-stage-cogl.c:424 [Error: clutter-stage-cogl.c was not found in source tree] #32 0x00007f36da97afa3 in clutter_stage_cogl_redraw_view (stage_window=stage_window@entry=0x8853334360, view=0x8853349ad0) at cogl/clutter-stage-cogl.c:757 [Error: clutter-stage-cogl.c was not found in source tree] #33 0x00007f36da97c18b in clutter_stage_cogl_redraw (stage_window=0x8853334360) at cogl/clutter-stage-cogl.c:868 [Error: clutter-stage-cogl.c was not found in source tree] #34 0x00007f36da29568e in meta_stage_native_redraw (stage_window=0x8853334360) at backends/native/meta-stage-native.c:300 [Error: meta-stage-native.c was not found in source tree] #35 0x00007f36da9e4c87 in clutter_stage_do_redraw (stage=0x88530b4500) at clutter-stage.c:1121 [Error: clutter-stage.c was not found in source tree] #36 _clutter_stage_do_update (stage=0x88530b4500) at clutter-stage.c:1236 [Error: clutter-stage.c was not found in source tree] #37 0x00007f36da9d07e9 in master_clock_update_stages (master_clock=0x885338f8c0, stages=0x8857b7d920) at clutter-master-clock-default.c:443 [Error: clutter-master-clock-default.c was not found in source tree] #38 clutter_clock_dispatch (source=source@entry=0x8853380360, callback=, user_data=) at clutter-master-clock-default.c:567 [Error: clutter-master-clock-default.c was not found in source tree] #39 0x00007f36dbd04f67 in g_main_dispatch (context=0x8853095340) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #40 g_main_context_dispatch (context=context@entry=0x8853095340) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #41 0x00007f36dbd051a0 in g_main_context_iterate (context=0x8853095340, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #42 0x00007f36dbd054b2 in g_main_loop_run (loop=0x88533764d0) at ../../../../glib/gmain.c:4082 [Error: gmain.c was not found in source tree] #43 0x00007f36da23f2ac in meta_run () at core/main.c:648 #44 0x0000008852b63307 in main (argc=, argv=) at ../src/main.c:462 457: 458: _shell_global_init ("session-mode", session_mode, NULL); 459: 460: shell_prefs_init (); 461: 462: ecode = meta_run (); 463: 464: g_debug ("Doing final cleanup"); 465: _shell_global_destroy_gjs_context (shell_global_get ()); 466: g_object_unref (shell_global_get ()); 467: