aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--vconsole.desktop7
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;