Existe um script ( /usr/lib/gnome-panel/gnome-panel-add
)
para adicionar applets e lançadores ao gnome-panel:
john@doe:~$ /usr/lib/gnome-panel/gnome-panel-add -h
Usage: gnome-panel-add [options]
Options:
-h, --help show this help message and exit
--applet=APPLET Applet to add
--copy-launcher Copy the launcher to the user directory
--launcher=LAUNCHER Launcher to add
--panel=TOPLEVEL Identifier of the panel where to add the applet
--position=POSITION Position on the panel where to add the applet
--right-stick Make the applet right-aligned on the panel
O comando a seguir adicionará o applet Monitor do Sistema ao painel superior, 500px do lado esquerdo da tela:
/usr/lib/gnome-panel/gnome-panel-add --applet=OAFIID:GNOME_MultiLoadApplet --panel=top_panel_screen0 --position=500
Nota : se obtiver um erro top_panel_screen0 is not an existing panel identifier
, substitua top_panel_screen0
por um dos identificadores do painel listados pelo comando:
gconftool --all-dirs /apps/panel/toplevels