User:Neiljerram

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Main points)
(Main points)
Line 19: Line 19:
 
* Some screenshots to show how it looks...  I think the plainness of the top panel goes well with the sharp angles of Gtk+ apps.
 
* Some screenshots to show how it looks...  I think the plainness of the top panel goes well with the sharp angles of Gtk+ apps.
  
[[Image:2009-12-15-221523_480x640_scrot.png|thumb|zhone|240px|left]]
+
<gallery>
[[Image:2009-12-15-222642_480x640_scrot.png|240px|thumb|auxlaunch]]
+
File:2009-12-15-221523_480x640_scrot.png|zhone
[[Image:2009-12-15-222742_480x640_scrot.png|240px|thumb|Simon Tatham's cube puzzle|left]]
+
File:2009-12-15-222642_480x640_scrot.png|auxlaunch
[[Image:2009-12-15-223038_480x640_scrot.png|240px|thumb|aptitude-gtk]]
+
File:2009-12-15-222742_480x640_scrot.png|Simon Tatham's cube puzzle
 +
File:2009-12-15-223038_480x640_scrot.png|aptitude-gtk
 +
</gallery>
  
 
* cellwriter is fun to have around.  Once it has been started for the first time (which you can do from auxlaunch), it adds an icon to the top panel, and then you can click that to make cellwriter appear and disappear.  So there is no need to decide whether to replace matchbox-keyboard with cellwriter in the openmoko-panel-plugin config; it's easy to have both.
 
* cellwriter is fun to have around.  Once it has been started for the first time (which you can do from auxlaunch), it adds an icon to the top panel, and then you can click that to make cellwriter appear and disappear.  So there is no need to decide whether to replace matchbox-keyboard with cellwriter in the openmoko-panel-plugin config; it's easy to have both.

Revision as of 01:37, 16 December 2009

I use Debian on my Freerunner. Following is a description of my setup, and of how well (or not) things are working with that setup.

Main points

  • Debian installed (again) on 10th December (2009, following major filesystem corruption of my previous Debian install).
  • matchbox window manager and keyboard. I'm kind of missing the E17 keyboard, but not as much as I expected to. The matchbox keyboard seems more usable than you'd think, given its size.
  • trayer, openmoko-panel-plugin and auxlaunch. Here's my .xsession:
#!/bin/sh
trayer --edge top --height 60 &
openmoko-panel-plugin &
zhone &
rm -f .auxlaunchpid
auxlaunch -dms &
exec matchbox-window-manager -use_titlebar no -use_cursor no
  • Some screenshots to show how it looks... I think the plainness of the top panel goes well with the sharp angles of Gtk+ apps.
  • cellwriter is fun to have around. Once it has been started for the first time (which you can do from auxlaunch), it adds an icon to the top panel, and then you can click that to make cellwriter appear and disappear. So there is no need to decide whether to replace matchbox-keyboard with cellwriter in the openmoko-panel-plugin config; it's easy to have both.
Personal tools

I use Debian on my Freerunner. Following is a description of my setup, and of how well (or not) things are working with that setup.

Main points

  • Debian installed (again) on 10th December (2009, following major filesystem corruption of my previous Debian install).
  • matchbox window manager and keyboard. I'm kind of missing the E17 keyboard, but not as much as I expected to. The matchbox keyboard seems more usable than you'd think, given its size.
  • trayer, openmoko-panel-plugin and auxlaunch. Here's my .xsession:
#!/bin/sh
trayer --edge top --height 60 &
openmoko-panel-plugin &
zhone &
rm -f .auxlaunchpid
auxlaunch -dms &
exec matchbox-window-manager -use_titlebar no -use_cursor no
  • Some screenshots to show how it looks... I think the plainness of the top panel goes well with the sharp angles of Gtk+ apps.
  • cellwriter is fun to have around. Once it has been started for the first time (which you can do from auxlaunch), it adds an icon to the top panel, and then you can click that to make cellwriter appear and disappear. So there is no need to decide whether to replace matchbox-keyboard with cellwriter in the openmoko-panel-plugin config; it's easy to have both.