add launcher with --agent option

SVN revision: 75177
This commit is contained in:
Gustavo Sverzut Barbieri 2012-08-12 23:18:22 +00:00
parent 9e293b574d
commit 6a02040220
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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