Libre Office 3 In Ubuntu 11.04

Libre Office 3 In Ubuntu 11.04

The latest version of Ubuntu now ships with LibreOffice 3. At first glance, it doesn’t seem to offer much different from its OpenOffice predecessor other than a classy new loading screen. Hopefully improvements keep rolling in!

 

Subscribe

Why Gnome 3 Needs to go Back to the Workshop

A lot of Ubuntu users are bemoaning Gnome 3, a shell they see as the worst thus far, and a worrying display of the development community’s slow reach towards a touch-screen OS. This, as I’m wagering most of you will know, is not really why we installed Ubuntu in the first place, but seemingly, this isn’t the only problem.

Firstly, alt-tab seems to have gone out the window, and if you’d like to quickly switch from your O2 router page to Pidgin, then prepare to be frustrated. This is a major disadvantage to those using alt-tab on a regular basis, and especially for those who will eventually realise that even Windows 7 will now have a more efficient method of switching between windows. The thought is disturbing.

The OS also feels a lot less customisable, with the user tweaking limited to the desktop background alone, which is just ridiculous. The minimise button has also disappeared, and the font sizes are incredibly small unless you manually go into the settings and play around for a bit.

Understandably the developers are aiming to give users a faster, more efficient user experience, but this just isn’t the way to go about it. Altering workspace shortcuts and removing vital features, such as minimise buttons, just makes using Ubuntu a lot harder for those who don’t want to “get with the times” and go touch-screen. When coding or developing, touch screen will never be the more efficient method, so why are they making a more touch-orientated OS the standard setting rather than an optional change?

Only time will tell as to whether they’ll keep the changes, but for now, it might be best to steer clear of Gnome 3 until the issues are cleared up somewhat.

Subscribe

Colemak

Colemak is a popular alternative to the QWERTY keyboard layout. Why even consider switching?

The QWERTY layout was designed in the 19th century to allow typewriter salesmen to easily type the word “typewriter” and to prevent typebars from sticking. We’ve been stuck with QWERTY ever since.

Colemak is a modern alternative to the QWERTY and Dvorak layouts. It is designed for efficient and ergonomic touch typing in English.

Not convinced? Again, straight from the website:

  • Ergonomic and comfortable – Your fingers on QWERTY move 2.2x more than on Colemak. QWERTY has 16x more same hand row jumping than Colemak. There are 35x more words you can type using only the home row on Colemak.
  • Easy to learn – Allows easy transition from QWERTY. Only 2 keys move between hands. Many common shortcuts (including Ctrl+Z/X/C/V) remain the same. Typing lessons available.
  • Fast – Most of the typing is done on the strongest and fastest fingers. Low same-finger ratio.
  • Multilingual – Allows to type in over 40 languages and to type various symbols, e.g. “pâté”, “mañana”, €, em-dash, non-breaking space.
  • Free – Free software released under the public domain. You don’t have to buy a new keyboard, just install a program.

It’s easy to start learning to touch-type in Colemak. I recommend a program called KTouch.

sudo apt-get install ktouch

Once installed, run the program and select Settings > Keyboard Layouts > English Colemak. Then, go to Training > Default Lectures > Colemak (auto-generated). Finally. type along with the on-screen text, and begin to learn to type in Colemak.

The Colemak website has some helpful tips for learning.

Once you feel ready to remove the training wheels and use Colemak as your system layout, Ubuntu makes it easy. Just run the following code in the terminal:

setxkbmap us -variant colemak

To revert, enter:

setxkbmap us -variant

Enjoy!

Subscribe