diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-06 23:57:59 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-06 23:57:59 +0100 |
commit | 17ceaa364a9cf482612dc1babbe9d300b70aa41a (patch) | |
tree | aa88b9ed4973ecd1761c2a3941f916836ff72487 | |
parent | eb7b95cc5e20488865a6950341c3a8ed8d721b55 (diff) | |
download | mate-system-monitor-17ceaa364a9cf482612dc1babbe9d300b70aa41a.tar.bz2 mate-system-monitor-17ceaa364a9cf482612dc1babbe9d300b70aa41a.tar.xz |
re-add desktop file
-rw-r--r-- | mate-system-monitor.desktop.in.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mate-system-monitor.desktop.in.in b/mate-system-monitor.desktop.in.in new file mode 100644 index 0000000..78b6353 --- /dev/null +++ b/mate-system-monitor.desktop.in.in @@ -0,0 +1,16 @@ +[Desktop Entry] +_Name=System Monitor +_Comment=View current processes and monitor system state +TryExec=mate-system-monitor +Exec=mate-system-monitor +Icon=utilities-system-monitor +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;System;Monitor; +OnlyShowIn=MATE +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=system-monitor +X-MATE-Bugzilla-Component=general +X-MATE-Bugzilla-Version=@VERSION@ + |