Unity dash GIMP 2.8.10にはアイコンがあり、ランチャーで別のアイコンを使用します。
ダッシュのGIMP
ランチャーのGIMP
「ファイルシステム」でGIMPを検索し、これを取得しました。
他のアプリをパッケージ化するときにこれをどのように行うことができますか?
/usr/share/applications/gimp.desktop
ファイルの内部を見てください。 Image
フィールドの値がgimp
に設定されていることがわかります。そのため、GIMPアイコンの絶対パスは指定されていません。これは、システムがおそらく/usr/share/icons
でアイコンを探すことを意味します。しかし、GIMPにはさらにアイコンがあり、テーマとこれを表示する解像度に応じて適切なアイコンが選択されます:
locate gimp.png
/usr/share/app-install/icons/gimp.png
/usr/share/icons/HighContrast/16x16/apps/gimp.png
/usr/share/icons/HighContrast/22x22/apps/gimp.png
/usr/share/icons/HighContrast/24x24/apps/gimp.png
/usr/share/icons/HighContrast/256x256/apps/gimp.png
/usr/share/icons/HighContrast/32x32/apps/gimp.png
/usr/share/icons/HighContrast/48x48/apps/gimp.png
/usr/share/icons/hicolor/16x16/apps/gimp.png
/usr/share/icons/hicolor/22x22/apps/gimp.png
/usr/share/icons/hicolor/24x24/apps/gimp.png
/usr/share/icons/hicolor/256x256/apps/gimp.png
/usr/share/icons/hicolor/32x32/apps/gimp.png
/usr/share/icons/hicolor/48x48/apps/gimp.png
最後に、Launcherで(おそらく設定に応じて)/usr/share/icons/hicolor/48x48/apps/gimp.png
ファイルを選択し、Dashで/usr/share/icons/hicolor/256x256/apps/gimp.png
ファイルを選択します。これらのファイルを開くと、画像とまったく同じように見えることがわかります。