#10539 NORM 10.1.3: Gnome: users can remove top panel

Zarro Boogs per Child bugtracker at laptop.org
Wed Dec 15 11:30:00 EST 2010


#10539: Gnome: users can remove top panel
------------------------------------+---------------------------------------
           Reporter:  godiard       |       Owner:               
               Type:  defect        |      Status:  new          
           Priority:  normal        |   Milestone:  10.1.3       
          Component:  not assigned  |     Version:  not specified
         Resolution:                |    Keywords:               
        Next_action:  code          |    Verified:  0            
Deployment_affected:                |   Blockedby:               
           Blocking:  10409         |  
------------------------------------+---------------------------------------
Changes (by godiard):

  * next_action:  never set => code


Comment:

 We can detect the it the top panel was removed doing:

 {{{
 gconftool-2 -g /apps/panel/general/toplevel_id_list
 }}}

 if the panel was removed returns:
 {{{
 [bottom_panel]
 }}}
 if not
 {{{
 [top_panel,bottom_panel]
 }}}

 to get the default panels again, we can do:

 {{{
 gconftool-2 --recursive-unset /apps/panel
 }}}

 The bottom panel can't be removed.

 I need to see where place this code.

-- 
Ticket URL: <http://dev.laptop.org/ticket/10539#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list