DapperXubuntuEspresso
Installing
#40131 (grub-installer fails)
- parted doesn't format the device even if a different fs has been selected within gparted
Installed
nomed@nomed-laptop:~$ sudo apt-get remove gconf2-common Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED capplets-data espresso espresso-frontend-gtk gconf2 gconf2-common gdebi gdm gksu gnome-control-center gnome-menus gnome-session gparted libbonoboui2-0 libcamel1.2-8 libebook1.2-5 libedataserver1.2-7 libegroupwise1.2-9 libgconf2-4 libgdl-1-0 libgdl-1-common libgnome-desktop-2 libgnome-menu2 libgnome2-0 libgnome2-common libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common libmetacity0 libnautilus-extension1 python-gmenu python-gnome2-extras python2.4-gnome2-extras update-manager xubuntu-desktop xubuntu-live 0 upgraded, 0 newly installed, 35 to remove and 9 not upgraded. Need to get 0B of archives. After unpacking 62.8MB disk space will be freed. Do you want to continue [Y/n]?
python2.4-gnome2-extras
- espresso-frontend-gtk
Depends:
libatk1.0-0 (>= 1.9.0),
libc6 (>= 2.3.4-1),
libcairo2 (>= 1.0.2-2),
libfontconfig1 (>= 2.3.0),
libglib2.0-0 (>= 2.10.0),
libgtk2.0-0 (>= 2.8.0),
libpango1.0-0 (>= 1.12.1),
- libx11-6,
libxcursor1 (>> 1.1.2),
- libxext6,
- libxfixes3,
- libxi6,
- libxinerama1,
- libxrandr2,
- libxrender1,
python (<< 2.5),
python (>= 2.4),
- espresso,
python-gnome2-extras, <====
- python-glade2,
gparted (>= 0.1-0ubuntu3),
- espresso-artwork,
- espresso-doc,
- python-gtk2,
- iso-codes
Why ?
gtkui.py
and show_browser:
1 def show_browser(self):
2 """Embed Mozilla widget into a vbox."""
3
4 import gtkmozembed
5
6 widget = gtkmozembed.MozEmbed()
7 local_uri = os.path.join(PATH, 'htmldocs/', self.distro, 'index.html')
8
9 # Loading branding if htmldocs/ brand exists. In other hand Ubuntu Project
10 # website is loaded
11 try:
12 widget.load_url("file://" + local_uri)
13 except:
14 widget.load_url("http://www.ubuntu.com/")
15 widget.get_location()
16 self.stepWelcome.add(widget)
17 widget.show()
firefox
- small fonts (maybe it's me): difficult to read pages
wrong about page (file:///usr/share/ubuntu-artwork/home/index-en_GB.html)
DanieleFavara/DapperXubuntuEspresso (last edited 2008-08-06 17:01:43 by localhost)