From 6a02040220b235a2dc87f4193562f52ab6e600ed Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 12 Aug 2012 23:18:22 +0000 Subject: [PATCH] add launcher with --agent option SVN revision: 75177 --- Makefile.am | 4 +++- data/desktop/econnman-agent.desktop | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 data/desktop/econnman-agent.desktop diff --git a/Makefile.am b/Makefile.am index d344685..8a64eb5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ econnman-bin: $(top_srcdir)/econnman-bin.in $(top_builddir)/Makefile chmod +x $(top_builddir)/econnman-bin desktopdir = $(datadir)/applications -desktop_DATA = data/desktop/econnman.desktop +desktop_DATA = \ + data/desktop/econnman-agent.desktop \ + data/desktop/econnman.desktop EXTRA_DIST += $(desktop_DATA) diff --git a/data/desktop/econnman-agent.desktop b/data/desktop/econnman-agent.desktop new file mode 100644 index 0000000..0f9697f --- /dev/null +++ b/data/desktop/econnman-agent.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Icon=econnman +Name=EConnMan with Agent +GenericName=Connection Manager +Comment=Manage your internet connections using ConnMan and EFL. Version with agent to get passwords and other input. +Categories=Network;Settings;Enlightenment; +Exec=econnman-bin --agent +StartupNotify=true +Terminal=false