Suddenly desktop launcher icons disappear in latest startup 28 January 2023, 13:38:31 Suddenly desktop launcher icons all disappear in latest startupWhat might've happende and how do we fix such whileCode: [Select]ls ~/desktoplists every file remain intact ?
Re: Suddenly desktop launcher icons disappear in latest startup Reply #1 – 28 January 2023, 17:05:54 Progress:Code: [Select]$ xfdesktop(xfdesktop:3486): Gtk-WARNING **: 23:00:46.703: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
Re: Suddenly desktop launcher icons disappear in latest startup Reply #2 – 28 January 2023, 19:56:05 Is "world/librsvg" installed?The gdk-pixbuf PKGBUILD states that optional SVG support requires librsvg.Code: [Select]optdepends=( "libwmf: Load .wmf and .apm" "libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf" "libavif: Load .avif" "libheif: Load .heif, .heic, and .avif" "libjxl: Load .jxl" "librsvg: Load .svg, .svgz, and .svg.gz" "webp-pixbuf-loader: Load .webp"
Re: Suddenly desktop launcher icons disappear in latest startup Reply #3 – 29 January 2023, 03:16:19 Fortunately it's solved as soon and quickly as found then applied the command:EDIT:https://github.com/dino/dino/issues/102 … -846354514Correct one by administrator belowThanks much admin. Last Edit: 02 May 2023, 11:26:33 by mardiyah
Re: Suddenly desktop launcher icons disappear in latest startup Reply #4 – 29 January 2023, 08:43:42 I guess the author wanted to post this link.https://github.com/dino/dino/issues/1024And the command should be:Code: [Select]gdk-pixbuf-query-loaders --update-cache 1 Likes