From 956e54088c57d25de2cbb3e0970fe3d037d1a53a Mon Sep 17 00:00:00 2001 From: coderkun Date: Thu, 16 Feb 2017 21:44:32 +0100 Subject: [PATCH] =?UTF-8?q?Add=20new=20script=20=E2=80=9Cgajim=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gajim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 gajim diff --git a/gajim b/gajim new file mode 100755 index 0000000..78adc62 --- /dev/null +++ b/gajim @@ -0,0 +1,8 @@ +#!/bin/bash + + +# Start notification daemon +/usr/lib/notification-daemon-1.0/notification-daemon + +# Execute Gajim +exec /usr/bin/gajim