glfs/lxqt/apps/qps.xml

192 lines
5.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY qps-download-http "https://github.com/lxqt/qps/releases/download/&qps-version;/qps-&qps-version;.tar.xz">
<!ENTITY qps-download-ftp " ">
<!ENTITY qps-md5sum "e5e33db8d827a9b6f58e735e2b689c72">
<!ENTITY qps-size "263 KB">
<!ENTITY qps-buildsize "5.0 MB">
<!ENTITY qps-time "0.3 SBU">
]>
<sect1 id="qps" xreflabel="qps-&qps-version;">
<?dbhtml filename="qps.html"?>
<title>qps-&qps-version;</title>
<indexterm zone="qps">
<primary sortas="a-qps">qps</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to qps</title>
<para>
The <application>qps</application> package contains a Qt process
manager.
</para>
&lfs113_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&qps-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&qps-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &qps-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &qps-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &qps-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &qps-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">qps Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/>
</para>
<!--
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="git"/> (to download translation files) or
<xref linkend="lxqt-l10n"/> (to add localization files)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/qps"/>
</para>
-->
</sect2>
<sect2 role="installation">
<title>Installation of qps</title>
<para>
Install <application>qps</application> by running the following
commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
2023-07-11 07:39:23 +08:00
-DCMAKE_INSTALL_PREFIX=/usr \
-DPULL_TRANSLATIONS=no \
.. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>
If you installed in /opt, again as the
<systemitem class="username">root</systemitem> user:
</para>
2023-07-11 07:39:23 +08:00
<screen role="root"><userinput>ln -svf /usr/share/applications/qps.desktop \
/usr/share/applications &amp;&amp;
2023-07-11 07:39:23 +08:00
ln -svf /usr/share/applications/qps-screenshot.desktop \
/usr/share/applications</userinput></screen>
<para>
If you have <xref linkend="xdg-utils"/> installed, as the <systemitem
class="username">root</systemitem> user, run <command>xdg-icon-resource
forceupdate --theme hicolor</command>.
</para>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
<xref linkend="git"/>, which would otherwise be requested to download
the translation files.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
qps
</seg>
<seg>
None
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="qps-prog">
<term><command>qps</command></term>
<listitem>
<para>
is a lightweight image viewer and screenshot program. There is a
menu entry at Utilities for the screenshot program. From command
line, obtain a full screen or window shot by running
<command>qps --screenshot</command>.
</para>
<indexterm zone="qps qps-prog">
<primary sortas="b-qps">qps</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>