Blame platform-overview/fr/dev-launching-icons.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="dev-launching-icons" xml:lang="fr">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <link type="next" xref="dev-launching-startupnotify"/>
Packit 1470ea
    <revision version="0.1" date="2014-01-28" status="draft"/>
Packit 1470ea
Packit 1470ea
    <credit type="author">
Packit 1470ea
      <name>David King</name>
Packit 1470ea
      <email its:translate="no">davidk@gnome.org</email>
Packit 1470ea
      <years>2014</years>
Packit 1470ea
    </credit>
Packit 1470ea
Packit 1470ea
    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>
Packit 1470ea
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
  <title>Install an icon</title>
Packit 1470ea
Packit 1470ea
  <links type="series" style="floatend">
Packit 1470ea
    <title>Launch your application</title>
Packit 1470ea
  </links>
Packit 1470ea
Packit 1470ea
  

Install an icon to identify your application.

Packit 1470ea
  
Packit 1470ea
  

When listing an icon in a desktop file, the image must be installed in a

Packit 1470ea
  standard location, given by the
Packit 1470ea
  <link href="http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">freedesktop.org
Packit 1470ea
  Icon Theme</link> and
Packit 1470ea
  <link href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
Packit 1470ea
  Naming specifications</link>. As a minimum, an application should install a
Packit 1470ea
  48×48 pixel icon into <file>$prefix/share/icons/hicolor/48x48/apps</file>
Packit 1470ea
  in PNG format.

Packit 1470ea
Packit 1470ea
  

To match with other icons, both in GNOME and other platforms, follow the

Packit 1470ea
  <link href="http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines">Tango
Packit 1470ea
  Icon Theme guidelines</link> when creating icons and application artwork.

Packit 1470ea
 
Packit 1470ea
</page>