Results 1 to 3 of 3

Thread: Updating gdk, glib, gtk+, etc libraries has broken my GTK+ window/icon theme

  1. #1
    Join Date
    Dec 2006
    Location
    Blacksburg, VA
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Updating gdk, glib, gtk+, etc libraries has broken my GTK+ window/icon theme

    I was trying to install Audacious 2.5 which required new libraries:
    • gdk-pixbuf-2.22.1
    • glib-2.28.6
    • gtk+-2.24.4
    • libmowgli-60e2589fc14e
    • pango-1.28.4


    I performed the following commands to build them:
    Code:
    ./configure
    make
    sudo make install
    I rebooted and now my current window/icon theme is missing and gives the following error:
    This theme will not look as intended because the required GTK+ theme 'eco' is not installed".
    If I look at synaptic, it shows it as being installed (see screenshot). How do I go about rolling back the library updates I made? I tried reinstalling the themes from synaptic but so far no luck.
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2010
    Location
    Chicago metro
    Beans
    1,310
    Distro
    Ubuntu Development Release

    Re: Updating gdk, glib, gtk+, etc libraries has broken my GTK+ window/icon theme

    This ppa

    https://launchpad.net/~nilarimogard/+archive/webupd8

    has audacious-2.5.0.

    Quote Originally Posted by mercnet View Post
    I performed the following commands to build them:
    Code:
    ./configure
    make
    sudo make install
    How do I go about rolling back the library updates I made?
    this is why you should use checkinstall instead of make install, in order to build a .deb that can be easily removed.

    https://help.ubuntu.com/community/CompilingEasyHowTo

    https://help.ubuntu.com/community/CompilingSoftware

    https://help.ubuntu.com/community/CheckInstall

    You may have to manually remove the files, or look inside the directory that you built in at the makefile, there may be a make uninstall target.
    If this helped you, please take the time to rate the value of this post:
    http://rate.affero.net/andrewthomas/

  3. #3
    Join Date
    Dec 2006
    Location
    Blacksburg, VA
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Updating gdk, glib, gtk+, etc libraries has broken my GTK+ window/icon theme

    Wow thank you so much. Command 'make uninstall' worked and fixed everything. I will now only use checkinstall, thanks for the tip.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •