From 7974dd22c14afe7b65ab369cbe655fa7e341ac98 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 16 Nov 2016 14:27:45 +0000 Subject: [PATCH] hints: icon-not-found: Explain the symlink problem for Debian & Ubuntu --- data/asgen-hints.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/asgen-hints.json b/data/asgen-hints.json index 9416ace0..cc43e33f 100644 --- a/data/asgen-hints.json +++ b/data/asgen-hints.json @@ -33,6 +33,7 @@ "
  • The icon is not present in the archive.
  • ", "
  • The icon is in a wrong directory.
  • ", "
  • The icon is not available in a suitable size (at least 64x64px)
  • ", + "
  • On Debian and Ubuntu, the icon is a symlink. The generator cannot read symlinks on these distributions - make the icon a real file.
  • ", "", "To make the icon easier to find, place it in /usr/share/icons/hicolor/<size>/apps and ensure the Icon= value", "of the .desktop file is set correctly."