diff options
author | Darrell Anderson <[email protected]> | 2014-01-15 22:10:14 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-15 22:10:14 -0600 |
commit | 1b77bd0c72bbeae07aacdcf253b18bac3a030836 (patch) | |
tree | c422f32aabc42e7dfe7698681331cc00dc22f0e4 | |
parent | de68dbafd805b173e9226949d346dd3da9cb6372 (diff) | |
download | kkbswitch-1b77bd0c72bbeae07aacdcf253b18bac3a030836.tar.gz kkbswitch-1b77bd0c72bbeae07aacdcf253b18bac3a030836.zip |
Fix desktop file, create and install png icons.
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | hi16-app-kkbswitch.png | bin | 0 -> 798 bytes | |||
-rw-r--r-- | hi32-app-kkbswitch.png | bin | 0 -> 2326 bytes | |||
-rw-r--r-- | kkbswitch/kkbswitch.desktop | 3 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff46f2d..747439f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,3 +43,4 @@ rpm: $(specfile) rpmbuild --define "_topdir "`pwd` -ba SPECS/$(specfile) && \ cp SRPMS/* RPMS/*/* ../rpms && cd .. && rm -rf $(rpmdir) +KDE_ICON = kkbswitch diff --git a/hi16-app-kkbswitch.png b/hi16-app-kkbswitch.png Binary files differnew file mode 100644 index 0000000..885769b --- /dev/null +++ b/hi16-app-kkbswitch.png diff --git a/hi32-app-kkbswitch.png b/hi32-app-kkbswitch.png Binary files differnew file mode 100644 index 0000000..cb39384 --- /dev/null +++ b/hi32-app-kkbswitch.png diff --git a/kkbswitch/kkbswitch.desktop b/kkbswitch/kkbswitch.desktop index 021f586..bff149c 100644 --- a/kkbswitch/kkbswitch.desktop +++ b/kkbswitch/kkbswitch.desktop @@ -1,9 +1,10 @@ [Desktop Entry] Type=Application Name=KKBSwitch +GenericName=Keyboard Layout Indicator Exec=kkbswitch -caption "%c" %i %m Terminal=false -Icon=kkbswitch.xpm +Icon=kkbswitch DocPath=kkbswitch/index.html Comment=Keyboard Layout Indicator Comment[ru]=Индикатор раскладки клавиатуры |