Skip to Content

最新评论

  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • 匿名用户   15 年 32 周   回复
    用户名是多少 密码是多少?
  • 无线电子   15 年 32 周   回复
    哈哈
    看来爷们挺支持俺呀,呵呵,谢谢,本人中文版确实很不完整,我就是提供个显示和输入中文的功能,其他的一概没有动,不过很感谢你。加油!
  • 匿名用户   15 年 32 周   回复
    不管是什么提示,总得自己看吧。
    把图片什么发出来,还不如做个视频,这样更有效率。
    像window安装程序,不是一直下一步就可以了吗?你会看什么说明吗?
  • 匿名用户   15 年 32 周   回复
    首先下载ftp://ftp.is.co.za/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libxcb-1.1.91-5.fc10.i386.rpm

    再去http://www.minilinux.net/software/makepetsfs 下载并按装
    然后用unrpm命令解压刚刚下载的RPM

    进入该目录找到libxcb-xlib.so.0
    并复制到/root/my-applications/lib/

    就可以用了
  • 匿名用户   15 年 32 周   回复
    不好意思
    我的Geany编码用utf8 18030 2132 看.fcitx 下面的config profile都是乱码
    rxvt unicode看它们也都是乱码
    file了一下config profile发现编码却是8859的

    搞不明白
  • 匿名用户   15 年 32 周   回复
    wget -P /root/my-applications/lib www.puppylinux.ca/tpp/ttuuxxx/Libs/libxcb-xlib.so.0.0.0
    ln -s /root/my-applications/lib/libxcb-xlib.so.0.0.0 /root/my-applications/lib/libxcb-xlib.so.0


    该网站已经找不到libxcb-xlib.so.0.0.0
  • withoutpity   15 年 32 周   回复
    大家不要下载了,等两周左右我会发一个LXDE环境的PET文件,用Lxpanel换掉FBpanel后启动会快很多。
  • 匿名用户   15 年 32 周   回复
    我的笔记本是SIS672的主板 和 sis 3 Graphics显卡 能装puppy吗? 我试过unbuntu8.04,可装到一半就死机了。
  • 匿名用户   15 年 32 周   回复
    请站长做一个电视卡的软件,我在PUPPY下用不了电视卡啊,只能进XP,听说LINUX下有个TVTIME就是看电视的
  • 匿名用户   15 年 32 周   回复
    puppy linux 4.3 的 fcitx 无法在除浏览器以外的程序输入的 BUG 修复:

    修改文件 /root/.xinitrc 中 fcitx 启动部分为:

    locale | grep "LC_CTYPE=\"\?zh_CN\." || export LC_CTYPE="zh_CN.utf8"
    export LC_ALL="zh_CN.utf8"
    export XIM="fcitx"
    export XIM_PROGRAM="fcitx"
    export XMODIFIERS="@im=fcitx"
    export GTK_XIM_MODULES="fcitx"
    export QT_XIM_MODULES="fcitx"
    #config creation bug-fix for fcitx
    if [ ! -e /root/.fcitx/config ] || [ "`md5sum /root/.fcitx/config`" = "eb8edb73159e0a6b228de1af183b87c9 /root/.fcitx/config" ]; then
    cp /usr/share/fcitx/data/config /root/.fcitx/config
    fi
    sleep 7 && fcitx &
    ##########

    另:Geany 文本编辑器无法查看中文是因为设置的编码不正确,把打开文件时使用的编码设置为 GB18030 即可。