Added by Jesse Zhang, last edited by Jesse Zhang on Jul 29, 2010  (view change) show comment

Labels:

chinese chinese Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
Some applications
  • To use fetion (飞信)
    sudo conary update linux-fetion=jesse.rpath.org@fl:2-devel
    I now recommend open-fetion.
    sudo conary update openfetion=jesse.rpath.org@fl:2-devel
    
  • And, if you really have to, you can have linux QQ:
    sudo conary update linuxqq=jesse.rpath.org@fl:2-devel
    
localization
  • Wine: when launching a chinese application in wine, a chinese environment is needed to display chinese characters well. As a workaround, you can run the program as:
    LANG=zh_CN.UTF-8
    wine your-windows-program.exe
    

    Same logic for the desktop file wine may generate later: modify the 'Exec=env ...' line, and change it to 'Exec=env LANG=zh_CN.UTF-8 ...'.