veket官方网站论坛
要注册 登录
veket 返回首页

石头鱼府的个人空间 http://www.lucky8k.com/?37921 [收藏] [复制] [分享] [RSS]

留言板

facelist doodle涂鸦板

您需要登录后才可以留言 登录 | 要注册


自由飞翔 2019-11-14 18:13
puppy系统的定制非常简单,到puppy中文网站下载对应版本的输入法,输入法中一般都内置了中文转换。注意用系统集成的定制软件定制成的sfs包,基本上不能一次性成中文,需要通过sfs编辑软件将/etc/profile,手动修改profile文件
#set variables so everything can be found...
#100622 PKG_CONFIG_PATH is determined in 3builddistro (Woof), written to /etc/profile.d/pkgconfig
#110804 fix double-login when exit from X, allow /etc/profile to complete. see also "echo -n '# '" in /usr/bin/xwin at exit.

PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/root/my-applications/bin:/usr/games"
if [ -f /lib64/libc.so.6 ] ; then #slackware64
        LD_LIBRARY_PATH="/lib64:/usr/lib64:/root/my-applications/lib:/usr/local/lib"
else
        LD_LIBRARY_PATH="/lib:/usr/lib:/root/my-applications/lib:/usr/local/lib"
fi
export PATH LD_LIBRARY_PATH

if [ -d /opt/qt4 ];then
        LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt4/lib"
        [ -d /opt/qt4/bin ] && PATH="$PATH:/opt/qt4/bin" #if devx sfs.
        export QT4DIR="/opt/qt4"
        [ -d /opt/qt4/include ] && export CPLUS_INCLUDE_PATH="/opt/qt4/include" #devx
fi
export QT_XFT=true
export GDK_USE_XFT=1 #for gtk...
export OOO_FORCE_DESKTOP="gnome" #Open Office, force ue of GTK...

ulimit -c 0
if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
        umask 002
else
        umask 022
fi

USER=`id -un`
PS1="\[\e[32m\][\u\[\e[m\]@\[\e[33m\]\h\[\e[36m\] \w]\[\e[1;36m\] \$\[\e[1;37m\] "
LOGNAME=$USER
HISTSIZE=1000
HISTFILE="$HOME/.history"
if [ -f /usr/bin/mp ] ; then
        EDITOR=mp
else
        EDITOR=nano
fi
INPUTRC=/etc/inputrc
TERM=xterm
[ -d /usr/share/terminfo ] && export TERMINFO=/usr/share/terminfo

export PS1 USER LOGNAME HISTSIZE INPUTRC EDITOR TERM
XFINANSDIR="/root/.xfinans"
export XFINANSDIR
export XLIB_SKIP_ARGB_VISUALS=1 #rox crashes with DRI modules. solution:

#this line gets edited by chooselocale script...
LANG=zh_CN.UTF-8
export LANG

[ -f /etc/hostname ] && read HOSTNAME < /etc/hostname
export HOSTNAME

SHELL="/bin/bash"
export SHELL
export MM_RUNASROOT=1 #sylpheed uses metamail which requires this...

BROWSER=/usr/local/bin/defaultbrowser
DEFAULTBROWSER=/usr/local/bin/defaultbrowser
DEFAULTDRAW=/usr/local/bin/defaultdraw
DEFAULTHTMLEDITOR=/usr/local/bin/defaulthtmleditor
DEFAULTMEDIAPLAYER=/usr/local/bin/defaultmediaplayer
DEFAULTPAINT=/usr/local/bin/defaultpaint
DEFAULTSPREADSHEET=/usr/local/bin/defaultspreadsheet
DEFAULTTEXTEDITOR=/usr/local/bin/defaulttexteditor
DEFAULTWORDPROCESSOR=/usr/local/bin/defaultwordprocessor
DEFAULTIMAGEVIEWER=/usr/local/bin/defaultimageviewer
DEFAULTIMAGEEDITOR=/usr/local/bin/defaultimageeditor
export BROWSER DEFAULTBROWSER DEFAULTDRAW DEFAULTHTMLEDITOR DEFAULTMEDIAPLAYER DEFAULTPAINT DEFAULTSPREADSHEET DEFAULTTEXTEDITOR DEFAULTWORDPROCESSOR DEFAULTIMAGEVIEWER DEFAULTIMAGEEDITOR

#freedesktop base directory spec: standards.freedesktop.org/basedir-spec/latest/
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_DIRS=/usr/share:/usr/local/share
export XDG_CONFIG_DIRS=/etc/xdg #v2.14 changed from /usr/etc
export XDG_CACHE_HOME=$HOME/.cache

export HISTFILESIZE=2000
export HISTCONTROL=ignoredups

#w468 'netpbm' utilities need to be told where rgb.txt is...
[ -f /usr/share/X11/rgb.txt ] && export RGBDEF=/usr/share/X11/rgb.txt

export PREFIX='/usr' #convenient to set this i think...

# Append any additional sh scripts found in /etc/profile.d/:
#for profile_script in /etc/profile.d/*.sh ; do
for profile_script in /etc/profile.d/* ; do #w482 any files.
        case "$profile_script" in *txt) continue ;; esac
        . $profile_script
done
unset profile_script

alias ls='ls --color=auto'
export LS_COLORS='bd=33:cd=33'

#personal customisation file...
[ -r /etc/profile.local ] && . /etc/profile.local

# fix gtk3 WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
export NO_AT_BRIDGE=1

if [ -f /usr/lib/x86_64-linux-gnu/gio/modules/libgiofam.so ] ; then
        export GIO_EXTRA_MODULES=/usr/lib64/gio/modules
elif [ -f /usr/lib/gio/modules/libgiofam.so ] ; then
        export GIO_EXTRA_MODULES=/usr/lib/gio/modules
fi

###END###
中将LANG=en_US
改为
LANG=zh_CN.UTF-8

LANG=zh_CN
这里的zh_CN.UTF-8或zh_CN对应的是/usr/lib/locale/zh_CN.UTF-8或zh_CN文件
pleasenter 2011-8-30 15:56
石头鱼府: 有没有这个(定制版lucky8k,比原版的漂亮还小5M)的地址呀?
http://u.115.com/file/blazel3k
ztl1122345 2011-8-10 21:53
hello!
耳东 2011-4-4 10:33
石头鱼府: 我其实也是菜鸟一个
刚接触veket,什么都不会,学习ing。
WUJIE1080 2011-4-1 16:35
看看
perryfa 2011-3-25 18:42
石头鱼府: pps貌似在Lucky8k-veket3.78中不能工作,请教版主你的有没有这种现象。安装完PPS后启动一闪而过不能工作。
抱歉,我不用这个软件。
一般来说,你可以在这个软件的发布帖里回复楼主(即发布者),这样如果楼主上线,就论坛系统会给他提醒。通常版本更新后软件的兼容是发布者负责的,不然,那么多软件,veket团队怎么可能测试得过来,对把?
jrjmusic 2011-3-1 22:10
每日来看看,多交流!
子弹 2010-12-22 16:33
石头鱼府: 朋友是不是又发了个VEKET5.29的新版本哟,哪有下载。我在http://www.verycd.com/topics/2824976/下载了半天都没有搞定
http://www.lucky8k.com/thread-76308-1-1.html
5.29的版本发布地址在这里。这个好像都发布得早了。你在看看去

QQ|手机版|Archiver|veket官方网站论坛 ( 粤ICP备 11052856 )

GMT+8, 2024-5-8 04:15

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

返回顶部