Artix Linux Forum

Artix Linux => Package management => Topic started by: mardiyah on 28 January 2023, 13:38:31

Title: Suddenly desktop launcher icons disappear in latest startup
Post by: mardiyah on 28 January 2023, 13:38:31
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 ?
Title: Re: Suddenly desktop launcher icons disappear in latest startup
Post by: mardiyah on 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.
Title: Re: Suddenly desktop launcher icons disappear in latest startup
Post by: jspaces on 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"
Title: Re: Suddenly desktop launcher icons disappear in latest startup
Post by: mardiyah on 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 … -846354514


Correct one by administrator below
Thanks much admin.
Title: Re: Suddenly desktop launcher icons disappear in latest startup
Post by: SGOrava on 29 January 2023, 08:43:42
I guess the author wanted to post this link.
https://github.com/dino/dino/issues/1024

And the command should be:
Code: [Select]
gdk-pixbuf-query-loaders --update-cache