wmifs: Add desktop entry file.
This commit is contained in:
parent
a70ee1fafb
commit
fbbc06d554
|
@ -5,3 +5,6 @@ EXTRA_DIST = BUGS CHANGES HINTS sample.wmifsrc wmifs-mask.xbm wmifs-master.xpm
|
||||||
AM_CPPFLAGS = -DCONF=\"@sysconfdir@\"
|
AM_CPPFLAGS = -DCONF=\"@sysconfdir@\"
|
||||||
AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(dockapp_CFLAGS)
|
AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(dockapp_CFLAGS)
|
||||||
LIBS += $(x11_LIBS) $(xpm_LIBS) $(dockapp_LIBS)
|
LIBS += $(x11_LIBS) $(xpm_LIBS) $(dockapp_LIBS)
|
||||||
|
|
||||||
|
desktopdir = @datadir@/applications
|
||||||
|
dist_desktop_DATA = wmifs.desktop
|
||||||
|
|
8
wmifs/wmifs.desktop
Normal file
8
wmifs/wmifs.desktop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=WMiFS
|
||||||
|
Comment=Complete network monitoring dockapp
|
||||||
|
Exec=wmifs
|
||||||
|
Categories=Network;Monitor
|
||||||
|
Keywords=network monitor;dockapp;window maker
|
Loading…
Reference in a new issue