红联Linux门户
Linux帮助

关于鼠标针,使用QT/KDE的朋友们

发布时间:2007-05-04 21:17:06来源:红联作者:seais
  KDE下似乎需要一些特殊的文件链接才能使用指定样式的鼠标针(至少以前是这样,现在不知道了),原来有个脚本不知道是自己有没有贴过,现在贴上来,大家看看:

  用法:到"cursors"目录(各种主题下如果有这个目录,那就是他了)

代码:
make_cursors_links.sh
echo " Making some symbol links..."
#Now make some symbol links
#Arrow cursors:
ln -sf top_side 00008160000006810000408080010102

ln -sf left_side 028006030e0e7ebffc7f7070c0600140

ln -sf top_right_corner fd_double_arrow
ln -sf top_right_corner fcf1c3c7cd4491d801f1e1c78f100000

ln -sf top_left_corner bd_double_arrow
ln -sf top_left_corner c7088f0f3e6c8088236ef8e1e3e70000

#Split vertical/horizontal cursors:
ln -sf left_side h_double_arrow
ln -sf top_side v_double_arrow

#Qt and KDE hand cursors:
cp hand2 hand2_old
cp hand2 hand
ln -sf hand hand1
ln -sf hand hand2
ln -sf hand1 9d800788f1b08800ae810202380a0822
ln -sf hand2 e29285e634086352946a0e7090d73106

#DnD cursors:
ln -sf crossed_circle 03b6e0fcb3499374a867c041f52298f0
ln -sf left_ptr 4498f0e0c1937ffe01fd06f973665830

#Working and what's this cursors:
ln -sf left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599
ln -sf left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd
ln -sf left_ptr_watch watch
ln -sf question_arrow d9ce0ab605698f320427677b458ad60b
ln -sf question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408

ln -sf color-picker 90b3018312820b127e5a0b7c8034a301

echo " Done!"



echo " Mission acomplished!"
echo ""
echo " Please RESTART your X to joy the Bluecurve Coursors~ :)"
echo ""

#end of install.sh

  具体为什么,我原来也是随便看了一下,没有深究过,特别是后来的X都有鼠标针阴影,就再了不管了。 有兴趣的朋友不妨试试。 在KDE中设置使用的样式后需要重新登录KDE。
文章评论

共有 0 条评论