Missing gdk-libpixbuf.loaders??

Hi,
I run Lotus Notes from a 32bit chroot and noticed this error:
(<unknown>:10924): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
In searching for information I ran across this page: http://wiki.archlinux.org/index.php/Usi … _on_Arch64
The bottom puts forth the following solution for "GDK stuff (GdkPixbuf warnings errors criticals, lib32-gtk2 includes the file):"
GDK_PIXBUF_MODULE_FILE="/opt/lib32/config/gdk/gdk-pixbuf.loaders"
Unfortunately, I seem to have no such file anywhere. My searching indicate that it is provided by gtk2, which is installed, but the file itself is not there. I do have a folder full of pixbuf-loaders in /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders...
Creating the file (/etc/gtk-2.0/gdk-pixbuf.loaders) myself using the example here seems to work: http://tinycorelinux.com/forum/index.php?topic=4389.0
I'd still be nice to have the "correct" file. Is this something in how Arch generates gtk2 or something on my end?
Thanks,
John

Let me guess... Lotus Notes is compiled static against libgdk_pixbuf-2.0.so.x and doesn't link to the system library at all.
Current versions of that library store the loaders in a cache file instead of the old .loaders file, and I doubt that your static linked application will be able to load any of the loaders at all, as they're compiled for a newer version.
Edit:
http://www.lotusconnections.org/wordpre … k-issue-8/
Don't know how more modern versions are, but appears that Lotus links dynamic, but includes older version of gtk2 and gdk-pixbuf2. Removing the libraries from the lotus installation should fix that.
Last edited by JGC (2010-10-07 13:55:56)

