69 lines
2.8 KiB
XML
69 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright © 2014 Christian Persch
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of either:
|
|
|
|
* the GNU General Public License as published by the Free
|
|
Software Foundation; either version 3 of the License, or (at your
|
|
option) any later version.
|
|
|
|
or
|
|
|
|
* the GNU Free Documentation License version 1.3 as published by the
|
|
Free Software Foundation; with no Invariant Sections, no Front-Cover
|
|
Texts, and no Back-Cover Texts.
|
|
|
|
or both in parallel, as here.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License and the GNU Free Documentation License
|
|
for more details.
|
|
|
|
You should have received a copy of the GNU General Public License and
|
|
of the GNU Free Documentation License along with this program.
|
|
If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<component
|
|
xmlns="https://specifications.freedesktop.org/metainfo/1.0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
type="desktop-application">
|
|
<id>org.gnome.Terminal.desktop</id>
|
|
<metadata_license>GPL-3.0+ or GFDL-1.3-only</metadata_license>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<name>Terminal</name>
|
|
<summary>Use the command line</summary>
|
|
<description>
|
|
<p>GNOME Terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system.</p>
|
|
<p>It supports several profiles, multiple tabs and implements several keyboard shortcuts.</p>
|
|
</description>
|
|
<recommends>
|
|
<control>console</control>
|
|
<control>keyboard</control>
|
|
<control>pointing</control>
|
|
</recommends>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<kudos>
|
|
<kudo>HiDpiIcon</kudo>
|
|
<kudo>HighContrast</kudo>
|
|
<kudo>ModernToolkit</kudo>
|
|
<kudo>SearchProvider</kudo>
|
|
<kudo>UserDocs</kudo>
|
|
</kudos>
|
|
<url type="homepage">https://gitlab.gnome.org/GNOME/gnome-terminal/-/wikis/home</url>
|
|
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues</url>
|
|
<url type="faq">https://gitlab.gnome.org/GNOME/gnome-terminal/-/wikis/FAQ</url>
|
|
<url type="help">https://help.gnome.org/users/gnome-terminal/stable/</url>
|
|
<url type="translate">https://l10n.gnome.org/module/gnome-terminal/</url>
|
|
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnome-terminal</url>
|
|
<project_group>GNOME</project_group>
|
|
<launchable type="desktop-id">org.gnome.Terminal.desktop</launchable>
|
|
<translation type="gettext">gnome-terminal</translation>
|
|
</component>
|