https://bugs.kde.org/show_bug.cgi?id=373890
Bug ID: 373890 Summary: Many icons missing from Kdenlive-16.12-x86_64.AppImage GUI Product: kdenlive Version: git-master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: k...@5t9.de Target Milestone: --- When I run Kdenlive-16.12-x86_64.AppImage Last modified: Thu, 15 Dec 2016 18:30:34 GMT (Unix time: 1481826634) SHA-256 Hash: f4e49ad0775117b8d5d314e0028bed6f7e12bca9495ae047def2748b7a3ac083 under CentOS 7.3, a lot of icons are missing from the displayed GUI, also in delicate places like the "Manage Render Profiles" dialog, where there are only several unnamed, identical, empty buttons below the selection list, so one cannot tell which of the buttons will add/modify/delete a profile. When I attach "strace -f -p ..." to the running kdenlive instance, I can see lots of repeatedly failing attempts to stat() icon files, here's an excerpt: [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/16x16/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/16x16/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/22x22/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/22x22/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/mimetypes/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/48x48/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/48x48/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/64x64/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/64x64/apps/zoom-fit-best.png", <unfinished ...> [pid 2457] <... stat resumed> 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/64x64/mimetypes/zoom-fit-best.png", <unfinished ...> [pid 2457] <... stat resumed> 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/128x128/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/128x128/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/128x128/mimetypes/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/256x256/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/scalable/actions/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/scalable/apps/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/scalable/mimetypes/zoom-fit-best.png", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/16x16/actions/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/16x16/apps/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/22x22/actions/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/22x22/apps/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/actions/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/apps/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/32x32/mimetypes/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/48x48/actions/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/48x48/apps/zoom-fit-best.svgz", 0x7ffca3451830) = -1 ENOENT (No such file or directory) [pid 2457] stat("/tmp/.mount_Iw02Y5/usr/share/icons/hicolor/64x64/actions/zoom-fit-best.svgz", <unfinished ...> Are the relevant icon images just missing from the AppImage? -- You are receiving this mail because: You are watching all bug changes.