From ebf2a8f87f4f0ce69b62d4f11628fe1560c25f83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 16 Jun 2008 16:13:59 +0200 Subject: [PATCH] Provide a .desktop file for quasselclient too. The current quassel.desktop file only work with the monolithic application (client and core in one file). Provide a desktop file for the client-only application too. Signed-off-by: Manuel Nickschas --- quasselclient.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 quasselclient.desktop diff --git a/quasselclient.desktop b/quasselclient.desktop new file mode 100644 index 00000000..887082a7 --- /dev/null +++ b/quasselclient.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Quassel IRC +GenericName=IRC Client +Comment=Distributed IRC client with central core component +Icon=quassel +TryExec=quasselclient +Exec=quasselclient +Categories=Qt;Network;Chat;IRCClient; -- 2.20.1