You are not logged in.
Pages: 1
After recent update i have trobles with icons in GNOME like this:
overview close button:
overview application liist
overview application select
gimp
some applications fails to run with:
symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0
downgrade to pacman -U /var/cache/pacman/pkg/libtiff-4.5.1-1-x86_64.pkg.tar.zst reboot and icons fails. update again to last release libtiff (4.6.0-1), restart GNOME and find icons fails again.
gtk-update-icon-cache nothing do for me.
what i can do with my trouble?
Last edited by typ6ojiocb (2023-10-02 10:35:27)
Offline
pacman -Qs 'tiff|jpeg'Offline
○ % pacman -Qe | rg 'tiff|jpeg'
libjpeg-turbo 3.0.0-1
libtiff 4.6.0-1
○ % pacman -Qs 'tiff|jpeg'
local/evince 44.3-1 (gnome)
Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, cb7, cbt)
local/jasper 4.0.0-1
Software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard
local/libjpeg-turbo 3.0.0-1
JPEG image codec with accelerated baseline compression and decompression
local/libjxl 0.8.2-2
JPEG XL image format reference implementation
local/libtiff 4.6.0-1
Library for manipulation of TIFF images
local/mjpegtools 2.2.1-2
Video capture, editing, playback and compression to MPEG of MJPEG video
local/openjpeg2 2.5.0-3
An open source JPEG 2000 codec, version 2.5.0
local/python-imagesize 1.4.1-4
Analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP image headers and returns image size or DPI
local/qt5-imageformats 5.15.10+kde+r9-2 (qt qt5)
Plugins for additional image formats: TIFF, MNG, TGA, WBMP
local/qt6-imageformats 6.5.2-2 (qt6)
Plugins for additional image formats: TIFF, MNG, TGA, WBMP Last edited by typ6ojiocb (2023-09-18 08:34:59)
Offline
Please use [code][/code] tags. Edit your post in this regard.
https://bugs.archlinux.org/task/79579 - however that doesn't seeem to be the case ![]()
ldd /usr/lib/libtiff.so.6
ldtree /usr/lib/libtiff.so.6 # from https://archlinux.org/packages/extra/x86_64/pax/Offline
○ % ldd /usr/lib/libtiff.so.6
linux-vdso.so.1 (0x00007ffc1dd1d000)
libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007f3d0a9e4000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007f3d0a9b1000)
libjbig.so.2.1 => /usr/lib/libjbig.so.2.1 (0x00007f3d0a9a4000)
libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f3d0a8f8000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f3d0a8de000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f3d0a7f1000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f3d0a400000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007f3d0ab7a000)Last edited by typ6ojiocb (2023-09-21 01:10:14)
Offline
readelf -sW /usr/lib/libjpeg.so.8 | grep jpeg12_write_raw_data
pacman -Qo /usr/lib/libjpeg.so.8
pacman -Qikk libjpeg-turboOffline
○ % readelf -sW /usr/lib/libjpeg.so.8 | grep jpeg12_write_raw_data
182: 000000000001f990 276 FUNC GLOBAL DEFAULT 10 jpeg12_write_raw_data@@LIBJPEG_8.0
○ % pacman -Qo /usr/lib/libjpeg.so.8
/usr/lib/libjpeg.so.8 is owned by libjpeg-turbo 3.0.0-1
○ % pacman -Qikk libjpeg-turbo
Name : libjpeg-turbo
Version : 3.0.0-1
Description : JPEG image codec with accelerated baseline compression and decompression
Architecture : x86_64
URL : https://libjpeg-turbo.org/
Licenses : BSD
Groups : None
Provides : libjpeg libjpeg.so=8-64 libturbojpeg.so=0-64
Depends On : glibc
Optional Deps : java-runtime>11: for TurboJPEG Java wrapper [installed]
Required By : djvulibre droidcam electron25 freerdp gdk-pixbuf2 gegl ghostscript gimp gst-plugins-base gtk4 hplip imlib2 jasper jre-openjdk-headless libavif
libcamera-tools libgphoto2 libgxps libjxl libreoffice-fresh libtiff libvncserver libwebp libwmf libyuv mjpegtools mpv netpbm netsurf poppler python-pillow
qemu-system-x86 qpdf qt5-base qt6-base sane sdl2_image sdl_image spice spice-gtk v4l-utils webkit2gtk webkit2gtk-4.1 webkit2gtk-5.0 webkitgtk-6.0
Optional For : libheif vlc
Conflicts With : None
Replaces : None
Installed Size : 2,37 MiB
Packager : David Runge <dvzrv@archlinux.org>
Build Date : Пн 31 июл 2023 10:32:39
Install Date : Чт 21 сен 2023 13:05:22
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
libjpeg-turbo: 56 total files, 0 altered filesOffline
some applications fails to run with:
symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0
This seems to be a red herring, the symbol is there and libtiff resolves the correct library.
What are "some applications"?
Offline
What are "some applications"?
It's not a problem now! i seen those error while run Telegram Desktop (using QT framework), and after reinstall libtiff those trouble was solved. But not problem with the icons.
I want to restore GNOME icons :-(
My Dock looks like this now : 
Offline
![]()
Have you tried to re-install and/or switch your icon theme?
Offline
Have you tried to re-install and/or switch your icon theme?
yes, I tried it, but it didn't help
hight contrast theme looks :

Offline
Inspect one of the affected service files as to what icon is actually referenced.
Chances are that the correct icon is loaded, but the service got corrupted.
Does this affect a frehs user account?
Offline
oh, after last system updates which includes
gnome-session gtk4 gtk-update-icon-cache i restarted my notebook and the troble with icons is gone.
Problem solved, but i don't know how.
Offline
Bug in previous version of gtk-update-icon-cache likely?
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1