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