I copied desktop files from /usr/share/applications to ~/username/.local/share/applications folder and changed the ‘icon’ s to my favorite png files , Butt all of them lost and now Fedora shows ‘executable’ icon for all of them … Is it any difference between GNOME of Debian and Fedora ? How can I do this ?
error: value "~/lovelorn/Pictures/Icons/Firefox_resized.png" for key "Icon" in group "Desktop Entry" looks like a relative path, instead of being an absolute path to an icon or an icon name
How can I set an Icon absolute path or name without a usual path in Fedora ?
Maybe you familiarize yourself with ~. You will see this a lot along the way.
in short: ~ is an alias for $HOME, which in your case is: /home/lovelorn, or generally speaking: /home/username
So, "~/lovelorn/Pictures/Icons/ (what you used) is pointing to `/home/lovelorn/lovelorn/Pictures/…, which doesn’t exist. Use the absolute path as written above.