From b1f7177d7fde7ea10de8621c07e05f476ab7992a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 24 Dec 2019 16:58:45 +0200 Subject: [PATCH] etc/xdg/autostart: add dino & jami --- etc/xdg/autostart/dino.desktop | 5 +++++ etc/xdg/autostart/jami.desktop | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 etc/xdg/autostart/dino.desktop create mode 100755 etc/xdg/autostart/jami.desktop diff --git a/etc/xdg/autostart/dino.desktop b/etc/xdg/autostart/dino.desktop new file mode 100755 index 00000000..47b9fae0 --- /dev/null +++ b/etc/xdg/autostart/dino.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Dino +Exec=dino +Icon=dino +Type=Application diff --git a/etc/xdg/autostart/jami.desktop b/etc/xdg/autostart/jami.desktop new file mode 100755 index 00000000..c777e312 --- /dev/null +++ b/etc/xdg/autostart/jami.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Jami +Exec=jami-gnome -r +Icon=jami +Type=Application