- 论坛徽章:
- 3
|
小白鼠是OpenBSD4.6
![]()
--- fvwm2-2.4.20 -------------------
In order to use fvwm2 as your window manager, you must change your
.xinitrc or .xsession appropriately and add a line similar to the
following:
exec /usr/local/bin/fvwm2
System wide configuration has been put in
/usr/local/share/fvwm/system.fvwm2rc. To use your own
configuration, copy /usr/local/share/fvwm/system.fvwm2rc to
~/.fvwm2rc and edit it as appropriate.
/*以上文字是在fvwm安装完成以后的提示*/
1.pkg_add -v fvwm2-2.4.20.tgz
/*这个程序在安装的时候还有不少关联的程序,按提示一一添加吧。因为都是tgz文件,我都采取pkg_add方式。*/
2.vi ~/.xinitrc
/*用vi编辑一个文档,也是新建一个文档。*/
添加一行“exec /usr/local/bin/fvwm2”
/*这是添加的内容,其实还有更多,都是关于中文的,先不管。*/
cp /usr/local/share/fvwm/system.fvwm2rc ~/.fvwm2rc
3.startx
/*执行就可以看到桌面管理了,俗称是X-windows。*/
/*就这么三步,走了我一天一夜,高手的文章看不得,越看越迷糊。*/
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/23855/showart_1999861.html |
|