Similar Messages

  • [SOLVED] gdk-pixbuf-query-loaders Segmentation fault

    When I update my packages via:
    $ yaourt -Syu
    I saw the error:
    Segmentation fault (core dumped)
    Then I found out the problem is about the binary file gdk-pixbuf-query-loaders.
    When I run
    gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
    I get the error
    Segmentation fault (core dumped)
    Is this a bug or did I do something wrong?
    The file /usr/bin/gdk-pixbuf-query-loaders is owned by package gdk-pixbuf2 (2.31.3-1), I tried compiling the package from source myself, that didn't solve the issue.
    I am using kde (new plasma).
    Last edited by th0th (2015-05-10 11:36:42)

    brebs wrote:
    Sounds like Nvidia bug report.
    Have you recompiled cairo with --enable-gl? That's a bad thing to do.
    I was using cairo-ubuntu from AUR. Considering it might be the cause, I tried installing default cairo, it didn't solve the issue.

  • To Whom It May Concern

    don't know if this is necessarily the right channel but just to let the guys know that i have done multiple FTP installs over the past few months and for whatever reason there remains two issues.
    1) the library variable for perl is not setup properly after initial install... one has to reinstall the perl package to fix the problem.
    2) firefox (and others i would assume) don't run because /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/pango/pango.modules are missing after initial install... running gdk-pixbuf-query-loaders and pango-querymodules fixes this.
    other than those two qwerks kudos to the greatest distrib ever... tried em all under the sun till i tried arch never looking bad.

    intrinsic wrote:1) the library variable for perl is not setup properly after initial install... one has to reinstall the perl package to fix the problem.
    2) firefox (and others i would assume) don't run because /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/pango/pango.modules are missing after initial install... running gdk-pixbuf-query-loaders and pango-querymodules fixes this.
    These are both relating to a problem with scriptlets during FTP install that re-reared (yes, that's a word now) its ugly head.  For some reason busybox puts chroot in /usr/bin instead of /usr/sbin so pacman wasn't finding it.
    It's been fixed now, and FTP installs with the 0.7 installer work fine.  Freshly tested.
    Thanks for bringing this to my attention.

  • [SOLVED]Can't get Shadowgrounds to start(It can't find some libraries)

    Yesterday I downloaded the Shadowgrounds demo from linuxgamepublishing.com and installed it. Everything went quite smoothly but when trying to run the game I bumped into this problem:
    $ ./shadowgrounds_demo
    ./shadowgrounds_demo: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory
    So I try to see what the problem is:
    $ ldd shadowgrounds_demo
    linux-gate.so.1 => (0xf7705000)
    libX11.so.6 => /usr/lib32/libX11.so.6 (0xf75a1000)
    libgdk_pixbuf-2.0.so.0 => not found
    libgtk-x11-2.0.so.0 => not found
    libgdk-x11-2.0.so.0 => not found
    libgobject-2.0.so.0 => not found
    libglib-2.0.so.0 => not found
    libgthread-2.0.so.0 => not found
    libgmodule-2.0.so.0 => not found
    libpango-1.0.so.0 => not found
    libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7584000)
    libatk-1.0.so.0 => not found
    libdl.so.2 => /usr/lib32/libdl.so.2 (0xf757f000)
    libgtk-1.2.so.0 => not found
    libXi.so.6 => /usr/lib32/libXi.so.6 (0xf7572000)
    libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7563000)
    libm.so.6 => /usr/lib32/libm.so.6 (0xf7539000)
    libSDL-1.2.so.0 => not found
    libglib-1.2.so.0 => not found
    libgdk-1.2.so.0 => not found
    librt.so.1 => /usr/lib32/librt.so.1 (0xf752f000)
    libcrypt.so.1 => /usr/lib32/libcrypt.so.1 (0xf74fe000)
    libc.so.6 => /usr/lib32/libc.so.6 (0xf7395000)
    libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf737d000)
    /lib/ld-linux.so.2 (0xf7706000)
    libXau.so.6 => /usr/lib32/libXau.so.6 (0xf737a000)
    libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7374000)
    Seems like the game can't acces the libraries it needs but here's the thing: I DO have those libraries installed!
    $ ldd /usr/lib/libgtk-x11-2.0.so.0
    linux-vdso.so.1 => (0x00007fff0b9c7000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00007ffab6a29000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007ffab681c000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007ffab64df000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007ffab62d9000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00007ffab60b7000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007ffab5e08000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007ffab5be6000)
    libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007ffab58a6000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007ffab5679000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007ffab542e000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007ffab51fa000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007ffab4fa9000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007ffab4da5000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007ffab4ab0000)
    libm.so.6 => /lib/libm.so.6 (0x00007ffab482d000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007ffab4610000)
    libc.so.6 => /lib/libc.so.6 (0x00007ffab42b0000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007ffab409d000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007ffab3e93000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007ffab3c91000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00007ffab3a81000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007ffab3879000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007ffab366f000)
    libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00007ffab346c000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007ffab326a000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007ffab3065000)
    librt.so.1 => /lib/librt.so.1 (0x00007ffab2e5c000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007ffab2bc0000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007ffab29a5000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007ffab27a0000)
    libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007ffab252c000)
    libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007ffab2303000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007ffab20e9000)
    libffi.so.5 => /usr/lib/libffi.so.5 (0x00007ffab1ee1000)
    libpcre.so.0 => /lib/libpcre.so.0 (0x00007ffab1ca3000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007ffab1a8b000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007ffab1862000)
    /lib/ld-linux-x86-64.so.2 (0x00007ffab7336000)
    libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x00007ffab1651000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007ffab144f000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007ffab124a000)
    There they are! Why does the game not find them? I would be happy to hear whatever insight people here would have to give about this matter.
    I've done some googling and there are people having some similar problems but not exactly like this. The closest one would be this I guess.
    Well, that still doesn't help me one bit.
    Any ideas?
    I'm using x86-64 Arch and kernel v.3.0.6-2 with KDE.
    + a GTX460 gfx card with nvidia's 285.05.09-1 drivers.
    Last edited by Rayniac (2011-10-18 16:18:24)

    What lib32 libs do you mean? I tried installing lib32-gtk, turned out I already had it and reinstalling didn't help. Also I fail at making that AUR package:
    [rayniac@myhost shadowgrounds-demo]$ makepkg -s
    ==> ERROR: install file () does not exist.
    So I tried to do a bit more reading and I have more questions now...
    https://wiki.archlinux.org/index.php/Us … _on_Arch64
    Archwiki wrote:Note: All libs will be installed under /opt/lib32
    Well they are not. at least on my computer. I got nothing in the /opt/ directory even though I'm supposed to have 32-bit libraries installed >:(
    This is really starting to drive me nuts.
    Something else interesting I found from that page:
    Archwiki wrote:
    Environment Variables
    Some useful Env Variables when running 32bit-applications without chroot:
    For gtk2 input modules and such
    GTK_PATH=/opt/lib32/usr/lib/gtk-2.0/
    For pango (lib32-pango includes these config files)
    PANGO_RC_FILE="/opt/lib32/config/pango/pangorc"
    Iconv (conversion from 'XXXXXXX' is not supported or cannot convert from X to Y -errors)
    GCONV_PATH=/opt/lib32/usr/lib/gconv
    Library paths without having them in /etc/ld.so.conf
    LD_LIBRARY_PATH="/opt/lib32/usr/lib/:/opt/lib32/lib/:$LD_LIBRARY_PATH"
    GDK stuff (GdkPixbuf warnings errors criticals, lib32-gtk2 includes the file)
    GDK_PIXBUF_MODULE_FILE="/opt/lib32/config/gdk/gdk-pixbuf.loaders"
    Could it be that the game is looking for the libraries from a place where the 64-bit libraries are stored and fails because of that?
    If so, how do I point it to the right directory? Could it be done with these enviroment variable thingies?

  • Feedback on amazonmp3 for amd64

    Hey folks, I've put together an amazonmp3 pkgbuild for amd64 machines and I'd like to get some feedback and help polishing it.  It grabs the packages required from the ubuntu repositories and puts everything into /opt/amazonmp3/.  There's also a script /usr/bin/amazonmp3 that sets environmentals and calls the binary in opt.
    Currently I'm not sure if I got all the dependencies correct and several of the files installed I just stole from the current amazonmp3 pkgbuild.
    Not sure why the current amazonmp3 build has x86_64 in arch since it points the boost stuff at /usr/lib and I'm fairly sure we don't have lib32- for boost and gtkmm.
    In any case, once verified I haven't done anything stupid I'll put this up on aur.
    It seems okay as I've tested it on my machine and successfully downloaded an album.
    # Contributor: Chris Schwaab christopher.schwaab gmail
    pkgname=amazonmp3-amd64
    pkgver=1.0.3
    pkgrel=1
    pkgdesc="The MP3 downloader with self contained library deps for amd64."
    url="http://www.amazon.com/gp/dmusic/help/amd.html"
    arch=('x86_64')
    license=('custom')
    depends=('bash' 'lib32-libxdamage' 'lib32-curl' 'lib32-pango' 'lib32-gtk2')
    makedepends=('deb2targz')
    provides=('amazonmp3')
    conflicts=('amazonmp3')
    source=('http://mirrors.kernel.org/ubuntu/pool/main/g/gtkmm2.4/libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/c/cairomm/libcairomm-1.0-1_1.2.4-2_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/g/glibmm2.4/libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/libs/libsigc++-2.0/libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://amazonm-002.vo.llnwd.net/u/d1/clients/amazonmp3_1.0.3~gutsy_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/main/b/bzip2/libbz2-1.0_1.0.4-0ubuntu2.1_i386.deb')
    md5sums=('d3856f10fdecee58656263157ab3b68d'
    'dcc40c10a2ae127e088db9ec08d91e7e'
    'cd8ac50ac2347e9d9408eab68501c5cc'
    '3730b46f495a27598966a864bea8a0ca'
    '0ecf7a773aec14a63e1b7c7169a72c22'
    'ea127e805b17bfc616794c6860bc8304'
    'b9415e35d293f5f28d340cb5fb63d34e'
    '6a02ddcea0b9bb305bfe5ca9311d223a'
    '0a9b986e2e9ba5be7e412e9742688ebb'
    'e19195eb92daaa687cb2072672201c25')
    build() {
    deb2targz libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.deb \
    libcairomm-1.0-1_1.2.4-2_i386.deb \
    libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.deb \
    libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.deb \
    libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libbz2-1.0_1.0.4-0ubuntu2.1_i386.deb \
    amazonmp3_1.0.3~gutsy_i386.deb
    tar -xzf libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.tar.gz
    tar -xzf libcairomm-1.0-1_1.2.4-2_i386.tar.gz
    tar -xzf libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.tar.gz
    tar -xzf libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.tar.gz
    tar -xzf libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libbz2-1.0_1.0.4-0ubuntu2.1_i386.tar.gz
    tar -zxf amazonmp3_1.0.3~gutsy_i386.tar.gz
    mkdir -p $pkgdir/opt/amazonmp3
    mkdir -p $pkgdir/usr/share/doc/amazonmp3
    mkdir -p $pkgdir/usr/share/mime-info/
    tar -cf - -C lib ./ | tar -xf - -C $pkgdir/opt/amazonmp3
    tar -cf - -C usr/lib ./ | tar -xf - -C $pkgdir/opt/amazonmp3
    cat > amazonmp3 <<__EOF__
    #!/bin/bash
    export GTK_PATH=/opt/lib32/usr/lib/gtk-2.0
    export GDK_PIXBUF_MODULE=/opt/lib32/config/gdk/gdk-pixbuf.loaders
    export PANGO_RC_FILE=/opt/lib32/config/pango/pangorc
    export LD_LIBRARY_PATH=/opt/lib32/usr/lib:/opt/amazonmp3:\$LD_LIBRARY_PATH
    /opt/amazonmp3/amazonmp3
    __EOF__
    install -D -m644 usr/share/doc/amazonmp3/license.html \
    $pkgdir/usr/share/licenses/amazonmp3-amd64/license.html
    install -D -m755 amazonmp3 $pkgdir/usr/bin/amazonmp3
    install -D -m755 usr/bin/amazonmp3 $pkgdir/opt/amazonmp3/amazonmp3
    install -D -m644 usr/share/applications/amazonmp3.desktop \
    $pkgdir/usr/share/applications/amazonmp3.desktop
    install -D -m644 usr/share/doc/amazonmp3/* \
    $pkgdir/usr/share/doc/amazonmp3
    install -D -m644 usr/share/mime/packages/amazonmp3.xml \
    $pkgdir/usr/share/mime/packages/amazonmp3.xml
    install -D -m644 usr/share/mime-info/* \
    $pkgdir/usr/share/mime-info/
    install -D -m644 usr/share/mimelnk/audio/x-amzxml.desktop \
    $pkgdir/usr/share/mimelnk/audio/x-amzxml.desktop
    install -D -m644 usr/share/pixmaps/amazonmp3.png \
    $pkgdir/usr/share/pixmaps/amazonmp3.png
    Thanks.
    Last edited by lpjhjdh (2008-12-14 18:52:44)

    Hey thanks a lot! I've now removed everything that I previously needed a chroot for!
    The only issue with the PKGBUILD was that it didn't automatically download and install the dependencies: aka deb2targz, lib32-curl, etc. It just stopped with a "ERROR Could not resolve all dependencies". But as soon as I installed them manually, the rest of the PKGBUILD worked great!
    Thanks!  Look forward to seeing it in the AUR!
    Scott

  • Gnome 2.6 hangs up

    hi,
    i've got some problems concerning "starting gnome 2.6". when i enter startx, a gnome-session will be executed. after a few seconds the gnome 2.6 foot appears on my display, afterwards gnome exit with a few pango errors,
    which aren't logged, so the only thing i can do is to write off these messages directly from my console maybee someone get's an idea and can help me out
    *** ERROR ***: file shape.c line 75 (pango_shape): assertion failed: (glyphs->num_glyphs > 0)
    aborting...
    (gnome_segv:1290): GdkPixbuf-WARNING **:
    Can not open pixbuf loader module file '/etc/gtk-2.0/gdk-pixbuf.loaders': Too many open files
    Pango:/etc/pango/pangorc: Error opening config file: Too many open files
    Pango:/home/itsme/.pangorc: Error opening config file: Too many open files
    ** (gnome_segv:1290): WARNING **:
    No builtin or dynamically loaded modules were found. Pango will not work correctly.
    This probably means there was an error in the creation of:
    '/etc/pango/pango.modules'
    You may be able to recreate this file by running pango-querymodules.
    Fontconfig error: Cannot load default config file
    No fonts found; this probably means that the fontconfig library is not correctly configured.
    You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org
    waiting for X server to shut down
    ok, i've used pango-querymodules. i also did a pacman -Syu, but the error is still there. XFree86.0.log shows no errors and i'm using a XF86Config-4 generated by hwd. btw Xfce works fine.

    skoal wrote:** 2. Google hits, external to these forums, from other distro./linux users will drive their AL curiosity when they read this post for a similiar problem. And, I can't think of a better form of advertising -> (implies) more AL users -> larger AL base -> more work for developers and package maintainers to meet growing demands from more users -> more disdain towards me from developers and package maintainers for encouraging this type of behaviour -> more personal guilt for not getting off my ass and volunteering my help to the AL team -> confusion why I even made this post -> I'm lazy and currently knocking off a few beer bottles of Shiner Bock.
    ROFL             

  • [SOLVED] elementary-icons not working

    Since the png/jpeg update i can not set the elementary-icons as the icon theme.
    It would be nice to know if more people see this problem and if it can be fixed.
    Some discussion has started in the package page (http://aur.archlinux.org/packages.php?ID=30610) but it think its better to try to solve this in a forum thread.
    I am running xfce but another user has the same problem with gnome.
    To me it looks like gtk has some trouble setting the new icon theme (perhaps some trouble with the svg files in elementary-icons) since xfce4-settings-editor shows that /Net/IconThemeName=elementary when i switch, but the icon theme used after that is the gnome icon theme.
    Last edited by cleanrock (2010-02-05 18:53:01)

    cleanrock wrote:
    i solved it, i had to resync gtk2, i think /etc/gtk-2.0/gdk-pixbuf.loaders did not contain the svg loader
    btw, before that i tried reverting back to vanilla cairo but no luck, its weird that resyncing gtk2 to same version fixed it
    klerik, can you test resyncing gtk2 fixes this for you too ?
    I have fixed it installing libjpeg7 from AUR.
    Seems the new version of libpng and libjpeg broke a lot of things...

  • Imlib2 loaders missing

    After removing KDE4 i cannt open any images in any aplication...for instance:
    [tomek@arch ~]$ fbsetbg /home/tomek/Slikice/wall.jpg
    feh WARNING: /home/tomek/Slikice/wall.jpg - No Imlib2 loader for that file format
    feh ERROR: Couldn't load image in order to set bg
    Any ideas? I reinstalled imlib2 but still the same...

    Let me guess... Lotus Notes is compiled static against libgdk_pixbuf-2.0.so.x and doesn't link to the system library at all.
    Current versions of that library store the loaders in a cache file instead of the old .loaders file, and I doubt that your static linked application will be able to load any of the loaders at all, as they're compiled for a newer version.
    Edit:
    http://www.lotusconnections.org/wordpre … k-issue-8/
    Don't know how more modern versions are, but appears that Lotus links dynamic, but includes older version of gtk2 and gdk-pixbuf2. Removing the libraries from the lotus installation should fix that.
    Last edited by JGC (2010-10-07 13:55:56)

  • [SOLVED]Gnome 3.6: Icons are missing after updating

    I did a (somewhat large) update yesterday which seemed to go fine. Since then, I'm missing a bunch of icons from various parts of Gnome. I'll attach some pictures that show what Nautilus looks like and the desktop top right menus. I use Faience icons usually, but changing it back to Gnome default doesn't help. I also deleted all the hidden Gnome configuration files, but that didn't help either.
    This is my pacman log from the upgrade.
    [2013-03-26 22:34] starting full system upgrade
    [2013-03-26 22:43] upgraded bash (4.2.042-3 -> 4.2.045-1)
    [2013-03-26 22:43] upgraded acpid (2.0.18-1 -> 2.0.18-2)
    [2013-03-26 22:43] upgraded art-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded icu (50.1.2-1 -> 51.1-1)
    [2013-03-26 22:43] upgraded boost-libs (1.52.0-1 -> 1.52.0-2)
    [2013-03-26 22:43] upgraded sqlite (3.7.15.2-1 -> 3.7.16-1)
    [2013-03-26 22:43] upgraded libffi (3.0.11-1 -> 3.0.12-1)
    [2013-03-26 22:43] upgraded wayland (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded libgcrypt (1.5.0-3 -> 1.5.1-1)
    [2013-03-26 22:43] upgraded shadow (4.1.5.1-4 -> 4.1.5.1-5)
    [2013-03-26 22:43] upgraded util-linux (2.22.2-1 -> 2.22.2-2)
    [2013-03-26 22:43] upgraded systemd (197-4 -> 198-2)
    [2013-03-26 22:43] upgraded mesa (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] installed mesa-libgl (9.1.1-1)
    [2013-03-26 22:43] upgraded libxi (1.6.2-1 -> 1.7-1)
    [2013-03-26 22:43] upgraded qt4 (4.8.4-13 -> 4.8.4-16)
    [2013-03-26 22:43] upgraded bitcoin-qt (0.8.0-2 -> 0.8.1-1)
    [2013-03-26 22:43] upgraded boost (1.52.0-1 -> 1.52.0-2)
    [2013-03-26 22:43] upgraded gstreamer (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded gst-plugins-base-libs (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libicule.so.50: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded gdk-pixbuf2 (2.26.5-1 -> 2.26.5-2)
    [2013-03-26 22:43] upgraded gst-plugins-good (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded libtracker-sparql (0.14.4-3 -> 0.14.5-1)
    [2013-03-26 22:43] upgraded brasero (3.6.1-1 -> 3.6.1-2)
    [2013-03-26 22:43] upgraded brltty (4.4-3 -> 4.4-4)
    [2013-03-26 22:43] upgraded cgminer (2.11.2-1 -> 2.11.3-2)
    [2013-03-26 22:43] upgraded gnutls (3.1.9-1 -> 3.1.10-1)
    [2013-03-26 22:43] upgraded libcups (1.6.1-6 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded gtk-update-icon-cache (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] gtk-query-immodules-2.0: error while loading shared libraries: libicule.so.50: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded gtk2 (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] upgraded chromium (25.0.1364.172-1 -> 25.0.1364.172-2)
    [2013-03-26 22:43] upgraded polkit (0.109-1 -> 0.110-1)
    [2013-03-26 22:43] warning: /etc/colord.conf installed as /etc/colord.conf.pacnew
    [2013-03-26 22:43] upgraded colord (0.1.28-1 -> 0.1.31-1)
    [2013-03-26 22:43] upgraded colord-gtk (0.1.24-1 -> 0.1.25-1)
    [2013-03-26 22:43] upgraded poppler (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:43] upgraded cups-filters (1.0.30-1 -> 1.0.31-1)
    [2013-03-26 22:43] upgraded cups (1.6.1-6 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded dbus-glib (0.100-1 -> 0.100.2-1)
    [2013-03-26 22:43] upgraded iptables (1.4.16.3-1 -> 1.4.18-1)
    [2013-03-26 22:43] upgraded iproute2 (3.7.0-1 -> 3.8.0-1)
    [2013-03-26 22:43] upgraded dhclient (4.2.4.2-1 -> 4.2.5-1)
    [2013-03-26 22:43] upgraded dnssec-anchors (20120422-1 -> 20130320-1)
    [2013-03-26 22:43] upgraded gconf (3.2.5-3 -> 3.2.6-1)
    [2013-03-26 22:43] upgraded perl (5.16.2-4 -> 5.16.3-1)
    [2013-03-26 22:43] upgraded imagemagick (6.8.2.3-1 -> 6.8.4.0-1)
    [2013-03-26 22:43] upgraded emacs (24.2-4 -> 24.3-1)
    [2013-03-26 22:43] upgraded evolution-data-server (3.6.3-1 -> 3.6.4-1)
    [2013-03-26 22:43] upgraded evolution (3.6.3-1 -> 3.6.4-1)
    [2013-03-26 22:43] warning: /etc/gshadow installed as /etc/gshadow.pacnew
    [2013-03-26 22:43] warning: /etc/group installed as /etc/group.pacnew
    [2013-03-26 22:43] upgraded filesystem (2013.01-3 -> 2013.03-2)
    [2013-03-26 22:43] upgraded flashplugin (11.2.202.273-1 -> 11.2.202.275-1)
    [2013-03-26 22:43] upgraded gconf-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gnome-vfs-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded libgnome-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gconf-sharp-peditors (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gegl (0.2.0-5 -> 0.2.0-6)
    [2013-03-26 22:43] upgraded geoclue (0.12.0-5 -> 0.12.99-1)
    [2013-03-26 22:43] upgraded gettext (0.18.2-1 -> 0.18.2.1-1)
    [2013-03-26 22:43] upgraded git (1.8.1.5-1 -> 1.8.2-1)
    [2013-03-26 22:43] upgraded gnome-common (3.6.0-1 -> 3.7.4-1)
    [2013-03-26 22:43] upgraded gnome-nettool (3.2.0-1 -> 3.2.0-2)
    [2013-03-26 22:43] upgraded gnome-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43]
    [2013-03-26 22:43] (gconftool-2:18619): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-03-26 22:43] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    [2013-03-26 22:43]
    [2013-03-26 22:43] (gconftool-2:18626): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-03-26 22:43] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    [2013-03-26 22:43] upgraded gnome-terminal (3.6.0-1 -> 3.6.1-1)
    [2013-03-26 22:43] upgraded gparted (0.14.1-5 -> 0.15.0-1)
    [2013-03-26 22:43] upgraded gpgme (1.3.1-5 -> 1.3.2-1)
    [2013-03-26 22:43] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not found
    [2013-03-26 22:43] /tmp/alpm_9sCOCH/.INSTALL: line 1: 18644 Segmentation fault (core dumped) usr/bin/dot -c
    [2013-03-26 22:43] upgraded graphviz (2.30.1-1 -> 2.30.1-2)
    [2013-03-26 22:43] upgraded gst-plugins-bad (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded gst-plugins-base (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded harfbuzz (0.9.9-3 -> 0.9.14-1)
    [2013-03-26 22:43] warning: directory permissions differ on var/log/hp/
    filesystem: 777 package: 775
    [2013-03-26 22:43] upgraded hplip (3.13.3-1 -> 3.13.3-2)
    [2013-03-26 22:43] upgraded hwloc (1.6.1-1 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded i3-wm (4.4-2 -> 4.5.1-1)
    [2013-03-26 22:43] upgraded intel-dri (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] upgraded iso-codes (3.38-1 -> 3.41-1)
    [2013-03-26 22:43] warning: /etc/laptop-mode/laptop-mode.conf installed as /etc/laptop-mode/laptop-mode.conf.pacnew
    [2013-03-26 22:43] upgraded laptop-mode-tools (1.62-2 -> 1.63-1)
    [2013-03-26 22:43] upgraded lib32-gettext (0.18.2-1 -> 0.18.2.1-1)
    [2013-03-26 22:43] upgraded lib32-gnutls (3.1.9-1 -> 3.1.10-1)
    [2013-03-26 22:43] upgraded lib32-libcups (1.6.1-1 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded lib32-libxi (1.6.2-1 -> 1.7-1)
    [2013-03-26 22:43] usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded lib32-gtk2 (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] upgraded lib32-libffi (3.0.11-1 -> 3.0.12-1)
    [2013-03-26 22:43] upgraded lib32-systemd (197-1 -> 198-1)
    [2013-03-26 22:43] upgraded lib32-mesa (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] upgraded ncurses (5.9-4 -> 5.9-5)
    [2013-03-26 22:43] upgraded lib32-ncurses (5.9-1 -> 5.9-2)
    [2013-03-26 22:43] upgraded lib32-soundtouch (1.7.1-1 -> 1.7.1-2)
    [2013-03-26 22:43] upgraded lib32-sqlite (3.7.15.2-1 -> 3.7.16-1)
    [2013-03-26 22:43] installed lib32-gstreamer0.10 (0.10.36-2)
    [2013-03-26 22:43] installed lib32-orc (0.4.17-1)
    [2013-03-26 22:43] installed lib32-gstreamer0.10-base (0.10.36-4)
    [2013-03-26 22:43] upgraded lib32-wxgtk (2.8.12-1 -> 2.8.12.1-4)
    [2013-03-26 22:43] upgraded libassuan (2.0.3-1 -> 2.1.0-1)
    [2013-03-26 22:43] upgraded libraw1394 (2.0.7-2 -> 2.1.0-1)
    [2013-03-26 22:43] upgraded libdc1394 (2.1.3-2 -> 2.2.1-1)
    [2013-03-26 22:43] upgraded libdvdcss (1.2.12-1 -> 1.2.13-1)
    [2013-03-26 22:43] upgraded libebml (1.2.2-2 -> 1.3.0-1)
    [2013-03-26 22:43] upgraded libgnome-keyring (3.6.0-1 -> 3.6.0-2)
    [2013-03-26 22:43] Users no longer need to be in the 'camera' group to use camera devices
    [2013-03-26 22:43] upgraded libgphoto2 (2.5.0-1 -> 2.5.1-1)
    [2013-03-26 22:43] upgraded libmatroska (1.3.0-2 -> 1.4.0-1)
    [2013-03-26 22:43] upgraded libproxy (0.4.7-2 -> 0.4.11-1)
    [2013-03-26 22:43] upgraded raptor (2.0.9-1 -> 2.0.9-2)
    [2013-03-26 22:43] upgraded redland (1:1.0.16-1 -> 1:1.0.16-2)
    [2013-03-26 22:43] upgraded libreoffice-common (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-base (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-calc (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-draw (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-gnome (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-impress (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-kde4 (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-math (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-postgresql-connector (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-sdk (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-sdk-doc (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-writer (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libsasl (2.1.23-9 -> 2.1.23-10)
    [2013-03-26 22:43] upgraded libssh (0.5.3-1 -> 0.5.4-1)
    [2013-03-26 22:43] upgraded libwbclient (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:43] upgraded lv2 (1.2.0-1 -> 1.4.0-1)
    [2013-03-26 22:43] upgraded sord (0.10.4-1 -> 0.12.0-1)
    [2013-03-26 22:43] upgraded sratom (0.4.0-1 -> 0.4.2-1)
    [2013-03-26 22:43] upgraded lilv (0.14.4-1 -> 0.16.0-1)
    [2013-03-26 22:43] >>> Updating module dependencies. Please wait ...
    [2013-03-26 22:43] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-03-26 22:43] ==> Building image from preset: 'default'
    [2013-03-26 22:43] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-03-26 22:43] ==> Starting build: 3.8.4-1-ARCH
    [2013-03-26 22:43] -> Running build hook: [base]
    [2013-03-26 22:43] -> Running build hook: [udev]
    [2013-03-26 22:43] -> Running build hook: [autodetect]
    [2013-03-26 22:43] findmnt: /etc/fstab: parse error at line 1
    [2013-03-26 22:43] -> Running build hook: [modconf]
    [2013-03-26 22:43] -> Running build hook: [block]
    [2013-03-26 22:43] -> Running build hook: [filesystems]
    [2013-03-26 22:43] -> Running build hook: [keyboard]
    [2013-03-26 22:43] -> Running build hook: [fsck]
    [2013-03-26 22:43] ==> Generating module dependencies
    [2013-03-26 22:43] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-03-26 22:43] ==> Image generation successful
    [2013-03-26 22:43] ==> Building image from preset: 'fallback'
    [2013-03-26 22:43] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-03-26 22:43] ==> Starting build: 3.8.4-1-ARCH
    [2013-03-26 22:43] -> Running build hook: [base]
    [2013-03-26 22:43] -> Running build hook: [udev]
    [2013-03-26 22:43] -> Running build hook: [modconf]
    [2013-03-26 22:43] -> Running build hook: [block]
    [2013-03-26 22:43] -> Running build hook: [filesystems]
    [2013-03-26 22:43] -> Running build hook: [keyboard]
    [2013-03-26 22:43] -> Running build hook: [fsck]
    [2013-03-26 22:43] ==> Generating module dependencies
    [2013-03-26 22:43] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-03-26 22:43] ==> Image generation successful
    [2013-03-26 22:43] upgraded linux (3.7.10-1 -> 3.8.4-1)
    [2013-03-26 22:44] upgraded linux-headers (3.7.10-1 -> 3.8.4-1)
    [2013-03-26 22:44] upgraded man-pages (3.48-1 -> 3.50-1)
    [2013-03-26 22:44] upgraded morituri (0.2.0-2 -> 0.2.0-4)
    [2013-03-26 22:44] upgraded mpfr (3.1.1.p2-2 -> 3.1.2-1)
    [2013-03-26 22:44] upgraded nemo (1.7.1-2 -> 1.7.2-1)
    [2013-03-26 22:44] upgraded obex-data-server (0.4.6-4 -> 0.4.6-5)
    [2013-03-26 22:44] upgraded openssh (6.1p1-6 -> 6.2p1-1)
    [2013-03-26 22:44] installed python2-speechd (0.7.1-1)
    [2013-03-26 22:44] upgraded orca (3.6.3-2 -> 3.6.3-3)
    [2013-03-26 22:44] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2013-03-26 22:44] upgraded pacman-mirrorlist (20130203-1 -> 20130323-1)
    [2013-03-26 22:44] upgraded perl-http-message (6.03-1 -> 6.06-1)
    [2013-03-26 22:44] upgraded perl-net-http (6.03-1 -> 6.06-1)
    [2013-03-26 22:44] upgraded poppler-glib (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:44] upgraded poppler-qt (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:44] upgraded python2-pycdio (0.19-1 -> 0.19-2)
    [2013-03-26 22:44] upgraded qt5-base (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-jsbackend (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-xmlpatterns (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-declarative (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-webkit (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-script (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-quick1 (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-translations (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-tools (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qtcreator (2.7.0rc-1 -> 2.7.0-1)
    [2013-03-26 22:44] upgraded qtwebkit (2.3.beta2-2 -> 2.3.0-1)
    [2013-03-26 22:44] upgraded redland-storage-virtuoso (1:1.0.16-1 -> 1:1.0.16-2)
    [2013-03-26 22:44] upgraded ruby (1.9.3_p392-1 -> 2.0.0_p0-1)
    [2013-03-26 22:44] upgraded smbclient (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:44] upgraded samba (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:44] upgraded sg3_utils (1.33-1 -> 1.35-1)
    [2013-03-26 22:44] upgraded skype (4.1.0.20-5 -> 4.1.0.20-6)
    [2013-03-26 22:44] upgraded slim (1.3.5-1 -> 1.3.5-2)
    [2013-03-26 22:44] installed lib32-mesa-libgl (9.1.1-1)
    [2013-03-26 22:44] if you are running x86_64, you need the lib32 opt depends for your driver
    [2013-03-26 22:44]
    [2013-03-26 22:44] if you are having problems with the steam license, remove .steam and .local/share/Steam
    [2013-03-26 22:44] upgraded steam (1.0.0.35-1 -> 1.0.0.36-1)
    [2013-03-26 22:44] upgraded sudo (1.8.6.p7-1 -> 1.8.6.p7-2)
    [2013-03-26 22:44] upgraded suil (0.6.10-2 -> 0.6.12-1)
    [2013-03-26 22:44] upgraded systemd-sysvcompat (197-4 -> 198-2)
    [2013-03-26 22:44] upgraded texinfo (5.0-1 -> 5.1-1)
    [2013-03-26 22:44] >>> texlive: updating the filename database...
    [2013-03-26 22:44] mktexlsr: Updating /etc/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Done.
    [2013-03-26 22:44] recreating all formats... done.
    [2013-03-26 22:44] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2013-03-26 22:44] upgraded texlive-bin (2012.0-7 -> 2012.0-8)
    [2013-03-26 22:44] upgraded tigervnc (1.2.0-11 -> 1.2.0-12)
    [2013-03-26 22:44] upgraded tp_smapi (0.41-14 -> 0.41-15)
    [2013-03-26 22:44] upgraded upower (0.9.19-1 -> 0.9.20-1)
    [2013-03-26 22:44] upgraded tracker (0.14.4-3 -> 0.14.5-1)
    [2013-03-26 22:44] upgraded tzdata (2013a-1 -> 2013b-1)
    [2013-03-26 22:44] installed guisu (0.5-1)
    [2013-03-26 22:44] upgraded unetbootin (583-4 -> 583-5)
    [2013-03-26 22:44] upgraded vim-runtime (7.3.798-1 -> 7.3.834-1)
    [2013-03-26 22:44] upgraded vim (7.3.798-1 -> 7.3.834-1)
    [2013-03-26 22:44] In order to use the new version, reload all virtualbox modules manually.
    [2013-03-26 22:44] upgraded virtualbox-host-modules (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded virtualbox (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded virtualbox-guest-iso (4.2.8-1 -> 4.2.10-1)
    [2013-03-26 22:44] upgraded virtualbox-guest-modules (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded webkitgtk2 (1.10.2-2 -> 1.10.2-3)
    [2013-03-26 22:44] upgraded webkitgtk3 (1.10.2-2 -> 1.10.2-3)
    [2013-03-26 22:44] upgraded wine (1.5.25-2 -> 1.5.26-1)
    [2013-03-26 22:44] upgraded xdg-user-dirs-gtk (0.9-1 -> 0.10-1)
    [2013-03-26 22:44] upgraded xf86-input-evdev (2.7.3-2 -> 2.8.0-1)
    [2013-03-26 22:44] upgraded xf86-video-intel (2.21.3-1 -> 2.21.5-1)
    [2013-03-26 22:44] upgraded xmms2 (0.8DrO_o-9 -> 0.8DrO_o-10)
    [2013-03-26 22:44] upgraded xorg-server-common (1.13.3-1 -> 1.14.0-2)
    [2013-03-26 22:44] upgraded xorg-server (1.13.3-1 -> 1.14.0-2)
    [2013-03-26 22:45] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2013-03-26 22:45] Running 'pacman -Rdd mesa-libgl lib32-mesa-libgl'
    [2013-03-26 22:45] removed lib32-mesa-libgl (9.1.1-1)
    [2013-03-26 22:45] removed mesa-libgl (9.1.1-1)
    [2013-03-26 22:45] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2013-03-26 22:45] installed nvidia-utils (313.26-1)
    [2013-03-26 22:45] In order to use nvidia module, reboot the system.
    [2013-03-26 22:45] installed nvidia (313.26-2)
    [2013-03-26 22:45] installed lib32-nvidia-utils (313.26-1)
    Any ideas on what might have caused this?
    Last edited by themusicalduck (2013-03-27 16:12:28)

    hadrons123 wrote:
    Sorry my bad
    its
    pacman -S librsvg
    themusicalduck wrote:That did it. Thanks!
    I had the same problem and nemo/nautilus was crashing in a segfault few seconds after starting, now all works fine, thanks! :-)

  • Elisa for i586: try to build gdk-pixbuf, error with libtool

    Hi there!
    I set up Archlinux on my Barebone, great job with the "new" i586 repo!
    i try to build to build the packages on my laptop by simply editing my makepkg.conf to:
    CARCH="i586"
    CHOST="i586-pc-linux-gnu"
    CFLAGS="-march=i586 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=i586 -mtune=generic -O2 -pipe"
    this works for me for freevo, mplayer and many other programs. but now i tried to install elisa on this machine, everything build correct, but when i start elisa, i only get:
    #--> elisa
    Launcher core version: 0.5.29
    /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import itertools, md5
    Current core version: 0.5.29
    /usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34: UserWarning:
    ClassInitMeta class is deprecated
    warn("ClassInitMeta class is deprecated")
    Traceback (most recent call last):
    File "/usr/bin/elisa", line 8, in <module>
    load_entry_point('elisa==0.5.29', 'gui_scripts', 'elisa')()
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 380, in main
    Launcher().main(sys.argv)
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 83, in main
    return self.main_after_voodoo(argv)
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 224, in main_after_voodoo
    self.run_application()
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 351, in run_application
    application = Application(self.options)
    File "/usr/lib/python2.6/site-packages/elisa/core/application.py", line 228, in __init__
    self._splash = SplashScreen()
    File "/usr/lib/python2.6/site-packages/elisa/core/utils/splash_screen.py", line 74, in __init__
    pixbuf = gtk.gdk.pixbuf_new_from_file(LOGO_PATH_SQUARE)
    glib.GError: Couldn't recognize the image file format for file '/usr/lib/python2.6/site-packages/elisa/core/data/splash_screen_square.png'
    gtk, gdk an anything else is build correct, so i thought, maybe there is something wrong with gdk-pixbuf. i don't post this thread in the i586 subforum, because i have the same problems building it for i686 arch, too! i fetch the newest pkgbuild from abs, heres the output:
    `--> makepkg
    ==> Making package: gdk-pixbuf 0.22.0-4 i586 (Wed Mar 4 00:26:53 CET 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found gdk-pixbuf-0.22.0.tar.bz2 in build dir
    -> Found gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch in build dir
    -> Found gdk-pixbuf-0.22.0-bmp_secure.patch in build dir
    -> Found gdk-pixbuf-0.22.0-loaders.patch in build dir
    -> Found gdk-pixbuf-0.22.0-m4.patch in build dir
    ==> Validating source files with md5sums...
    gdk-pixbuf-0.22.0.tar.bz2 ... Passed
    gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch ... Passed
    gdk-pixbuf-0.22.0-bmp_secure.patch ... Passed
    gdk-pixbuf-0.22.0-loaders.patch ... Passed
    gdk-pixbuf-0.22.0-m4.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f gdk-pixbuf-0.22.0.tar.bz2
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file gdk-pixbuf/io-bmp.c
    patching file gdk-pixbuf/io-bmp.c
    Hunk #1 succeeded at 883 (offset 7 lines).
    patching file gdk-pixbuf/io-ico.c
    patching file gdk-pixbuf/io-xpm.c
    patching file gdk-pixbuf.m4
    checking for a BSD compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... found
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for executable suffix...
    checking for object suffix... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    checking how to run the C preprocessor... gcc -E
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for strerror in -lcposix... no
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD compatible install... /bin/install -c
    checking whether ln -s works... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for X... libraries , headers
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for glib-config... /usr/bin/glib-config
    checking for GLIB - version >= 1.2.0... yes
    checking for gtk-config... /usr/bin/gtk-config
    checking for GTK - version >= 1.2.0... yes
    checking whether make is GNU Make... yes
    checking for gnome-config... no
    Not building GnomeCanvasPixbuf library
    checking whether to build gmodulized gdk-pixbuf... yes
    checking whether dynamic modules work... libtool: line 397: CDPATH: command not found
    yes
    checking for location of rgb.txt database... /usr/lib/X11/rgb.txt
    checking for TIFFReadScanline in -ltiff... yes
    checking for tiffio.h... yes
    checking for jpeg_destroy_decompress in -ljpeg... yes
    checking for jpeglib.h... yes
    checking for jpeg_simple_progression in -ljpeg... yes
    checking for png_read_info in -lpng... yes
    checking for png.h... yes
    checking for png_structp in png.h... yes
    checking for ANSI C header files... yes
    checking for dirent.h that defines DIR... yes
    checking for opendir in -ldir... no
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking return type of signal handlers... void
    checking for gtkdoc-mkdb... true
    checking gtk-doc version (1.10) >= 0.6... yes
    checking for db2html... false
    checking for x86 platform... yes
    checking compiler support for MMX... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating gdk-pixbuf.spec
    config.status: creating gdk-pixbuf/Makefile
    config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
    config.status: creating gdk-pixbuf/pixops/Makefile
    config.status: creating gdk-pixbuf-config
    config.status: creating demo/Makefile
    config.status: creating doc/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    make all-recursive
    make[1]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
    Making all in gdk-pixbuf
    make[2]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
    Making all in pixops
    make[3]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
    /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../gdk-pixbuf -march=i586 -mtune=generic -O2 -pipe -c pixops.c
    ../../libtool: line 397: CDPATH: command not found
    ../../libtool: line 1075: func_opt_split: command not found
    libtool: Version mismatch error. This is libtool 2.2.6, but the
    libtool: definition of this LT_INIT comes from an older release.
    libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
    libtool: and run autoconf again.
    make[3]: *** [pixops.lo] Error 63
    make[3]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
    make: *** [all-recursive-am] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    i really dont know what went wrong here. maybe one of you could try to build this, so i know there is something wrong with my machine. i also tried to build this package on the barebone itself, but there is the same error, too.
    thank you very much for your help!
    andieh

    hi stefan, thank you for your reply.
    there is no ./autogen.sh, and autoreconf gives me the following output. i tried aclocal and autoconf, too, but also no success...
    autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
    autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
    autoheader: WARNING: is deprecated and discouraged.
    autoheader:
    autoheader: WARNING: Using the third argument of `AC_DEFINE' and
    autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
    autoheader: WARNING: `acconfig.h':
    autoheader:
    autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
    autoheader: [Define if a function `main' is needed.])
    autoheader:
    autoheader: WARNING: More sophisticated templates can also be produced, see the
    autoheader: WARNING: documentation.
    demo/Makefile.am: required file `./depcomp' not found
    demo/Makefile.am: `automake --add-missing' can install `depcomp'
    doc/Makefile.am:160: blank line following trailing backslash
    gdk-pixbuf/Makefile.am:121: `libexecdir' is not a legitimate directory for `LTLIBRARIES'
    gdk-pixbuf/Makefile.am:70: variable `libpixbufloader_tiff_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:70: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:56: variable `libpixbufloader_ico_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:56: library has `libpixbufloader_ico_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:63: variable `libpixbufloader_ras_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:63: library has `libpixbufloader_ras_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:49: variable `libpixbufloader_gif_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:49: library has `libpixbufloader_gif_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:28: variable `libpixbufloader_png_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:28: library has `libpixbufloader_png_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:77: variable `libpixbufloader_pnm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:77: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:42: variable `libpixbufloader_xpm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:42: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:91: variable `libpixbufloader_xbm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:91: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:84: variable `libpixbufloader_bmp_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:84: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:35: variable `libpixbufloader_jpeg_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:35: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:76: variable `libpixbufloader_pnm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:76: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:69: variable `libpixbufloader_tiff_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:69: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:41: variable `libpixbufloader_xpm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:41: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:62: variable `libpixbufloader_ras_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:62: library has `libpixbufloader_ras_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:90: variable `libpixbufloader_xbm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:90: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:83: variable `libpixbufloader_bmp_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:83: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:27: variable `libpixbufloader_png_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:27: library has `libpixbufloader_png_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:34: variable `libpixbufloader_jpeg_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:34: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:48: variable `libpixbufloader_gif_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:48: library has `libpixbufloader_gif_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:55: variable `libpixbufloader_ico_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:55: library has `libpixbufloader_ico_la' as canonic name (possible typo)
    /usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
    /usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
    /usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
    gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCAS' is undefined
    gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
    gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
    gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCASFLAGS' is undefined
    gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
    gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
    autoreconf: automake failed with exit status: 1

  • Pacman fails on package android-glass-gdk-19

    Upon trying to run makepkg -s on this package https://aur.archlinux.org/packages/android-platform-19/
    I encounter the following error:
    [charles@cat android-glass-gdk-19]$ ls
    PKGBUILD  source.properties.xz
    [charles@cat android-glass-gdk-19]$ makepkg -s
    ==> Making package: android-glass-gdk-19 xe22_r11-1 (Fri Feb 20 01:12:46 EST 2015)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: android-platform-19
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [charles@cat android-glass-gdk-19]$
    perhaps anyone has any suggestions?

    Oh okay, perhaps there is a way around this? I can see that the android-platform-19 target is not found, how can I get pacman to install this?
    I can tell by your shorthanded response I should perhaps take my question to the newbie corner?

  • [Solved] Missing icons in GTK apps?

    I'm missing some icons in GTK2 apps. Fbpanel doesn't have any task icons, and Gaim doesn't have buddy icons. There might be more, but those are the ones I've noticed so far....
    I just reinstalled Arch using the pacman -r method, so I think I missed some packages....   :oops:
    Also, although it doesn't belong here, what package provides the "killall" command? I need that one too...

    Fixed it. Pacman -S gdk-pixbuf and all was well. I figured it out after looking at the X log and realizing I was getting pixbuf errors. Doh!

  • Functional change between GDK and EDK?

    Hi,
    I've already made tens of portlets using the ASP.Net GDK but I use the newer EDK for the ones I create now. I saw a few functional differences and I'd like to know if I'm mistaken or not.
    With GDK, my pages inherit from "Plumtree.Remote.Csp.UI.Page" and under the hood, the context is created (SettingsManager) automatically. Apparently, this is not the case anymore with the EDK. Am I correct?
    According to the EDK doc, I need to call "PortletContextFactory.CreatePortletContext(Request,Response)" for such purpose. Still correct?
    The other more important change is that with the GDK, the language of the current thread is automatically set to the language passed by the portal in the "Accept-Language" HTTP header. This is not the case anymore, to my knowledge, and I found out that I need to insert this:
    String sLanguage = HttpContext.Current.Request.UserLanguages[0];System.Threading.Thread.CurrentThread.CurrentCulture=new System.Globalization.CultureInfo(sLanguage);
    Is this correct or did I miss something?
    Thanks beforehand - Fred

    With GDK, my pages inherit from "Plumtree.Remote.Csp.UI.Page" and under the hood, the context is created (SettingsManager) automatically. Apparently, this is not the case anymore with the EDK. Am I correct?
    According to the EDK doc, I need to call "PortletContextFactory.CreatePortletContext(Request,Response)" for such purpose. Still correct?
    -- Yes, correct. In the EDK, no SettingsManager is used, and the functionality is wrapped into IPortletRequest and IPortletResponse.
    The other more important change is that with the GDK, the language of the current thread is automatically set to the language passed by the portal in the "Accept-Language" HTTP header. This is not the case anymore, to my knowledge, and I found out that I need to insert this:
    String sLanguage = HttpContext.Current.Request.UserLanguages[0];System.Threading.Thread.CurrentThread.CurrentCulture=new System.Globalization.CultureInfo(sLanguage);
    Is this correct or did I miss something?
    -- You do not need to use the HttpContext object of .NET. The Plumtree EDK allows you to retrieve the language as follows: The portal language is stored in a User Pref named "strLocale". A remote portlet can read this User Pref.The only point to note is that, as with all User Prefs, you must ensure that the specific prefs are sent to the portlet in the Portlet Web Service registration.
    PortletRequest.GetSettingValue(Plumtree.Remote.Portlet.SettingType.User, "strTimeZone")

  • Performance Improvement between GDK and EDK portlets

    Are there any performance improvements to be expected by migrating a portlet from using the GDK library to EDK library? Not looking at what GDK and EDK offers, more on whether we would improve the load time of a portal page if we change a portlet from GDK to EDK.....

    With GDK, my pages inherit from "Plumtree.Remote.Csp.UI.Page" and under the hood, the context is created (SettingsManager) automatically. Apparently, this is not the case anymore with the EDK. Am I correct?
    According to the EDK doc, I need to call "PortletContextFactory.CreatePortletContext(Request,Response)" for such purpose. Still correct?
    -- Yes, correct. In the EDK, no SettingsManager is used, and the functionality is wrapped into IPortletRequest and IPortletResponse.
    The other more important change is that with the GDK, the language of the current thread is automatically set to the language passed by the portal in the "Accept-Language" HTTP header. This is not the case anymore, to my knowledge, and I found out that I need to insert this:
    String sLanguage = HttpContext.Current.Request.UserLanguages[0];System.Threading.Thread.CurrentThread.CurrentCulture=new System.Globalization.CultureInfo(sLanguage);
    Is this correct or did I miss something?
    -- You do not need to use the HttpContext object of .NET. The Plumtree EDK allows you to retrieve the language as follows: The portal language is stored in a User Pref named "strLocale". A remote portlet can read this User Pref.The only point to note is that, as with all User Prefs, you must ensure that the specific prefs are sent to the portlet in the Portlet Web Service registration.
    PortletRequest.GetSettingValue(Plumtree.Remote.Portlet.SettingType.User, "strTimeZone")

  • Firefox Crashing - GDK / Flashplugin Issue???

    Firefox has started to randomly crash after installing Macromedia's flash plugin 7.
    I get:
    (firefox-bin:2156): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?)
    [nesta@Bronson ~]$ /opt/mozilla/lib/firefox-1.0.4/run-mozilla.sh: line 159:  2156 Segmentation fault      "$prog" ${1+"$@"}
      I've tried using Arch's flashplugin package and the downloaded one from Firefox's missing plugin feature.  Both cause the crash.
       Is this an Arch bug?? Should I file a report?
    kernel = 2.6.12.3 ,  8k stack sizes

    ** UPDATE **
      While I originally thought this was related to Macromedia Flash Plugin.. it's not. After removing the plugin.. and ALL plugins.. Removing firefox (including ~/.mozilla)  Re-installing GTK2 (currently 2.6.8-1)  ... I get the SAME error ... and same Segfaults when browsing multiple pages @  linux.com /  newsforge.com / itmj.com   ((which can't be hapenning  ))
      I noticed a bug report was filed out @ debian.org  but not much has happened.
    Is the latest GTK broken?
    REPEAT --
    If you get the the (firefox-bin:3847): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) error message when running firefox from a *TERMINAL*  -->
    go to http://www.itmj.com/
      and open 6 or so stories in a new tab.  Do you get a segfault ??
    Brice

Maybe you are looking for

  • HP proudly announces the first "Meet the Experts" on line chat event: "Wireless and Network Printing 101"

    Greetings! See details of the upcoming Meet the Experts on line chat event Topic: Meet the Experts: Wireless and Network Printing 101  click below link for more details! March 16 chat event Looking forward to seeing you there! DaniW HP Forum Admin --

  • Iphoto spins/white screen when I plug in External drive.

    Everything on the External works; Ex) The videos, etc work on the external drive, just Iphoto does not open. The Iphoto on the desk top works. The Iphoto on the external does not. When: Video from a kids toy camera was uploaded days ago, the issue ha

  • How i upload video on my iphone3g

    hei Every One I can not  upload Video  my itunes Library  Otherhand i can not upload to video on my iphone. The problem is facing some days before when im trying to update ios 4.1.1 to 4.2 but it was not Success. now my phone have ios 4.1 So please l

  • Video cannot be played

    I just got the Charge this week and although I am able to record a video, I can't play any videos.  This includes footage I've shot myself using the phone's camera as well as HBO or YouTube.  I'm wondering if anyone else has had a similar problem?  I

  • Read application item from LDAP

    We are using OpenLDAP authorization. The configuration data resides in the APEX authorization definition. Now my question: should it be feasible to read further attributes from the user logging in, without the need to redundantly define host, base dn