Sunday, February 24, 2008

Installing xfce-installer on new Linux From Scratch

I wanted to install xfce4-4.4.1-installer.run on the new system.
I did a "save link as" to download that one.
I could have done a "parent directory" twice and gotten a more recent version. But I still like the one I got.
Xorg was running around the installations of tidy and xterm in the list below.
Proceeding from there to the end of the list below in the order shown was necessary to solve the dependencies.

lynx2-8-6
bc-1.06
dhcpcd-2.0.8
expat-2.0.0
freetype-2.1.10
fontconfig-2.3.2
Linux-PAM-0.99.4.0
shadow-4.0.15
libpng-1.2.12
xcbuild
nss-3.11.3
zip-2.32
pkg-config-0.20
glib-2.10.3
libIDL-0.8.7
atk-1.11.4
cairo-1.2.4
pango-1.12.3
jpeg-6b
tiff-3.8.2
gtk+-2.8.20
subversion-1.3.1
gpm-1.20.1
libxml2-2.6.26
tidy
xterm
libxslt-1.1.17
XML-Parser-2.34
URI-1.35
tcl8.4-tk8.4
gdbm-1.8.3
openssl-0.9.8d
Python-2.4.4
dbus-0.62
pciutils-2.2.3
wget-1.10.2
which-2.16
hal-0.5.7.1
vte-0.12.2
alsa-lib-1.0.13
xfce installer


Tweak #1:
xfce-installer would appear to fail at the end due to a missing file named update-desktop-database which is not present in a new linux from scratch system.
To get around this problem, I created a "fake" file /usr/bin/update-desktop-database with these contents:
cat >> /var/log/update-desktop-database.log << EOF
$(date)
somebody wanted to do update-desktop-database
EOF

Sure enough, a file /var/log/update-desktop-database.log appeared at the end of xfce-installer and it was happy.
... Later, I learned that installing desktop-file-utils includes the update-desktop-database.

Tweak #2:
To get Thunar to generate thumbnails on xfce4, installed shared-mime-info-0.17

Tweak #3:
Some icons missing and startxfce4 complained.
install hicolor-icon-theme-0.9

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

Click blog title for the latest post