diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-04 09:48:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-04 09:48:23 +0200 |
commit | 657eaefb193b86bbf2cb5ef994e0a00e474cee41 (patch) | |
tree | 8063b69505f7c5c809157c6e107d9c1fde632bcd | |
parent | 98f612e324b8a95be2a5459b5b1158e4a502aab4 (diff) | |
download | vconsole-657eaefb193b86bbf2cb5ef994e0a00e474cee41.tar.gz |
add desktop file
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | vconsole.desktop | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c1c2411..a124216 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,7 +50,7 @@ install: build $(INSTALL_DIR) $(DESTDIR)/etc $(bindir) $(mandir)/man1 $(INSTALL_BINARY) $(TARGETS) $(bindir) $(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1 -# $(INSTALL_DATA) $(DESKTOP) $(appdir) + $(INSTALL_DATA) $(DESKTOP) $(appdir) clean: -rm -f *.o *~ $(depfiles) diff --git a/vconsole.desktop b/vconsole.desktop new file mode 100644 index 0000000..f50d205 --- /dev/null +++ b/vconsole.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=vconsole +Comment=virtual machine console +Exec=vconsole +Terminal=false +Type=Application +Categories=GTK;System; |