gnome的安装文提。。。
请问,在magiclinux下怎样安装gnome?是用源代码安装还是rpm包安装????
有安装过的同志请交流一下,现在正为
此问题头疼,很多依赖gnome的程序用
不了。。。。。:( 在ML1.1F下装上也用不了,ML1.2暂时没打包进来,可下载rpm包回来安装,但
那么多文件,不知道安装次序,据说apt-rpm已port到ML上,可试一下 去官方升级站。
http://auvtech.com/~xinzhen/downloads/apt/magic/
sources.list这样写
rpm http://auvtech.com/~xinzhen/downloads/apt/ magic os updates gnome extras 多谢!我正在测试,有结果的话在发布。。。。。
我家的pc是1.2pre5,笔记本是用1.2pre4 当前版本的apt4rpm还有很多问题,最好先安装上synaptic,查看缺少那些软件包,分别用安装软件包或者删除软件包的方式解决依赖性问题后,才能正常使用apt4rpm。
部分问题的解决办法见FAQ。 反正我目前是能用了,主要是安装了
coreutils
xine
卸载了
XFree86-cursors
xchat-python
在ML1.1F下装上也用不了,ML1.2暂时没打包进来,可下载rpm包回来安装,但
那么多文件,不知道安装次序,据说apt-rpm已port到ML上,可试一下
ml1.1安装tools盘上的gnomeJ是可以用的,只是要打一个补丁 xchat-python 的问题是不是因为依赖于 python2?
也许我还是应该在我的 apt 仓库中提供 xchat 是的,系统安装的是python-2.3.xxx,xchat依赖于python2……
其实是同一个东西,名字不同。 安装gnome2.4的方法
安装环境:MagicLinux 1.2Pre4
1.先安装gnome2的支持库程序:(以下是MagicLinux1.2pre4所缺少的库文件)
xml-common-0.6.3.14
sgml-common-0.6.3.14
opensp-1.5 (devel)
openjade-1.3.2-8
docbook-dtds
docbook-style-dsssl
docbook-style-xsl
mozilla-1.5.1
pwlib / openhh323此两个文件是gnome2的gnome-meeting所要用到的
2.安装了以上的库文件后就可以安装gnome2的主文件了。(以下安装文件是安装的顺序安装的)
libxml2
libxslt
gtkdoc
glib
libIDL
ORBit2
intitool
libbonobo
fontconfig
pango
atk
gtk+
GConf2
gnome-mime-data
gnome-vfs
esound
libgnome
libart_lgpl
libglade
libgnomecanvas
libbonoboui
startup-notifiration
gtk-engineers
metacity
gnome-themes
gnome-desktop
libwnck
gnome-panel
gnome-session
vte
gnome-terminal
scrollkeeper (最好能在上网的环境中安装)
libgtop
gail
gnome-applets(最好能在上网的环境中安装)
libgsf
libcroco
librsvg
eel
libexif
libgnomeprint
libgnomeprintui
eog
nautilus
control-center(没有安装xscreensaver的话就要用--force --nodeps参数)
gtkhtml2
yelp
bng-buddy
gtksourceview
gedit
acme
ggv(最好能在上网的环境中安装)
file-roller
gconf-editor
gnome-utils
gnome-system-monitor
gstreamer
gst-plugins
nautilus-media
gcalctool
gpdf
gucharmap
nautilus-cd-burner
gnome-speech
at-spi
gnome-mag
gnopernicus
gok
epiphay
gnomemeeting
3.安装好以上文件后,就可以修改/etc/sysconfig/desktop,将第一行的DESKTOP的值改为gnome,
然后startx就可以看到gnome2.4的桌面了。
:P 用 apt 吧,能让你有多点时间陪 GF
在ML1.1F下装上也用不了,ML1.2暂时没打包进来,可下载rpm包回来安装,但
那么多文件,不知道安装次序,据说apt-rpm已port到ML上,可试一下
ml1.1安装tools盘上的gnomeJ是可以用的,只是要打一个补丁
打什么补丁?可否具体说一下?
谢谢 开始菜单的补丁,不过现在很难找到了。
easthero1982 写到:
chnh 写到:
在ML1.1F下装上也用不了,ML1.2暂时没打包进来,可下载rpm包回来安装,但
那么多文件,不知道安装次序,据说apt-rpm已port到ML上,可试一下
ml1.1安装tools盘上的gnomeJ是可以用的,只是要打一个补丁
打什么补丁?可否具体说一下?
谢谢
#!/bin/sh
echo "Magic Linux 1.1 GNOME Patch configuration"
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/acme.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_font_rendering.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/eog.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/file-roller.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gedit.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/ggv.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/battstat.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/cdplayer.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/charpick.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/drivemount.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/geyes.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gkb.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gtik.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gweather.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/mini-commander.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/modemlights.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/multiload.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/CDDB-Slave2.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-cd.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-sound-recorder.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-volume-control.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/clock.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/fish.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-panel-screenshot.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/mailcheck.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/pager.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/panel-global-config.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/panel-per-panel-config.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/tasklist.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-session.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-system-monitor.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gdict.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gfloppy.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/logview.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/system_http_proxy.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gstreamer.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gthumb.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_applications_browser.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_applications_help_viewer.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_applications_terminal.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_applications_window_manager.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_background.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_file_views.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_interface.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_peripherals_mouse.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_sound.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_thumbnailers.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/desktop_gnome_url_handlers.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/metacity.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/apps_nautilus_preferences.schemas > /dev/null
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gst-thumbnail.schemas > /dev/null
chmod 755 -R /etc/gconf
echo "Done"
把以上文件存为gnome-patch.sh,再sh gnome-patch.sh
把以上文件存为gnome-patch.sh,再sh gnome-patch.sh
用这个文件搞定了。谢谢。
不过还是有一个问题:每次在 gnome 或 KDE 里打开一个终端,在终端的顶端都会出现一句莫名其妙的英文句子,每次都不一样。不知道这是怎么回事?有没有什么办法解决?
谢了先。
页:
[1]
2