Slashdot Mirror


User: spacehunt

spacehunt's activity in the archive.

Stories
0
Comments
28
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 28

  1. Firebird?! on Interbase Fork Imminent? · · Score: 1
    But there's already a GPLed BBS package out there called Firebird.

    It's in active use around the Greater China area, and I'm using it to operate one myself.

  2. Nautilus and keyboard on Eazel's Nautilus Preview 1 Released · · Score: 1
    Thus if I have three JPG images in a directory named:
    • FSMHSusNM131_N2.jpg
    • FSMusNM131_G8.jpg
    • FSMHSusNM132_N5.jpg
    (and I do,) then I can select any one of these using at most two keypresses and two arrowkeys.

    I just had a go at Nautilus, and surprise, typing-the-first-few-letters-to-select works. Selecting using arrow keys works, but strangely only for up-down arrows. But scrolling to the selection doesn't work yet, which is annoying, but I'm sure it will get fixed.

  3. character support? on China Banning Win2k · · Score: 2

    ----------
    #!/bin/sh

    # give me gedit in Traditional Chinese
    LANG=zh_TW.Big5 gedit &

    # give me gedit in Simplified Chinese
    LANG=zh_CN.GB2312-1980 gedit &
    ----------

    This works on my system (Debian potato), totally untested on others.

    As for Unicode, well... it doesn't yet include all the characters in Traditional Chinese and Simplified Chinese, therefore it can't yet totally replace character sets like Big5 yet.