Skip to content

Commit

Permalink
add icon to appdata and install icon in hicolor instead of pixmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Mar 20, 2016
1 parent 4a78fc2 commit 21d05dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions helpers/appdata/kdocker.appdata.xml
Expand Up @@ -12,6 +12,9 @@
<p>All you need to do is start KDocker and select an application using the mouse and lo! the application gets docked into the system tray. The application can also be made to disappear from the task bar.</p> <p>All you need to do is start KDocker and select an application using the mouse and lo! the application gets docked into the system tray. The application can also be made to disappear from the task bar.</p>
<p xml:lang="x-eg">Example para 2</p> <p xml:lang="x-eg">Example para 2</p>
</description> </description>
<icon type="cached">kdocker.png</icon>
<icon type="remote" width="128" height="128">https://raw.githubusercontent.com/user-none/KDocker/master/resources/images/kdocker.png</icon>
<icon type="local" width="128" height="128">/usr/share/icons/hicolor/128x128/apps/kdocker.png</icon>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image width="640" height="360">https://raw.githubusercontent.com/user-none/KDocker/master/helpers/appdata/context.png</image> <image width="640" height="360">https://raw.githubusercontent.com/user-none/KDocker/master/helpers/appdata/context.png</image>
Expand Down
2 changes: 1 addition & 1 deletion kdocker.pro
Expand Up @@ -34,7 +34,7 @@ DEFINES += TRANSLATIONS_PATH=\\\"$${TRANSLATIONS_PATH}/i18n\\\"
#translations.path = $$TRANSLATIONS_PATH #translations.path = $$TRANSLATIONS_PATH
#translations.files = build/i18n #translations.files = build/i18n


icons.path = /usr/share/pixmaps icons.path = /usr/share/icons/hicolor/128x128/apps
icons.files = resources/images/kdocker.png icons.files = resources/images/kdocker.png


desktop.path = /usr/share/applications desktop.path = /usr/share/applications
Expand Down

0 comments on commit 21d05dd

Please sign in to comment.