[Pidgin] #739: buddy list hidden after startup

Pidgin trac at pidgin.im
Wed May 16 22:57:08 EDT 2007


#739: buddy list hidden after startup
---------------------------+------------------------------------------------
  Reporter:  bodo          |       Owner:  charkins
      Type:  defect        |      Status:  assigned
  Priority:  minor         |   Milestone:          
 Component:  pidgin (gtk)  |     Version:  2.0     
Resolution:                |    Keywords:  docklet 
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by charkins):

 Again, logs look as I would expect (if you had exited with blist hidden).

 Could you launch pidgin, exit with the buddy list visible, then run this
 and post the output:

    grep list_visible ~/.purple/prefs.xml

 You *should* see this:
 {{{
     <pref name='list_visible' type='bool' value='1'/>
 }}}

 If you don't see that line (specifically value='1'), then run pidgin with
 the following command to produce another debug.log and hide/unhide the
 blist a few times:

     pidgin -d | egrep '(gtkblist|docklet|prefs)' > debug.log

 This time we're going to pickup lines prefs debug messages too to make
 sure list_visible is changing at the appropriate times and that prefs.xml
 is getting written at some point after the change.

 (Thanks so much for your patience and help debugging this.)

-- 
Ticket URL: <http://developer.pidgin.im/ticket/739#comment:11>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list