#10539 NORM 10.1.3: Gnome: users can remove top panel
Zarro Boogs per Child
bugtracker at laptop.org
Wed Dec 15 14:11:05 EST 2010
#10539: Gnome: users can remove top panel
-------------------------------------+--------------------------------------
Reporter: godiard | Owner: martin.langhoff
Type: defect | Status: new
Priority: normal | Milestone: 10.1.3
Component: gnome-desktop | Version: not specified
Resolution: | Keywords:
Next_action: review | Verified: 0
Deployment_affected: | Blockedby:
Blocking: 10409 |
-------------------------------------+--------------------------------------
Changes (by godiard):
* cc: martin.langhoff (added)
* owner: => martin.langhoff
* next_action: code => review
* component: not assigned => gnome-desktop
Comment:
Agreed with martin_xsa, we will check for existence of systray,
window_list and menu_bar
We need add to /usr/bin/olpc-session in the Non Sugar Desktop section:
{{{
# Check existence of systray, window_list and menu_bar applets
fix_gnome=false
if ! /usr/bin/gconftool-2 -g /apps/panel/general/applet_id_list | grep -q
systray;
then
fix_gnome=true
fi
if ! /usr/bin/gconftool-2 -g /apps/panel/general/applet_id_list | grep -q
window_list;
then
fix_gnome=true
fi
if ! /usr/bin/gconftool-2 -g /apps/panel/general/object_id_list | grep -q
menu_bar;
then
fix_gnome=true
fi
if [ $fix_gnome = true ] ; then
echo "ARREGLAR"
gconftool-2 --recursive-unset /apps/panel
fi
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/10539#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list