Another simple one:
- Look up ant’s location:
which ant
- you should find a file there named
complete-ant-cmd.pl
or the like. - add this to your .bashrc (one line):
complete -C <path to antbin dir>/complete-ant-cmd.pl ant
Another simple one:
which ant
complete-ant-cmd.pl
or the like.
complete -C <path to antbin dir>/complete-ant-cmd.pl ant
The answer is almost as long as the question, but I’ll put it here as a reminder to myself:
just put each version in a separate layer and save it as ico! Gimp will ask what ico format you want to use for each layer. The layer boundary indicates the size.
Ever since I installed opensuse 11.3, I hadn’t used my mic/headset. Today I decided to fool a bit around in Ardour, but somehow my mic didn’t work. And alas, I made a classic beginner’s mistake: “the solution has to be difficult because it does not work out of the box”.
I tried the standard stuff like trying out all input sources, adding hidden channels, etc. but when that didn’t help I was quickly diving into custom .asoundrc configuration, arecord/aplay sysinfo scripts, probing kernel modules, looking into alsa upgrade scripts and the like.. 🙂
Until I had an epiphany while reading random forum post words. I had been adding the “hidden” channels to my mixer which indeed included “mic” and “front mic” with accompanying boost controls. I noticed a few others which I threw in as well for good measure. I neglected them though, as I didn’t feel interested in enabling “smart” 5.1 or IEC958 2, whatever that was. But then I suddenly remembered: motherboards come with configurable audio backpanels, so this wasn’t really about enabling a fancy audioprocessing feature but rather switching between the 5.1 and standard audio panel, duh!
Apparently, the 5.1 was enabled by default, so “muting” it solved my problem!
Btw, in case you wonder: the HDA NVidia VT1708S chipset is actually a HDA Intel chipset with VIA codec, hence the VTxxxx name. To keep things intesting. 😉