LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 984|回复: 3

请问几个关于linux 的 splash(飞溅屏幕)

[复制链接]
发表于 2006-6-18 12:32:48 | 显示全部楼层 |阅读模式
我使用debian

只知gnome进入加载进度的图片
/usr/share/images/desktop-base
/usr/share/pixmaps/splash/gnome-debian-splash.png

1.请问如何更改 Mozilla / Firefox 的 splash
Picture startup during starting of Mozilla

2.请问如何更改 Evolution 的 splash
Picture startup during starting of Evolution

希望请大家能够把解决问题的方法过程同时告诉我 谢谢!!
 楼主| 发表于 2006-6-19 09:22:17 | 显示全部楼层
evolution splash (Picture startup during starting of Evolution)
项目目的:
splash 译作飞溅屏幕,即启动程序时显示的画面,包括程序的logo及版本开发作者等等。
具体操作过程:
1.2.1 http://www.japie.deserver.nl/ftp/HLFS/Evolution-1.4.6/*
下载源代码包及其补丁文件:evolution-1.4.6.bz2
db3-dont-use-pthread.patch 。
evolution-1.4.6-gcc4.patch
evolution-1.4.6-extra.patch

1.2.2 Install Berkeley DB-3.1.17 by running the following commands:
patch -Np1 -i ../db3-dont-use-pthread.patch &&
cd build_unix &&
../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 --enable-static \
--enable-posixmutexes=no &&
make &&
make install

1.2.3 修改为自己喜欢的图片。
google搜索并下载自己喜欢的图片,并且用gimp软件转换为splash.png。
替换掉源代码包中:evolution-1.4.6/art/splash.png

1.2.4 Install Evolution by running the following commands:
patch -Np1 -i ../evolution-1.4.6-gcc4.patch &&
patch -Np1 -i ../evolution-1.4.6-extra.patch &&
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--with-db3=/opt/db-3.1.17 --enable-openssl=yes \
--enable-ipv6=no --enable-nntp=no --enable-pilot-conduits=no \
--with-openldap=yes &&
make &&
make install
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-19 11:28:15 | 显示全部楼层
只好 #apt-get install mozilla
#mozilla -splash
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-3 12:02:51 | 显示全部楼层
mozilla splash (Picture startup during starting of Mozilla)
项目目的:
splash 译作飞溅屏幕,即启动程序时显示的画面,包括程序的logo及版本开发作者等等。
具体操作过程:
1.3.1 解决mozilla包的依赖关系
apt-get build-dep mozilla

1.3.2 下载并生成源码包:
apt-get update
apt-get -b source mozilla

mozilla-1.7.13/build-tree/mozilla目录即为mozilla源码。

1.3.3 更改splash图片:
图片位置在xpfe/bootstrap/,你可以找一张mozilla的splash图片用gimp软件转成splash.xpm,覆盖掉原来的splash.xpm。

1.3.4 编译安装mozilla

参考网站:http://lfs.phayoune.org/blfs/vie ... aphweb.html#mozilla
export MOZILLA_OFFICIAL="1"
export BUILD_OFFICIAL="1"
export MOZ_CO_PROJECT="suite"

./configure --prefix=/usr \
--with-default-mozilla-five-home=/usr/lib/mozilla \
--with-system-zlib \
--with-system-png \
--enable-application=suite \
--enable-default-toolkit=gtk2 \
--enable-extensions=all \
--enable-crypto \
--enable-xft \
--enable-xinerama \
--enable-optimize \
--enable-reorder \
--enable-strip \
--enable-cpp-rtti \
--enable-calendar \
--disable-freetype2 \
--disable-accessibility \
--disable-debug \
--disable-tests \
--disable-logging \
--disable-pedantic \
--disable-installer

(You should add the --with-system-jpeg switch to the configure script if you have libjpeg installed.)

make
make install

unset MOZILLA_OFFICIAL
unset BUILD_OFFICIAL
unset MOZ_CO_PROJECT
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表