Adding Linux supports
diff --git a/linux/chronochat.desktop.in b/linux/chronochat.desktop.in
new file mode 100644
index 0000000..3ff74e5
--- /dev/null
+++ b/linux/chronochat.desktop.in
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Name=ChronoChat
+Keywords=Internet;NDN;Chat
+Exec=@BINDIR@/@BINARY@
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=@DATAROOTDIR@/chronochat/icon-main.png
+Categories=GNOME;GTK;Network;
+StartupNotify=true
+Actions=NewWindow;NewPrivateWindow;
\ No newline at end of file