The following works to add the "|" button on the Fremantle osso-xterm bar: Code: ~ $ gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|]" ~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar]" I should probably also mention the open bug for this, you know what to do ;-)
~ $ gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|]" ~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar]"
I've tried these commands, but to no effect.. Here is the output from the corresponding gconftool-2 gets: Code: ~ $ gconftool-2 -g /appa/osso/xterm/key_labels [Tab,Esc,PgUp,PgDn,|] ~ $ gconftool-2 -g /appa/osso/xterm/keys [Tab,Escape,Page_Up,Page_Down,Bar] After exiting the terminal and starting up a new one, there's no change visible in the key bar. Did I miss something?
~ $ gconftool-2 -g /appa/osso/xterm/key_labels [Tab,Esc,PgUp,PgDn,|] ~ $ gconftool-2 -g /appa/osso/xterm/keys [Tab,Escape,Page_Up,Page_Down,Bar]