Author Archives: csslayer

Arch的KDE-Snapshot Repo暂停维护

https://bbs.archlinux.org/viewtopic.php?pid=992099#p992099 ProgDan 在过去的2 年6个月零24天22小时当中为大家一直在维护着这个源。非常感谢他长久以来的贡献。 有兴趣接手的可以去联系他。 People come and people go, open-source always lives.

Posted in KDE | Tagged | Leave a comment

在线安装 Fcitx 的皮肤

唯一一个皮肤,测试了default old的安装和卸载。 minus太坑爹了,还是以后用blip tv。

Posted in fcitx development | 1 Comment

KDE-Look.org 增加 Fcitx 的皮肤分类

打包请用 .tar.gz 格式,重命名为  .fskin 其中只包含一个子目录。(就是直接把 ~/.config/fcitx/skin下面的某个子目录直接打包) 具体地址在这。 http://kde-look.org/index.php?xcontentmode=88 我会尽快在kcm-fcitx里面集成在线下载功能。

Posted in fcitx development | Tagged | 3 Comments

很菜的VIM配置

前略,前半就是vim自带的example。 syntax enable set hlsearch set autoindent set nocp set ts=4 set sw=4 set number set encoding=utf-8 set fileencodings=utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1 filetype plugin indent on set grepprg=grep\ -nH\ $* let g:tex_flavor = “latex” set runtimepath=~/.vim,/usr/share/vim,/usr/share/vim/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after autocmd FileType python setlocal et sta sw=4 … Continue reading

Posted in Linux | 8 Comments

重写Kimpanel

特性倒是没有太多,不过起码和Kimtoy相比那个鼠标操作的功能是在的。主面板还没有加回来。光是输入倒是行了。另外和原版的kimpanel相比,通过drawHalo增加了可读性(就是tooltip的文本下面那一片白花花的东西),另外在样式和颜色上也有了小小的修改(老实讲以前比较丑……),还有可以配置成竖排显示了。还有就是没有原版的几个严重影响使用的bug(鼠标移上去之后文字消失),还有屏幕边缘的检测也正常了。 从技术上来说,则是采用了DataEngine来进行和plasmoid数据的通信,也方便以后被再调用。 全部重写完成之后想办法推回kde里面去。 代码的位置在这里: https://github.com/csslayer/kimpanel-rewrite/

Posted in KDE | 5 Comments