Archive for October, 2011

Time in Thunderbird

Monday, October 17th, 2011

Thunderbird logoThe time of messages in Thunderbird always used to be annoying (i.e. non-24hrs format). This post explained what that’s due to: Thunderbird takes your default locale and presents time in the view due to that.

Somehow, the default locale it took was not my default locale (LC_ALL=C). So, to fix this minor annoyance, I changed the Thunderbird launcher to env LC_ALL=C thunderbird %u (where %u passes arguments — I just left it there).

Scrollbar shrinking

Monday, October 17th, 2011

Ubuntu logoSince I am using a tiny tiny computer, I like tiny tiny scrollbars.
To do this:

  1. sudo apt-get install gnome-color-chooser
  2. launch: System->Preferences->GNOME Color Chooser
  3. Under Tab: Specific, you can change the scroll bar width. Then Click Apply.

Thunderbird default sort view fixed

Thursday, October 13th, 2011

Thunderbird logoOkay, so my previous post on the default sort behaviour of Thunderbird was largely correct — I just need to learn to read instructions better :)

In a nutshell, I set mailnews.default_sort_order to 22: sort by thread (where previously I tried 18 and other combinations of settings). Le duh. Now It Works(tm)

Thunderbird: attach file keyboard shortcut

Thursday, October 6th, 2011

Thunderbird logoKeyConfig addon, and configure a new key: CTRL+ALT+M as binding, code: goDoCommand("cmd_attachFile") (note: no “;” at the end!), and voila, you can attach messages with CTRL+ALT+M!

And yes, there’s a similar extension called Nostalgy, which hides this behind Esc+A. I tried it, and it worked… if I kept Esc pressed while pressing A. That’s awkward. This is way better :)

Ubuntu music player Banshee won’t stop.

Saturday, October 1st, 2011

Ubuntu logoThis thread and this bug are amazing. Apparently, “they” decided that when music is playing, and you close the player, the window will go away, but the music will continue. WTF?! Why the *BLEEP* did you think I was closing that window? Because I couldn’t find the damned minimize button???

Seriously, this “innovation” allows your computer to play music without any GUI. Nice huh? You clicked to start, but if you want to stop: open a terminal and issue a command (either banshee –stop or just kill the bastard).

I know the difference between a friggin’ minimize button and a close button. I want to quit the application, not the GUI. Stop treating me like a baby and stop thinking you know what’s best for me.

Edit: worst thing: you set it to play one song, quit the GUI, and it plays one song. And then the process sits there, wasting mem/cpu cycles. *ANNOYANCE*

Edit2: Okay, I’ll just give up on all these new-fangled media players. I never got the fad, I was curious, but with annoyances piling on annoyances… Let me just compile/install the old XMMS myself. Sure, nowadays it doesn’t play nice with the sound system. But it also quits when I tell it to — apparently an uncommon feature nowadays.