资源共享:我的ubuntu 使用历程(9-Rox panel)

各种窗口管理器和美化相关
回复
tawie
帖子: 132
注册时间: 2005-10-23 21:46
来自: 深圳

资源共享:我的ubuntu 使用历程(9-Rox panel)

#1

帖子 tawie » 2006-02-18 15:35

1.安装libgtk2.0-dev,libwnck-dev,libxml2-dev,python2.4-dbus,python2.4-dev

# apt-get install libgtk2.0-dev
# apt-get install libwnck-common libwnck-dev
# apt-get install libxml2-dev
# apt-get install python2.4-dbus
# apt-get install python2.4-dev

2.修改配置文件:/etc/X11/Xsession.d/99xorg-common-start

# vi /etc/X11/Xsession.d/99xorg-common-start

加入以下代码:

rox -p Default &
rox --bottom=mypanel
exec $STARTUP


3.启动x,现在可以配置rox panel.
4.安装ROX-Lib2 ,到网站:http://rox.sourceforge.net/snapshots/下载最新的ROX-Lib2.tgz
安装步骤:
Extract the `rox-lib' archive and drag it into one of the following directories:

* /lib (create 'lib' in your home directory first if needed)
* /usr/local/lib
* /usr/lib

简单的步骤如下:
# tar zxvf ROX-Lib2.tgz
# mv ROX-Lib2 /usr/lib


5.安装xdg-menu:
到网站:http://www.freedesktop.org/wiki/Software_2fpyxdg 下载pyxdg-0.15.tar.gz并安装:
# tar zxvf pyxdg-0.15.tar.gz
# cd pyxdg-0.15
# sudo python setup.py install


到网站:http://xdg-menu.sourceforge.net/下载XDG-Menu-1.tgz并安装
1. Extract it (eg, by dragging it to Archive)
2. Drag it to the blank area in the middle of a ROX-Filer panel.
3. The documentation is in the Pager/Help directory.



6.到网站:http://rox.sourceforge.net/snapshots/下载最新的Additional ROX Software,包括
Archive,pager,memo,tasklist等。
安装步骤:
1. Download the archive from http://rox.sourceforge.net/snapshots/
2. Extract it (eg, by dragging it to Archive)
3. Drag it to the blank area in the middle of a ROX-Filer panel.
4. The documentation is in the Pager/Help directory.
回复