昼夜和云图实时更新

1.下载xplanet-gnome.sh
(from http://nullniveau.org/blog/2010/05/12/x ... for-gnome/)
2.将sh文件放到主文件夹下,根据以下命令操作
mkdir ~/.xplanet
mv xplanet-gnome.sh ~/.xplanet/
cd ~/.xplanet
chmod +x xplanet-gnome.sh
./xplanet-gnome.sh --init
(from http://nullniveau.org/blog/2010/05/12/x ... for-gnome/)
这时会自动下载必要的卫星图片,请耐心等上一段时间

3.终端中加入如下cronjob
*/15 * * * * ~/.xplanet/xplanet-gnome.sh --clouds >/dev/null 2>&1
回车执行
4.加入如下命令到启动项,开机自动运行
Add the following command to
System->Preferences->Startup Applications->Startup Programs
/home/<username>/.xplanet/xplanet-gnome.sh --start
5.修改参数
用Gedit或者Kwrite打开xplanet-gnome.sh
修改第87行 “GEOMETRY=”
根据自己屏幕分辨率修改,长宽比保持2:1
6.下载云图
这时没有添加卫星云图
在~/.xplanet文件夹下,终端运行
sh xplanet-gnome.sh --clouds
自动下载
7.注销后重新登录即可看到效果