PDA

View Full Version : [ubuntu] can not open prefences dialog for AWN notification area



signalat
May 14th, 2012, 02:58 AM
On ubuntu 11.10, right click doesn't work for AWN notification area applet. Can not open the preferences dialog to set the display as one row. The default two row setting makes the icon too small. Anybody can provide a %gconf.xml for the notification area applet with one row? Thanks.

Krytarik
May 14th, 2012, 11:21 AM
Although I think you should get that preferences dialog by finding the right spot to right-click, this is the command to set that setting manually:

gconftool-2 --set --type int /apps/awn-applet-notification-area/icons_per_cell 1
To change any other of its options manually, you can use GConf-Editor.

Regards.

signalat
May 14th, 2012, 05:28 PM
It works! Thanks.



Although I think you should get that preferences dialog by finding the right spot to right-click, this is the command to set that setting manually:

gconftool-2 --set --type int /apps/awn-applet-notification-area/icons_per_cell 1
To change any other of its options manually, you can use GConf-Editor.

Regards.