exec openbox-session
fcitx & export LC_CTYPE=zh_CN.UTF-8 #export LANG=zh_CN.UTF-8 #export LC_CTYPE=zh_CN.UTF-8 #export XMODIFIERS=@im=fcitx #export GTK_IM_MODULE="fcitx" #export QT_IM_MODULE="fcitx" #fcitx & #export GTK_IM_MODULE=xim #rt LANG=zh_CN.UTF-8 #export LC_CTYPE=zh_CN.UTF-8 #export XMODIFIERS=@im=FCITX #export GTK_IM_MODULE="fcitx" #export QT_IM_MODULE="fcitx" #fcitx -d export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export XMODIFIERS="@im=fcitx" exec openbox-session #exec 必须写在最后面,因为exec 运行启动桌面后,后面的语句都不执行。 #exec openbox-session 表示当运行startx以openbox运行,如果不写,startx就不能运行$ #openbox与openbox-session是有区别的,openbox不会运行~/.config/openbox/autostar$ #export LC_CTYPE=zh_CN.UTF-8 等中locale的设定详解,见http://www.cnblogs.com/xlm$ #export GTK_IM_MODULE=ximopenbox的自启动文件 ~/.config/openbox/autostart.sh
nm-applet& tint2& (sleep 2 && wbar)& fcitx & (sleep 2 && obmixer)& feh --bg-scale /test/2.jpg (sleep 2 && conky)&
# /etc/profile: login shell setup
#
# That this file is used by any Bourne-shell derivative to setup the
# environment for login shells.
#
# Load environment settings from profile.env, which is created by
# env-update from the files in /etc/env.d
if [ -e /etc/profile.env ] ; then
. /etc/profile.env
fi
# You should override these in your ~/.bashrc (or equivalent) for per-user
# settings. For system defaults, you can add a new file in /etc/profile.d/.
export EDITOR=${EDITOR:-/bin/nano}
export PAGER=${PAGER:-/usr/bin/less}
# 077 would be more secure, but 022 is generally quite realistic
umask 022
# Set up PATH depending on whether we're root or a normal user.
# There's no real reason to exclude sbin paths from the normal user,
# but it can make tab-completion easier when they aren't in the
# user's PATH to pollute the executable namespace.
#
# It is intentional in the following line to use || instead of -o.
# This way the evaluation can be short-circuited and calling whoami is
# avoided.
if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
else
PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
fi
export PATH
unset ROOTPATH
if [ -n "${BASH_VERSION}" ] ; then
# Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
# including color. We leave out color here because not all
# terminals support it.
if [ -f /etc/bash/bashrc ] ; then
# Bash login shells run only /etc/profile
# Bash non-login shells run only /etc/bash/bashrc
# Since we want to run /etc/bash/bashrc regardless, we source it
# from here. It is unfortunate that there is no way to do
# this *after* the user's .bash_profile runs (without putting
# it in the user's dot-files), but it shouldn't make any
# difference.
. /etc/bash/bashrc
else
PS1='\u@\h \w \$ '
fi
else
# Setup a bland default prompt. Since this prompt should be useable
# on color and non-color terminals, as well as shells that don't
# understand sequences such as \h, don't put anything special in it.
PS1="${USER:-$(whoami 2>/dev/null)}@$(uname -n 2>/dev/null) \$ "
fi
for sh in /etc/profile.d/*.sh ; do
[ -r "$sh" ] && . "$sh"
done
unset sh
#fcitx &
#export XMODIFIERS="@im=fcitx"
#export XIM=fcitx
#export XIM_PROGRAM=fcitx
#export GTK_IM_MODULE=xim
#export QT_IM_MODULE=xim
#export GTK_IM_MODULE=xim
#export XMODIFIERS=@im=FCITX
#export LANG=zh_CN.UTF-8
#export LC_CTYPE=zh_CN.UTF-8
#export GTK_IM_MODULE="fcitx"
#export QT_IM_MODULE="fcitx"
#export XIM="fcitx"
#export LC_CTYPE=zh_CN.UTF-8
#export XMODIFIERS=@im=fcitx
#export GTK_IM_MODULE=xim
#export QT_IM_MODULE=xim
#export XIM_PROGRAM='fcitx &'
/etc/blu.sh
export LC_CTYPE=zh_CN.UTF-8
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export XMODIFIERS="@im=fcitx"
export LC_CTYPE=zh_CN.UTF-8
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export XMODIFIERS="@im=fcitx"
否则按 虽然能看到输入法,也能 “打”上拼音,但就是打不到屏幕上去
七:QQ,WPS
加layman -a gentoo-zh