Posts for: #Desktop

wmiirc-lua v0.2.8 release

I’ve packaged up the recent changes made to [wmiirc-lua]{tag/wmiirc-lua} and released a new version.

This release is mostly about bug fixes, and moving things around. Particularly, I’ve [moved the project to github]{wmiirc-lua-github}, and also the new configuration files live in ~/.wmii-lua not ~/.wmii-3.5 (which clearly didn’t make sense).

There are many fixes to the packaging and startup scripts to make things more robust. I’ve also revisited and fixed building Debian packages (at least for Debian/Lenny).

If you’ve used the [kitchen sink]{wmiirc-lua-kitchen-sink} repository you should note that this repository is being deprecated in favour of storing the wmii and libixp repositories as submodules of wmii-lua – so no need for a container repo like the kitchen sink.

Read more →

android true type font

Following a random tweet on identi.ca I upgraded my proprotional fonts on Debian/Sqeeze to ttf-droid.

I expect that some day this font will be packaged by Debian, but for now I had to:

    wget 'http://launchpadlibrarian.net/21202254/ttf-droid_1.00%7Eb112%2Bdfsg-0ubuntu1_all.deb'
    sudo dpkg -i ttf-droid_1.00\~b112+dfsg-0ubuntu1_all.deb

Because I am a big console junkie I don’t use proprtional fonts much, but they do look nice on the web.

Read more →

wmiirc-lua v0.2.5 release

A kind [wmiirc-lua]{tag/wmiirc-lua} user, Sytse Wielinga (sytse on irc), had debugged an old issue in luaixp code I had written for wmiirc-lua.

While this bug directly addresses raw mode (Mod4-space), I belive that this will fix a bunch of weird issues so I released v0.2.5. Since v0.2.4 there was also a small bug in the battery plugin that was fixed.

Read more →

wmiirc-lua kitchen sink repository

[wmiirc-lua]{tag/wmiirc-lua} is a replacement for sh-based wmiirc that ships with the wmii window manager.

I have had some issues with the libixp and wmii packages under Debian. Particularly the problem is caused by the fact that libixp (and wmii use of the library) changes often but do not have any way to detect subtle changes in the API from the sources.

I decided to track everything in a kitchen sink repository that will include all the sources that need to be versioned and released together. That way what you try is the same thing I tried. Currently this includes

  • libixp imported from mercurial
  • wmii imported from mercurial
  • wmiirc-lua

This of course uses magic [git]{tag/git} powers; or more specifically git submodules. To follow along you will need git 1.5.3 or newer.

Read more →

wmiirc-lua v0.2.1 remembers a bit more

[wmiirc-lua]{tags/wmiirc-lua} is a replacement for sh-based wmiirc that ships with the wmii window manager.

In version 0.2.1 wmii will remember the last few programs that have been ran and the last few actions taken. It will put those entries at the beginning of the completion list. Frequent items can thus be selected with arrow keys and pushing enter.

In this release selecting works spaces with Mod4-[a-z] will not select the first view that starts with that letter, but rather the most recently used view that starts with the letter.

There have also been a few bug fixes, notably the core will now look in ~/.wmii-3.5 for plugins and core libraries before looking in system directories. That will solve the problem of someone using make install-user while having an older .deb installed.

Read more →