[Bugs] #3810 sugar UNSP: Trying to open the Journal the first time does not work

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Mon Sep 17 22:06:47 EDT 2012


#3810: Trying to open the Journal the first time does not work
------------------------------------------+---------------------------------
    Reporter:  erikos                     |          Owner:  erikos  
        Type:  defect                     |         Status:  new     
    Priority:  Unspecified by Maintainer  |      Milestone:  0.98    
   Component:  sugar                      |        Version:  0.97.x  
    Severity:  Blocker                    |       Keywords:          
Distribution:  OLPC                       |   Status_field:  Assigned
------------------------------------------+---------------------------------
Changes (by dsd):

 * cc: dsd (added)


Comment:

 I suspect that previously we never really iconified the Journal window
 correctly, but with the new GTK+ code maybe we do so now, which triggers a
 behaviour change.

 Adding
 {{{
          window.unminimize(Gtk.get_current_event_time())
 }}}
 in CurrentActivityIcon.__button_release_event_cb solves this but causes
 some visual oddness first.

 The root of the problem here is that we iconify the Journal when it is
 launched. I'm wondering if we have any other options here. We don't
 iconify windows under any other circumstances, as far as I can see.

 Another option would be to look at the wnck code and compare how it
 handles iconify/deiconify.

 I still haven't got my head around the event flow in window-state-event so
 I'm not very confident about the above.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/3810#comment:9>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list