0

Let's say we have a desktop file:

[Desktop Entry]
...
Name=Firefox
Icon=firefox
...

It says Icon=firefox; where is the firefox icon?

3
  • 1
    What does this question have to do with python? Commented Nov 15 at 2:44
  • 2
    This question as it is written is not related to (Python) programming, but to the specification of the .desktop file. Citing specifications.freedesktop.org/desktop-entry/latest/…: Icon: Icon to display in file manager, menus, etc. If the name is an absolute path, the given file will be used. If the name is not an absolute path, the algorithm described in the Icon Theme Specification will be used to locate the icon. See also specifications.freedesktop.org/icon-theme/latest/#icon_lookup Commented Nov 16 at 11:16
  • See also find /usr/share/icons -name 'firefox*' There are different files depending on theme and requested size. Commented Nov 16 at 12:21

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.