+ -
当前位置:首页 → 问答吧 → Slackware新手的几个问题,如浏览中文目录等

Slackware新手的几个问题,如浏览中文目录等

时间:2009-02-20

来源:互联网

原来用过SUSE,终于在沉寂了2年后再次折腾Linux。这次选择了Slackware。

现在终于把Slackware安装好了,目前使用的是KDE窗口。可是想达到如下效果却未果,搜索了很多文章,但是依然毫无头绪,所以还是发一个帖子,恳请大家的帮助了。

1、界面为纯英文,但能浏览中文网页;-已实现
2、可以挂接Windows下的NTFS格式的硬盘,并且能够读取其中的中文目录;
3、可以输入中文;

作者: cnpsm   发布时间: 2009-02-20

翻论坛!很多类似的问题!

作者: cigerma   发布时间: 2009-02-20

问题2,mount分区时执行locale选项。如(/etc/fstab):
/dev/sda6 /pub/ntfs ntfs-3g defaults,umask=022,fmask=133,locale=zh_CN.UTF-8 0 0
详情man ntfs-3g。

问题3,来自slackware 12.1的CHANGES_AND_HINTS.TXT:
Input methods for complex characters (CJK, which is shorthand for Chinese,
Japanese, Korean) and other non-latin character sets have been added. These
input methods use the SCIM (Smart Common Input Method) platform.
The environment variables for SCIM support are set in /etc/profile.d/scim.sh
The requirements for getting SCIM input methods to work in your X session
are as follows:
(1) Use a UTF-8 locale. Look in /etc/profile.d/lang.sh for setting your
language to (for instance) en_US.UTF-8. As a word of warning: maybe you
should leave root with a non-UTF-8 locale because you don't want root's
commands to be misinterpreted. You can add the following line to your
~/.profile file to enable UTF-8 just for yourself:
export LANG=en_US.UTF-8
(2) Make the scim profile scripts executable. These will setup your
environment correctly for the use of scim with X applications. Run:
chmod +x /etc/profile.d/scim.*
(3) Start the scim daemon as soon as your X session starts. The scim daemon
must be active before any of your X applications. In KDE, you can add a
shell script to the ~/.kde/Autostart folder that runs the command
"scim -d". In XFCE you can add "scim -d" to the Autostarted Applications.
If you boot your computer in runlevel 4 (the graphical XDM/KDM login)
you can simply add the line "scim -d" to your ~/.xprofile file.
This gives you a Desktop Environment independent way of starting scim.
When scim is running, you will see a small keyboard icon in your system tray.
Right-click it to enter SCIM Setup. In 'Global Setup' select your keyboard
layout, and you are ready to start entering just about any language
characters you wish! Press the magical key combo <Control><Space>
in order to activate or deactivate SCIM input. The SCIM taskbar in the
desktop's corner allows you to select a language. As you type, SCIM will show
an overview of applicable character glyphs (if you are inputting complex
characters like Japanese).

作者: duangw   发布时间: 2009-02-20

翻这个版吧~~~~~答案多的是~~~~~~~

作者: billpeng   发布时间: 2009-02-20

谢谢大家,其实我明知道答案就在论坛中,但是实在是找起来很费劲。
我知道我是懒的,可是……
还是感谢大家。

作者: cnpsm   发布时间: 2009-02-22

用论坛里提供的google搜索论坛,很方便的

作者: imzhangliang   发布时间: 2009-02-25

我,从来没有试着用Linux去访问Win目录。因为,我没有Win。

作者: saharabear   发布时间: 2009-02-25

好长时间不学习都不行了.跟不上大家了

作者: Netwrom   发布时间: 2009-02-25