Iconitemrenderer icon cache

hi
i have one list in wich i am displaying icon from website which  chnages anytime but when when i reload list or invalidatelistdata my list shows old icon
only after restarting application it shows updated icon
after some search i found that iconitemrenderer cache image so i tried setting cachePolicy to off but also its not working
i want to disable cache how to do it im mobile application
or any other solution
same image i tried to load in decoder it updates after refresh 
if its not possible how to scale image in decorator

In order to turn off caching in IconItemRenderer you will need to subclass it and override createIconDisplay.  For example:
package
    import spark.components.IconItemRenderer;
    import spark.core.ContentCache;
    public class NoCacheIconItemRenderer extends IconItemRenderer
        * When the icon display is created turn off the caching of its
        * contentCache so it doesn't cache images.
        override protected function createIconDisplay():void
            super.createIconDisplay();
            var contentCache:ContentCache = iconDisplay.contentLoader as ContentCache;
            if (contentCache)
                contentCache.enableCaching = false;

Similar Messages

  • Where is Safari's shortcut icon cache?

    I have created a web page with a "shortcut icon", that little icon to the left of the URL in the address bar. However, I didn't like the design and modified the icon.
    Now it seems impossible to make Safari understand that there is a new icon. I have emptied all caches I could think of, and I have deleted files manually from <myuser>/Library/Application Support and Preferences. Still that icon remains as it was.
    The problem is somewhere with my main user account. If I log in with a different MacOS account, the new icon is there in all its humble glory.
    Does anyone know where this kind of information could be stored?

    I have created a web page with a "shortcut icon"
    These icons are called "favicons". Sometimes, just clearing your cache and reloading your page will get your revised favicon to appear. Sometimes simply reloading the page will do it. The last time I worked on my favicon, reloading the page worked for me, but others have said it did not work for them.
    Deleting the icons cache is the most extreme measure, but will do the trick and the favicons will reappear as you visit web sites.

  • The GTK icon cache conspiracy

    I've wondered for a while why GTK (both 2 and 3) seem so slow even on (relatively) powerful computers.
    I've also wondered why stock Slackware is very responsive... And why it is equally slow to boot.
    Turns out all those things are connected. GTK uses a cache file that helps it access icons. Keep the cache updated with gtk-update-icon-cache, and GTK wil be fast. Do not use the cache, and it will be slow.
    Slackware solves this by running the cache updater on boot. Especially with Slack's completely non-parallel init system, this slows things down a bit, but makes for a very response Xfce desktop.
    Most other major distros... Don't seem to deal with this. Debian and Fedora at least do not, and I'm pretty sure Ubuntu doesn't either.
    That's reasonable for a DIY distro like Arch, or if you're running a server without X. Otherwise, though, I have to wonder what gives, because users will definitely be left wondering why their desktop is slower than Windows 7 on the same hardware. Why not e.g. package a cache-updating script for desktop users, and run it as a daily cron job? Heck, why not package it as an initscript? Slackware's initscripts do nothing in parallel, but most desktop distributions boot quite fast, and that shouldn't be compromised by updating the icon caches.
    Is there any particular reason why nobody (other than Pat Volkerding and company) does this as part of a default desktop setup? Other than that it doesn't help KDE and Qt applications, perhaps?

    On my Arch system I grepped my local repo PKGCHECK files (output of namcap for the package) to find packages that seemed to lack the call to gtk-update-icon-theme:
    firefox-kde-opensuse/PKGCHECK:firefox-kde-opensuse E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    frescobaldi/PKGCHECK:frescobaldi E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    gpodder/PKGCHECK:gpodder E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    hicolor-icon-theme/PKGCHECK:hicolor-icon-theme E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    imagination/PKGCHECK:imagination E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    qjackctl/PKGCHECK:qjackctl E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    qtractor/PKGCHECK:qtractor E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    razor-qt/PKGCHECK:razor-qt E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    v4l-utils/PKGCHECK:v4l-utils E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    videocatcher/PKGCHECK:videocatcher E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
    It's a fairly short list actually.  Most Arch packages seem to update the cache properly:
    clementine/clementine.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    dconf/dconf.install: gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    dia/dia.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    djvulibre/djvulibre.install: if [ -x usr/bin/gtk-update-icon-cache ]; then
    djvulibre/djvulibre.install: gtk-update-icon-cache -q -f usr/share/icons/hicolor
    emacs/emacs.install: gtk-update-icon-cache -q -t -f ${ICON_PATH}
    emacs/emacs.install: gtk-update-icon-cache -q -t -f ${ICON_PATH}
    flashplugin/flashplugin.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    geany/geany.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    genius/genius.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    glade/glade.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    gnome-disk-utility/gnome-disk-utility.install: gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    gnome-icon-theme/gnome-icon-theme.install: gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
    gnome-icon-theme-symbolic/gnome-icon-theme-symbolic.install: gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
    google-chrome/google-chrome.install: gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    gparted/gparted.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    gparted/gparted.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    gpodder/gpodder.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    gpodder/gpodder.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    handbrake/handbrake.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    jokosher/jokosher.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    meld/meld.install: gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    roxterm/roxterm.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    sawfish/sawfish.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    sawfish/sawfish.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    xarchiver/xarchiver.install: gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    Notice that namcap complained that gpodder and handbrake had "no call to gtk-update-icon-cache" but they do have the update in their install scripts, which their pkgbuilds fail to use properly
    The funniest failure is the hicolor-icon-theme package itself:  if fails to update the hicolor icon cache!

  • /usr/bin/gtk-update-icon-cache exists in filesystem?

    heres what i get when i try yo update GTK or install a program like gnome-do. 
    [kazuki@archbang ~]$ sudo pacman -S gtk3
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 [0.01 MB]  gtk3-3.0.9-1 [4.69 MB]
    Total Download Size:    0.00 MB
    Total Installed Size:   31.78 MB
    Proceed with installation? [Y/n] y
    (2/2) checking package integrity                   [---------------------] 100%
    (2/2) checking for file conflicts                  [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    gtk-update-icon-cache: /usr/bin/gtk-update-icon-cache exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$
    Last edited by kazuki454 (2011-05-04 22:43:38)

    ok but stiil not work? [kazuki@archbang ~]$ sudo pacman -Syu gtk3
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra                   472.6K  581.6K/s 00:00:01 [---------------------] 100%
    community               433.9K  570.9K/s 00:00:01 [---------------------] 100%
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace lib32-util-linux-ng with multilib/lib32-util-linux? [Y/n] y
    :: Replace libjpeg with extra/libjpeg-turbo? [Y/n] y
    :: Replace mailx with core/heirloom-mailx? [Y/n] y
    :: Replace util-linux-ng with core/util-linux? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Remove (4): libjpeg-8.3.0-1 [0.83 MB]  util-linux-ng-2.18-3 [6.83 MB]
                lib32-util-linux-ng-2.18-3 [0.58 MB]  mailx-8.1.1-7 [0.16 MB]
    Total Removed Size:   8.40 MB
    Targets (330): glib2-2.28.6-1 [1.57 MB]  atk-2.0.0-1 [0.25 MB]
                   linux-api-headers-2.6.38.1-1 [0.54 MB]
                   tzdata-2011g-1 [0.17 MB]  glibc-2.13-5 [7.19 MB]
                   ncurses-5.9-1 [0.92 MB]  readline-6.2.001-1 [0.29 MB]
                   bash-4.2.008-1 [0.77 MB]  cairo-1.10.2-2 [0.46 MB]
                   libjpeg-turbo-1.1.0-1 [0.20 MB]  libtiff-3.9.5-1 [0.75 MB]
                   libxcb-1.7-2 [0.26 MB]  xproto-7.0.21-1 [0.13 MB]
                   libx11-1.4.3-2 [1.49 MB]  gdk-pixbuf2-2.23.3-1 [0.56 MB]
                   gtk-update-icon-cache-2.24.4-1 [0.01 MB]
                   gcc-libs-4.6.0-4 [0.73 MB]  libtasn1-2.9-1 [0.10 MB]
                   libgpg-error-1.9-3 [0.05 MB]  libgcrypt-1.4.6-3 [0.29 MB]
                   gnutls-2.12.3-1 [1.48 MB]  libxi-1.4.2-1 [0.14 MB]
                   libthai-0.1.15-1 [0.14 MB]  pango-1.28.4-2 [0.48 MB]
                   shared-mime-info-0.90-1 [0.35 MB]  gtk3-3.0.9-1 [4.69 MB]
                   a52dec-0.7.4-5 [0.04 MB]  aalib-1.4rc5-8 [0.14 MB]
                   alsa-firmware-1.0.24.1-1 [2.58 MB]
                   alsa-lib-1.0.24.1-1 [0.37 MB]  dialog-1.1_20110302-1 [0.15 MB]
                   pciutils-3.1.7-4 [0.21 MB]  alsa-utils-1.0.24.2-1 [0.90 MB]
                   db-5.1.25-1 [1.06 MB]  shadow-4.1.4.3-1 [0.94 MB]
                   coreutils-8.12-1 [2.00 MB]  perl-5.12.3-1 [12.55 MB]
                   openssl-1.0.0.d-1 [3.62 MB]  sqlite3-3.7.6.1-1 [0.36 MB]
                   python2-2.7.1-9 [8.18 MB]  python2-cairo-1.10.0-1 [0.02 MB]
                   gobject-introspection-0.10.8-1 [0.77 MB]
                   pygobject-devel-2.28.4-1 [0.17 MB]
                   pygobject-2.28.4-1 [0.27 MB]  pygtk-2.24.0-1 [1.61 MB]
                   xorg-xrandr-1.3.4-2 [0.03 MB]  arandr-0.1.4-2 [0.05 MB]
                   libdrm-2.4.25-1 [0.09 MB]  libgl-7.10.2-2 [0.93 MB]
                   ati-dri-7.10.2-2 [1.67 MB]  libsigc++-2.2.9-1 [0.06 MB]
                   glibmm-2.28.0-2 [0.52 MB]  atkmm-2.22.4-1 [0.08 MB]
                   attr-2.4.44-3 [0.06 MB]  linux-firmware-20110227-1 [8.23 MB]
                   mkinitcpio-busybox-1.18.2-1 [0.16 MB]
                   filesystem-2011.04-1 [0.00 MB]  util-linux-2.19-4 [1.38 MB]
                   udev-167-2 [0.22 MB]  file-5.06-1 [0.19 MB]
                   mkinitcpio-0.6.11-1 [0.02 MB]  kernel26-2.6.38.5-1 [34.85 MB]
                   aufs2-2.6.38_20110314-5 [0.10 MB]
                   aufs2-util-20110314-1 [0.39 MB]  avahi-0.6.30-2 [0.40 MB]
                   binutils-2.21-7 [3.24 MB]  run-parts-3.4.4-1 [0.01 MB]
                   ca-certificates-20110421-3 [0.13 MB]  cairomm-1.9.8-1 [0.26 MB]
                   cdparanoia-10.2-3 [0.08 MB]  gtk2-2.24.4-1 [4.92 MB]
                   nss-3.12.9-1 [1.37 MB]  xorg-xset-1.2.1-2 [0.02 MB]
                   xdg-utils-1.1.0rc1-2 [0.04 MB]  libevent-2.0.10-1 [0.25 MB]
                   desktop-file-utils-0.18-1 [0.03 MB]
                   chromium-11.0.696.57-1 [18.64 MB]  conky-1.8.1-3 [0.15 MB]
                   polkit-0.101-2 [0.35 MB]  consolekit-0.4.4-1 [0.08 MB]
                   dconf-0.7.3-2 [0.08 MB]  dcron-4.5-2 [0.02 MB]
                   device-mapper-2.02.84-1 [0.12 MB]  linux-atm-2.5.1-2 [0.25 MB]
                   iproute2-2.6.37-1 [0.37 MB]  dhclient-4.2.1.1-1 [0.56 MB]
                   dhcpcd-5.2.12-1 [0.06 MB]  idnkit-1.0-1 [0.12 MB]
                   dnsutils-9.8.0-1 [0.93 MB]  dosfstools-3.0.11-1 [0.05 MB]
                   eject-2.1.5-5 [0.02 MB]  elfutils-0.152-1 [0.55 MB]
                   ethtool-1:2.6.38-1 [0.06 MB]  eventlog-0.2.12-2 [0.01 MB]
                   exiv2-0.21.1-1 [1.25 MB]  faad2-2.7-2 [0.18 MB]
                   xvidcore-1.3.1-1 [0.25 MB]  x264-20110327-1 [0.36 MB]
                   libvdpau-0.4.1-1 [0.05 MB]  xextproto-7.2.0-1 [0.12 MB]
                   fixesproto-5.0-1 [0.01 MB]  libxfixes-5.0-1 [0.01 MB]
                   libvpx-0.9.6-2 [0.33 MB]  libva-1.0.12-1 [0.14 MB]
                   ffmpeg-20110330-1 [5.24 MB]  fftw-3.2.2-2 [1.52 MB]
                   libexif-0.6.20-1 [0.33 MB]
                   gsettings-desktop-schemas-3.0.1-2 [0.04 MB]
                   startup-notification-0.10-2 [0.02 MB]
                   gnome-desktop-3.0.1-1 [0.47 MB]  libproxy-0.4.6-6 [0.07 MB]
                   glib-networking-2.28.6.1-2 [0.04 MB]
                   libsoup-2.34.1-1 [0.30 MB]  libgnome-keyring-3.0.1-1 [0.09 MB]
                   libsoup-gnome-2.34.1-1 [0.01 MB]  libunique3-3.0.0-1 [0.04 MB]
                   sg3_utils-1.30-1 [0.46 MB]  lsof-4.84-3 [0.27 MB]
                   lvm2-2.02.84-1 [0.54 MB]  udisks-1.0.3-2 [0.15 MB]
                   libnotify-0.7.2-1 [0.03 MB]
                   gnome-disk-utility-3.0.0-1 [1.65 MB]  gvfs-1.8.1-1 [0.80 MB]
                   nautilus-3.0.1.1-1 [2.19 MB]  file-roller-3.0.1-2 [1.03 MB]
                   gcalctool-6.0.1-1 [0.49 MB]  libldap-2.4.24-1 [0.36 MB]
                   gconf-2.32.3-1 [0.88 MB]  geeqie-1.0-5 [0.84 MB]
                   gegl-0.1.6-1 [0.34 MB]  gettext-0.18.1.1-3 [5.35 MB]
                   giflib-4.1.6-4 [0.08 MB]  librsvg-2.34.0-1 [0.10 MB]
                   gimp-2.6.11-5 [9.40 MB]  xorg-xauth-1.0.5-2 [0.02 MB]
                   gksu-2.0.2-3 [0.02 MB]  gnome-menus-3.0.1-1 [0.14 MB]
                   libmad-0.15.1b-5 [0.06 MB]  keyutils-1.4-1 [0.04 MB]
                   cifs-utils-4.9-2 [0.03 MB]  tdb-1.2.9-1 [0.05 MB]
                   talloc-2.0.5-1 [0.04 MB]  smbclient-3.5.8-2 [8.51 MB]
                   jack-0.120.1-1 [0.28 MB]  libirman-0.4.5-2 [0.01 MB]
                   lirc-utils-1:0.9.0-2 [0.26 MB]  mplayer-33159-1 [8.85 MB]
                   gnome-mplayer-1.0.3-1 [0.30 MB]  libgsf-1.14.20-1 [0.18 MB]
                   goffice-0.8.14-1 [1.29 MB]  gnumeric-1.10.14-1 [9.27 MB]
                   gstreamer0.10-0.10.32-1 [1.28 MB]  orc-0.4.14-1 [0.18 MB]
                   gstreamer0.10-base-0.10.32-4 [1.14 MB]
                   gstreamer0.10-bad-0.10.21-3 [0.84 MB]
                   libraw1394-2.0.7-1 [0.05 MB]  libdc1394-2.1.3-1 [0.13 MB]
                   raptor1-1.4.21-3 [0.17 MB]  liblrdf-0.4.0-7 [0.02 MB]
                   libofa-0.9.3-3 [0.05 MB]  libsndfile-1.0.24-1 [0.28 MB]
                   gstreamer0.10-bad-plugins-0.10.21-3 [0.39 MB]
                   gstreamer0.10-base-plugins-0.10.32-4 [0.15 MB]
                   gstreamer0.10-good-0.10.28-1 [0.85 MB]  taglib-1.7-1 [0.23 MB]
                   sysfsutils-2.1.0-6 [0.03 MB]  v4l-utils-0.8.3-1 [0.23 MB]
                   gstreamer0.10-good-plugins-0.10.28-1 [0.31 MB]
                   gstreamer0.10-ugly-0.10.17-2 [0.15 MB]
                   gstreamer0.10-ugly-plugins-0.10.17-2 [0.08 MB]
                   pangomm-2.28.1-1 [0.07 MB]  gtkmm-2.24.0-1 [1.00 MB]
                   initscripts-2011.04.1-2 [0.01 MB]  intel-dri-7.10.2-2 [1.33 MB]
                   leafpad-0.8.18.1-2 [0.07 MB]  less-443-1 [0.09 MB]
                   lib32-glibc-2.13-5 [2.54 MB]  lib32-pixman-0.20.2-1 [0.15 MB]
                   lib32-gcc-libs-4.6.0-4 [0.71 MB]  lib32-pcre-8.12-1 [0.14 MB]
                   lib32-glib2-2.28.6-1 [1.39 MB]  lib32-cairo-1.10.2-2 [0.31 MB]
                   lib32-util-linux-2.19-1 [0.18 MB]
                   lib32-e2fsprogs-1.41.14-2 [0.15 MB]
                   lib32-libx11-1.4.3-1 [0.50 MB]
                   lib32-gdk-pixbuf2-2.23.3-1 [0.13 MB]
                   lib32-gnutls-2.12.2-1 [0.28 MB]  lib32-libxi-1.4.1-1 [0.02 MB]
                   lib32-gtk2-2.24.4-1 [1.69 MB]
                   lib32-openssl-1.0.0.d-1 [1.00 MB]
                   libburn-1.0.6.pl00-1 [0.19 MB]  libfetch-2.33-3 [0.07 MB]
                   libgtop-2.28.3-1 [0.15 MB]  libisofs-1.0.6-1 [0.16 MB]
                   mpfr-3.0.1-1 [0.31 MB]  libmpc-0.9-1 [0.06 MB]
                   libpciaccess-0.12.1-1 [0.02 MB]  libunique-1.1.6-4 [0.02 MB]
                   libwnck-2.30.6-2 [0.32 MB]  libxfcegui4-4.8.1-2 [0.20 MB]
                   libxt-1.1.1-1 [0.39 MB]  licenses-2.8-1 [0.06 MB]
                   mach64-dri-7.10.2-2 [0.83 MB]  heirloom-mailx-12.5-1 [0.20 MB]
                   libpipeline-1.2.0-1 [0.03 MB]  man-db-2.6.0.2-1 [0.38 MB]
                   mdadm-3.2.1-3 [0.30 MB]  mesa-7.10.2-2 [0.27 MB]
                   mga-dri-7.10.2-2 [0.83 MB]  nitrogen-1.5.2-1 [0.13 MB]
                   libcanberra-0.28-1 [0.07 MB]
                   notification-daemon-0.7.1-1 [0.03 MB]
                   nouveau-dri-7.10.2-2 [1.28 MB]  ntfs-3g-2011.4.12-1 [0.23 MB]
                   ntfsprogs-2011.4.12-1 [0.13 MB]  p7zip-9.20.1-1 [1.14 MB]
                   pacman-mirrorlist-20110324-1 [0.00 MB]
                   parcellite-1.0.1-1 [0.21 MB]  pcmciautils-017-2 [0.02 MB]
                   pm-utils-1.4.1-3 [0.04 MB]  poppler-0.16.4-1 [0.71 MB]
                   poppler-glib-0.16.4-1 [0.17 MB]  ppl-0.11.2-1 [2.74 MB]
                   ppp-2.4.5-2 [0.27 MB]  python-3.2-2 [8.98 MB]
                   python-imaging-1.1.7-3 [0.34 MB]  qt-4.7.3-1 [24.12 MB]
                   r128-dri-7.10.2-2 [0.81 MB]  raptor-2.0.2-1 [0.23 MB]
                   rp-pppoe-3.10-6 [0.08 MB]  savage-dri-7.10.2-2 [0.83 MB]
                   sis-dri-7.10.2-2 [0.82 MB]  slim-1.3.2-5 [0.21 MB]
                   xz-5.0.2-1 [0.30 MB]  squashfs-tools-4.2-1 [0.07 MB]
                   sudo-1.8.1.p1-1 [0.37 MB]  syslinux-4.03-4 [0.68 MB]
                   syslog-ng-3.2.2-2 [0.23 MB]  tar-1.26-1 [0.55 MB]
                   tdfx-dri-7.10.2-2 [0.82 MB]  thunar-1.2.1-2 [2.67 MB]
                   transmission-gtk-2.22-3 [0.54 MB]  tumbler-0.1.21-3 [0.09 MB]
                   unrar-4.0.7-1 [0.08 MB]  usbutils-002-2 [0.16 MB]
                   vi-050325-4 [0.14 MB]  vte-common-0.28.0-1 [0.00 MB]
                   vte-0.28.0-1 [0.34 MB]  wget-1.12-5 [0.39 MB]
                   wpa_supplicant-0.7.3-3 [0.24 MB]  wicd-1.7.0-9 [0.25 MB]
                   xf86-input-evdev-2.6.0-3 [0.02 MB]
                   xf86-input-synaptics-1.4.0-2 [0.04 MB]
                   xf86-video-apm-1.2.3-3 [0.05 MB]
                   xf86-video-ark-0.7.3-3 [0.01 MB]
                   xf86-video-ast-0.91.10-3 [0.02 MB]
                   xf86-video-ati-6.14.1-1 [0.33 MB]
                   xf86-video-chips-1.2.4-2 [0.06 MB]
                   xf86-video-cirrus-1.3.2-6 [0.03 MB]
                   xf86-video-dummy-0.3.4-4 [0.01 MB]
                   xf86-video-fbdev-0.4.2-4 [0.01 MB]
                   xf86-video-glint-1.2.5-2 [0.07 MB]
                   xf86-video-i128-1.3.4-3 [0.02 MB]
                   xf86-video-i740-1.3.2-6 [0.02 MB]
                   xf86-video-intel-2.15.0-1 [0.16 MB]
                   xf86-video-mach64-6.8.2-6 [0.07 MB]
                   xf86-video-mga-1.4.13-3 [0.07 MB]
                   xf86-video-neomagic-1.2.5-4 [0.03 MB]
                   xf86-video-nouveau-0.0.16_git20110316-2 [0.08 MB]
                   xf86-video-nv-2.1.18-3 [0.07 MB]
                   xf86-video-r128-6.8.1-6 [0.04 MB]
                   xf86-video-rendition-4.2.4-4 [0.03 MB]
                   xf86-video-s3-0.6.3-5 [0.03 MB]
                   xf86-video-s3virge-1.10.4-5 [0.03 MB]
                   xf86-video-savage-2.3.2-2 [0.06 MB]
                   xf86-video-siliconmotion-1.7.5-2 [0.05 MB]
                   xf86-video-sis-0.10.3-4 [0.22 MB]
                   xf86-video-sisusb-0.9.4-4 [0.03 MB]
                   xf86-video-tdfx-1.4.3-6 [0.03 MB]
                   xf86-video-trident-1.3.4-4 [0.06 MB]
                   xf86-video-tseng-1.2.4-4 [0.02 MB]
                   xf86-video-v4l-0.2.0-8 [0.02 MB]
                   xf86-video-vesa-2.3.0-5 [0.01 MB]
                   xf86-video-vmware-11.0.3-3 [0.02 MB]
                   xf86-video-voodoo-1.2.4-4 [0.01 MB]
                   xf86-video-xgi-1.6.0-3 [0.11 MB]
                   xf86-video-xgixp-1.8.0-3 [0.05 MB]  xfburn-0.4.3-4 [0.26 MB]
                   xfsprogs-3.1.5-1 [0.58 MB]  xorg-xkbcomp-1.2.1-2 [0.08 MB]
                   xkeyboard-config-2.2.1-1 [0.46 MB]
                   xorg-fonts-encodings-1.0.4-1 [0.54 MB]
                   xorg-bdftopcf-1.0.3-1 [0.01 MB]
                   xorg-mkfontscale-1.0.8-1 [0.02 MB]
                   xorg-mkfontdir-1.0.6-2 [0.00 MB]
                   xorg-font-util-1.2.0-1 [0.02 MB]
                   xorg-font-utils-7.6-2 [0.00 MB]  xorg-iceauth-1.0.4-2 [0.01 MB]
                   xorg-luit-1.1.0-2 [0.02 MB]  xorg-setxkbmap-1.2.0-2 [0.01 MB]
                   xorg-server-common-1.10.1-1 [0.02 MB]
                   xorg-server-1.10.1-1 [1.24 MB]  xorg-sessreg-1.0.6-2 [0.01 MB]
                   xorg-xcmsdb-1.0.3-2 [0.01 MB]
                   xorg-xbacklight-1.1.2-2 [0.01 MB]
                   xorg-xgamma-1.0.4-2 [0.01 MB]  xorg-xhost-1.0.4-2 [0.01 MB]
                   xorg-xinput-1.5.3-2 [0.02 MB]  xorg-xmodmap-1.0.5-2 [0.02 MB]
                   xorg-xrdb-1.0.9-1 [0.02 MB]  xorg-xrefresh-1.0.4-2 [0.01 MB]
                   xorg-xsetroot-1.1.0-2 [0.01 MB]
                   xorg-server-utils-7.6-2 [0.00 MB]  xorg-twm-1.0.6-2 [0.09 MB]
                   xorg-xdpyinfo-1.2.0-2 [0.01 MB]
                   xorg-xdriinfo-1.0.4-2 [0.00 MB]  xorg-xev-1.1.0-2 [0.01 MB]
                   xorg-xlsatoms-1.1.0-2 [0.01 MB]
                   xorg-xlsclients-1.1.1-2 [0.01 MB]  xorg-xprop-1.2.0-2 [0.02 MB]
                   xorg-xvinfo-1.1.1-2 [0.01 MB]  xorg-xwininfo-1.1.1-2 [0.02 MB]
                   xorg-utils-7.6-7 [0.00 MB]  xorg-xinit-1.3.0-3 [0.01 MB]
                   xorg-xkbutils-1.0.3-2 [0.02 MB]  xorg-xkbevd-1.1.2-2 [0.02 MB]
                   xorg-xkb-utils-7.6-1 [0.00 MB]  xorg-xkill-1.0.3-2 [0.01 MB]
                   xterm-269-1 [0.22 MB]  zip-3.0-2 [0.15 MB]
    Total Download Size:    1.13 MB
    Total Installed Size:   1398.30 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pciutils-3.1.7-4-x...   219.5K  484.9K/s 00:00:00 [---------------------]  18%
    udev-167-2-x86_64       444.4K  255.7K/s 00:00:02 [---------------------]  38%
    run-parts-3.4.4-1-...   452.2K  173.5K/s 00:00:03 [---------------------]  39%
    ca-certificates-20...   580.8K  155.1K/s 00:00:04 [---------------------]  50%
    sudo-1.8.1.p1-1-x86_64  964.4K  184.3K/s 00:00:05 [---------------------]  83%
    usbutils-002-2-x86_64  1133.0K  176.3K/s 00:00:06 [---------------------]  97%
    :: Retrieving packages from extra...
    dcron-4.5-2-x86_64     1158.1K  149.2K/s 00:00:08 [---------------------] 100%
    (330/330) checking package integrity               [---------------------] 100%
    (330/330) checking for file conflicts              [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$

  • Windows Icon cache will not rebuild itself

    All my desktop icons are missing it only shows the text/name of program.
    On my taskbar there are huge empty spaces all I see is the shine when I hover over them
    When I click start the start menu doesn't appear
    The Iconcache.db file is not there and won't come back and will not recreate
    I'm using Windows 7 home premium x32

    Hi,
    First of all, do we have any backups available to go back to a good state? If yes, please perform a system restore.
    Besides, do we have the Show hidden files and folders option selected? The Iconcache.db file is not visible by default, we could simply rename
    it and Windows should recreate it when restart.
    Regarding how to rebuild the Iconcache.db file, please take a look at the below articles:
    How to rebuild icon cache
    How to Rebuild the Icon Cache in Windows
    And if the above is not work, then please consider to take a
    repair install of Windows 7.
    Best regards
    Michael Shao
    TechNet Community Support

  • IconItemRenderer icon as Embedded image

    Hello,
    Is it possible to pass an Embedded image to the icon of an IconItemRenderer?
    Thank you.

    You should be able to use embedded images in the iconField, here is an example:
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            title="Embedded Icons">
        <fx:Script>
            <![CDATA[
                [Embed(source="../settingsIcon0.png")] [Bindable] public var myIcon0:Class;
                [Embed(source="../settingsIcon1.png")] [Bindable] public var myIcon1:Class;
                [Embed(source="../settingsIcon2.png")] [Bindable] public var myIcon2:Class;
            ]]>
        </fx:Script>
        <s:List width="100%" height="100%">
            <s:itemRenderer>
                <fx:Component>
                    <s:IconItemRenderer labelField="label" iconField="image" />
                </fx:Component>
            </s:itemRenderer>
            <s:dataProvider>
                <s:ArrayList>
                    <fx:Object label="0" image="{myIcon0}" />
                    <fx:Object label="1" image="{myIcon1}" />
                    <fx:Object label="2" image="{myIcon2}" />
                </s:ArrayList>
            </s:dataProvider>
        </s:List>
    </s:View>

  • Applying a mask to a custom IconItemrenderer icon

    Hi,
    I've made a subclass of IconItemRenderer in order to change the label and icon positions. I've done it without problems but i want to apply a png mask to the icon. I´m doing it with this code:
    override protected function commitProperties():void
                                  super.commitProperties();
                                  [Embed(source="assets/circulo_personas160.png")]
                                  var imagenMascara:Class;
                                  var imgObj:Bitmap= new imagenMascara() as Bitmap;
      imgObj.bitmapData = imgObj.bitmapData.clone();
    iconDisplay.mask = imgObj as DisplayObject;
    and also I tried this:
    override protected function commitProperties():void
                                  super.commitProperties();
      var square:Sprite = new Sprite();
                                  square.graphics.beginFill(0xFF0000);
                                  square.graphics.drawRect(0, 0, 40, 40);
                                  addChild(square);
                                  iconDisplay.mask = square;
    The app always shows the image I'm assining to the mask propierty instead of the image assigned to the iconField with the mask applied. If I remove this code I can see the iconField Image. It means that all the rest runs fine.
    Wich could be the problem?
    Thanks in advance.

    Its so stupid that im gonna have to create three different masks in the same size and position...
    o well...
    Thanks mate..

  • [SOLVED] icon-theme.cache and post install

    Hi all,
    after a problem with an app (in this case RawTherapee) that requires uptodate icon-theme.cache files under /usr/share/icons/THEME - I just want to ask for your opinion: Is this a feature that should be provided by the icon-theme package post install?
    For example, xfce4-icon-theme has
    post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/Rodent
    in it's xfce4-icon-theme.install,
    while gnome-icon-theme and hicolor-icon-theme don't and require issueing gtk-update-icon-cache manually after installation/update.
    So what do you think, does this call for a feature request?
    Edit: Seems like I got the concept wrong and that a solution is not that simple / on the segfaulting programs side... see http://bugs.archlinux.org/task/14237. Thx Jan for explaining.
    Last edited by gnidam (2009-04-15 11:31:30)

    Apparently gtk-update-icon-cache didn't accept that i had a .icon-theme.cache in /usr/share/icons/hicolor/. After removing it gtk-update-icon-cache apparently created a new file "icon-theme.cache" and doesn't complain anymore. The thing that is wierd about this is that on my other comp i have the .icon-theme.cache and it doesn't complain when upgrading.. Marking this solved anyway
    Last edited by fgrano (2008-10-31 13:47:28)

  • Office 2013 - Incorrect Icons In Taskbar When Apps Running

    Hi,
    I have a a strange issue relating to Office 2013 (all apps in suite) in our school based Windows 7 domain environment.
    When students login and run any app from the office suite they launch correctly and are able to be used.  However the icon that is displayed in the task bar for say, Word, is not that of Word but is the icon for Database Compare 2013.  Powerpoint
    as another example always displays the Publisher icon.  If you right click the icon the options available also refer to the incorrect app, so instead of an option to bring the Powerpoint app to the forefront it says Publisher.
    The incorrect icon is always the same one for each app whenever launched and is the same for all users.
    We have updated Windows and the Office to the latest patches.  Possibly worth noting that we are running this config on Apple iMacs using bootcamped Windows 7 but I don't personally believe this has any bearing as it's only Office related.I have search
    for instances of this issue and see there is a hotfix for incorrect icons when in a remote session rather than physically logged onto a machine.  I also see references to deleting the icon cache for the user but local user profiles are scrapped on the
    machines here when the student logs off.
    Any help or pointers are greatly appreciated.
    Kind Regards
    Radar.

    I've reviewed screenshot from you initial post on Answer forum.
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-office_install/office-2013-incorrect-icons-in-taskbar-when-apps/ef99ce77-1e88-44c5-8214-c6c69837a9ae
    Since the icon shows fine in local but only incorrect through RDP session, I am thinking this might not be the promblem of Office application self. RDP session might not load the correct icon for Office duo to the file permission or wrong path.
    Better to post your question to forum for Remote Desktop Services (Terminal Services)
    http://social.technet.microsoft.com/Forums/windowsserver/en-us/home?forum=winserverTS
    Thanks for your understanding.
    Tony Chen
    TechNet Community Support

  • Downloading iTunes changes all my icons to iTunes

    When I download iTunes onto my computer (Windows 7) it changes all the icons on my desktop to iTunes and iTunes will not open at all. Help please!

    Hiya Katrina! I might have accidentally made some progress on this one yesterday.
    Every time I've seen it reported and I've tried to do some work on it, it has only affected one user account on the PC.
    So ... it might be related to a damaged icon cache for the affected user account. (There's one of those for each different user account on the PC. This is what I accidentally learned yesterday while trying to research a fix for a slightly different problem.)
    If that's what is going on, rebuilding the icon cache might get folks past it:
    http://www.winhelponline.com/blog/how-to-rebuild-the-icon-cache-in-windows-vista /
    ... Trouble is that that's all educated(?) guesswork/speculation, and the procedure looks a bit hairy. It's the sort of thing where I'd definitely be setting a System Restore Point for the system prior to giving it a go.

  • On the taskbar and in the start menu, iTunes only shows a default icon.  How can I get the iTunes icon back?

    I know it is only a petty thing, but it is really annoying me.
    It has only come about since the last update
    I have tried rebuilding my Icon cache, and unpinning the shortcuts and creating new ones, neither has worked.
    It is really niggling  at me - any ideas? I'm on windows 7, and all my updates are current, and my virus scan clear.

    By "tabs", do you mean something like this -
    If that is what you see, then you may be right-clicking on the icon instead of left-clicking on it.
    Right-clicking or Control-clicking on an icon in the Dock will bring up a menu like that (it is a contextual menu, so its content varies a bit from program to program).
    Usually, it is necessary to only click an icon in the Dock once in order to start up the program (if it has been quitted) or make it active (if it has not been quitted).

  • [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! :-)

  • Frequent list no longer displays icons in Windows 7. Links work ok, though.

    Noticed this issue a few days ago with my home laptop. Thought it was a problem with my computer, but this morning I found the same issue with my work PC. Searched the forum and found 2 users are having the same issue. Still no apparent fix. I'm running Windows 7 Home Premium 64-bit at home, 32-bit at work. Links, however, work all right.

    I'm having this problem with 2 different computers, both running different editions of Windows 7 (64-bit and 32-bit), and both running different antivirus software (MS Security Essentials and Symantec Small Business Edition respectively). I don't think the problem is the antivirus in this case.
    As for the other suggested solutions, the issue is with the "frequent" jump list in the Start menu, not the toolbar. And only with the Firefox jump list. All other jump lists show icons ok. I've also tried resetting the icon cache (IconCache.db), but the problem remains.

  • [SOLVED]Gnome 3.10 Icons are broken

    I upgraded earlier to Gnome 3.10. Although I've had a lot of problems.. I'm working on them one at a time.
    Most of the default icons are not showing anymore. My Nautilus looks like this:
    Some of the applications icons do still exist.
    If I create a new user and log in, the icons are all fine. But I cannot figure out how to bring back icons on my own user account.
    I tried running the command on http://askubuntu.com/questions/56313/ho … e-defaults, which set my favourites and wallpaper back to default. Icons still aren't fixed.
    I tried running gtk-update-icon-cache on my icons folder. Tried running xdg-user-dirs-update. Tried sudo pacman -S $(pacman -Ssq gnome-icon-theme). Tried running /usr/bin/gdk-pixbuf-query-loaders --update-cache and tried reinstalling librsvg. None of these have helped.
    Thanks.
    Last edited by themusicalduck (2013-10-08 01:07:05)

    Not solved for me I'm afraid. I'm running Openbox + Tint2 setup, with quite a few Gnome applications. I use the Oxygen icon theme.
    Since the upgrade to the Gnome 3.10 packages, my GTK3 applications have missing icons which only reappear if I choose the GNOME icon theme using lxappearance, which modifies ~/.config/gtk-3.0/settings.ini. Here's my normal settings.ini:
    [Settings]
    gtk-theme-name=Clearlooks-Phenix
    gtk-icon-theme-name=oxygen
    gtk-font-name=Arimo 9
    gtk-cursor-theme-name=aero-drop
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
    gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    When 'gtk-icon-theme-name=gnome' is used instead, the icons display in GTK3 applications.
    Any ideas please how I can get the Oxygen theme to play nicely with Gnome 3.10 applications?

  • [SOLVED] Can't get rid of a wine-polluted text file icon [KDE]

    Hello folks,
    For some reason, my KDE system likes to use a Wine program based icon for all text files when I'm using a Faenza theme. The problem occurs only for my user (not root) so I think this is an user-specific issue.
    I've already checked .local/share/icons folder for matching icon images. I found one which was named "text-plain.png", being equally the same "W-space" icon image as shown in the picture below. Thus I removed this png file from all necessary subfolders (22, 24, 32, 48...), so as far as I can think, there should not be any traces for the old icon image left. I've already re-checked all folders which I think are relevant to the issue. In addition, I've updated icon cache by using gtk-update-icon-cache and kbuildsycoca4 --noincremental commands. However, the system seems to disagree with me and the annoying icon appears still in text file icons.
    The problem appears practically like in the following picture:
    W-space icon image is very likely related to Adobe Photoshop which I've installed on my PlayonLinux installation (.PlayonLinux/wineprefix/photoshop). I still don't understand by which logic the system decides to use this W-space image for text files.
    I wonder if I need to take further steps to get rid of this annoying icon. Am I missing something? All I want is that KDE would use basic Faenza icon for text files. Any hints are welcome!
    Thank you!
    Last edited by Fincer (2014-09-30 11:30:43)

    Allright, this was, after all, a very simple issue. As expected.
    I simply removed file /var/tmp/kdecache-fincer/icon-cache.kcache, rebooted the system and all icons are fine now.
    Topic marked as solved.
    Last edited by Fincer (2014-09-30 11:30:58)

Maybe you are looking for

  • How to get incoming excise invoice in J1IIN

    Daer All Greetings!! Scenario: The company receives raw material from vendor and then vendor send excise invoice to company. The same raw material then sell to other vendor but the incoming excise invoice is used to pass on duty . with threference to

  • While Loading Master data from BW Info Object

    Hi, What is the difference between the two options "set filters by Attributes AND Hierarchies" and "set filters by Attributes OR Hierarchies" when we load master data attributes/texts from BW Info Object. can someone please explain in detail with exa

  • 7.0.2 How to view all music files on iPod

    I upgraded my iTunes version on my Mac and now I am having some issues deleting songs off a playlist. Basically I have a podcast playlist and then I just have all my music dumped on the iPod not on a playlist. After I had finished listening to a bunc

  • Bluetooth not accepting incoming files

    recently my bluetooth will not accept incoming files from my lg viewty and says connection is not possible but it will work with my friends macbook, it allows files to be sent from my macbook to my viewty though. any ideas whats wrong?

  • Suggestion for next/last firmware release of WRVS4400N v2

    Since this router already set up for IPv6 and Dual-Stack traffic, would it be possible to give it the ability to get its IPv6 prefix from the WAN side of the router. Example: I have Comcast, and as long as my modem and router support IPv6, with the r