diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:24 +0000 |
commit | 1e2ccef73c5ca96f7884a452b65cdbbff51c43ca (patch) | |
tree | 15afec6ee566d7919e0e640816faeebc777e3911 /gnome-system-monitor.appdata.xml.in | |
parent | Initial commit. (diff) | |
download | gnome-system-monitor-1e2ccef73c5ca96f7884a452b65cdbbff51c43ca.tar.xz gnome-system-monitor-1e2ccef73c5ca96f7884a452b65cdbbff51c43ca.zip |
Adding upstream version 3.38.0.upstream/3.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnome-system-monitor.appdata.xml.in')
-rw-r--r-- | gnome-system-monitor.appdata.xml.in | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/gnome-system-monitor.appdata.xml.in b/gnome-system-monitor.appdata.xml.in new file mode 100644 index 0000000..7181f40 --- /dev/null +++ b/gnome-system-monitor.appdata.xml.in @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2016 Robert Roth --> +<component type="desktop"> + <id>gnome-system-monitor.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <name>GNOME System Monitor</name> + <summary>View and manage system resources</summary> + <description> + <p> + System Monitor is a process viewer and system monitor with + an attractive, easy-to-use interface. + </p> + <p> + System Monitor can help you find out what applications are using the processor + or the memory of your computer, can manage the running applications, force + stop processes not responding, and change the state or priority of existing + processes. + </p> + <p> + The resource graphs feature shows you a quick overview of what is going on with your + computer displaying recent network, memory and processor usage. + </p> + </description> + <screenshots> + <screenshot height="650" width="1176" type="default"> + <image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Processes.png</image> + <caption>Process list view</caption> + </screenshot> + <screenshot height="650" width="1176"> + <image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Resources.png</image> + <caption>Resources overview</caption> + </screenshot> + <screenshot height="650" width="1176"> + <image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Disks.png</image> + <caption>File Systems view</caption> + </screenshot> + </screenshots> + <update_contact>robert.roth.off_at_gmail.com</update_contact> + <project_group>GNOME</project_group> + <compulsory_for_desktop>GNOME</compulsory_for_desktop> + <translation type="gettext">gnome-system-monitor</translation> + + <project_license>GPL-2.0</project_license> + + <developer_name>The GNOME Project</developer_name> + + <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-system-monitor/issues</url> + + <!--GNOME Projects usually have no per-app donation page--> + <url type="donation">http://www.gnome.org/friends/</url> + + <url type="help">https://help.gnome.org/users/gnome-system-monitor/stable/</url> + <url type="homepage">https://wiki.gnome.org/Apps/SystemMonitor</url> + <url type="translate">https://l10n.gnome.org/module/gnome-system-monitor/</url> + +</component> |