Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Suddenly desktop launcher icons disappear in latest startup  (Read 302 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Suddenly desktop launcher icons disappear in latest startup

Suddenly desktop launcher icons all disappear in latest startup

What might've happende and how do we fix such while
Code: [Select]
ls ~/desktop
lists every file remain intact ?

Re: Suddenly desktop launcher icons disappear in latest startup

Reply #1
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
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
Fortunately it's solved as soon and quickly as found then applied the command:

EDIT:
https://github.com/dino/dino/issues/102 … -846354514


Correct one by administrator below
Thanks much admin.