inz.fi

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5fd90dca2859da799c586b105e8e2f82be097199
parent 28518dd8c308433555d9617ac45548f1ab2cf556
Author: Santtu Lakkala <inz@inz.fi>
Date:   Mon, 22 Jan 2007 16:27:48 +0000

osso-xterming

Diffstat:
Aposts/osso-xterming.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/posts/osso-xterming.md b/posts/osso-xterming.md @@ -0,0 +1,9 @@ +# osso-xterming + + Had some time over the weekend, and got a couple of problems fixed concerning my version of osso-xterm on the new and shiny N800 (nice toy, btw). The input issues were after all quite easy to fix, I just made the im context handle some more events, added a missing NULL terminator to g_object_set and everything's working again. Huzzah! + + The fixing was over, but the excess time was not, so I continued the journey in the code, and started with making a toolbar with control button (which is missing from the virtual keyboard). Now you can send control without using the menu. First I also added some screen usage shortcuts to the toolbar, but after some discussion with [tigert](http://tigert.com/), the shortcuts were made configurable... Well almost configurable, you _can_ use gconftool to change them, no UI yet. The defaults should be fine for screen and irssi users. This is what is now available in the maemo-hackers.org repository as osso-xterm 0.13.mh16 (and bora1). + + Also got frustrated over dropbear client name being so long (dbclient), so I grabbed the sources, split the package to dropbear-server and dropbear-client, and most importantly, added update-alternatives row to postinst to make dbclient accessible as ssh. Now I can use ssh just like anywhere. + + Next in line: osso-statusbar-cpu for N800 and (finally) getting forward with maemo-blog. +\ No newline at end of file