View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#21
Okay. Let's see if we can't bang out an answer to all of this hot mess.

Code:
dpkg -s librsvg2-common
Package: librsvg2-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 156
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.12.12-1osso10), libgtk2.0-0 (>= 2:2.10.12-0osso15), librsvg2-2 (= 2.18.2-1terje2)
Conflicts: gnome-games (<< 1:2.12)
Description: SAX-based renderer library for SVG files (extra runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures.
This package includes the gdk-pixbuf loader and a GTK+ engine, allowing to load SVG images transparently inside GTK+ applications.
No idea why I have gnome-games installed. Maybe this comes as a default with Diablo?

Code:
dpkg -s librsvg2-2
Package: librsvg2-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 280
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Depends: libc6 (>= 2.5.0-1), libcairo2 (>= 1.4.10), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.12.12-1osso10), libgtk2.0-0 (>= 2:2.10.12-0osso15), libpango1.0-0 (>= 1.16.4), libxml2 (>= 2.6.27)
Suggests: librsvg2-bin
Conflicts: librsvg2-common (<< 2.12)
Description: SAX-based renderer library for SVG files (runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures.
This package contains the runtime library, necessary to run applications using librsvg.
Could this possibly be the issue?

Code:
dpkg -s libart-2.0-2
Package: libart-2.0-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 184
Maintainer: Thomas Schmidt <tschmidt@debian.org>
Architecture: armel
Source: libart-lgpl
Version: 2.3.17-1diablo1
Depends: libc6 (>= 2.5.0-1)
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications.
Code:
dpkg -s gnome-python-desktop
Package: gnome-python-desktop
Status: install ok installed
Priority: extra
Section: python
Installed-Size: 192
Maintainer: Michael Thompson <michaelnt@gmail.com>
Architecture: armel
Version: 2.25.91-1
Depends: libc6 (>= 2.5.0-1), libcairo2 (>= 1.4.10), libdbus-1-3 (>= 0.94), libdbus-glib-1-2 (>= 0.74), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.12.12-1osso10), libgtk2.0-0 (>= 2:2.10.12-0osso15), libpango1.0-0 (>= 1.16.4), librsvg2-2 (>= 2.18.1), libxml2 (>= 2.6.27)
Description: Python bindings for the GNOME desktop environment - documentation
This archive contains modules that allow you to write GNOME programs in Python.
Do I have the permissions set correctly for your theme folder?
Your instructions were to start off as root but it was unclear if that was still needed when I untarred the Themes file.


And yeah, it looks like everything is set up correctly on my end so there has to be a small dependency issue here that we're missing.


Well, hopefully your big brain will problem solve this stupid crud you've created.

Thanks for hanging in there with me.