mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
274ac6837f
Part of User Notes removal by https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
196 lines
5.4 KiB
XML
196 lines
5.4 KiB
XML
<?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 gnome-tweaks-download-http
|
|
"&gnome-download-http;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
|
|
<!ENTITY gnome-tweaks-download-ftp
|
|
"&gnome-download-ftp;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
|
|
<!ENTITY gnome-tweaks-md5sum "ebfa262010021d812a8daae218cda576">
|
|
<!ENTITY gnome-tweaks-size "246 KB">
|
|
<!ENTITY gnome-tweaks-buildsize "5.9 MB">
|
|
<!ENTITY gnome-tweaks-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;">
|
|
<?dbhtml filename="gnome-tweaks.html"?>
|
|
|
|
|
|
<title>gnome-tweaks-&gnome-tweaks-version;</title>
|
|
|
|
<indexterm zone="gnome-tweaks">
|
|
<primary sortas="a-gnome-tweaks">gnome-tweaks</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Tweaks</title>
|
|
|
|
<para>
|
|
<application>GNOME Tweaks</application> is a simple program used
|
|
to tweak advanced <application>GNOME</application> settings.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-tweaks-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-tweaks-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-tweaks-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-tweaks-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-tweaks-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-tweaks-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="gsettings-desktop-schemas"/>,
|
|
<xref linkend="libhandy1"/>,
|
|
<xref linkend="pygobject3"/>, and
|
|
<xref linkend="sound-theme-freedesktop"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Tweaks</title>
|
|
|
|
<!--
|
|
<para>
|
|
First, port gnome-tweaks to libhandy-1.x:
|
|
</para>
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch</userinput></screen>
|
|
|
|
|
|
<para>
|
|
First, if you are upgrading from gnome-tweaks-3.34.x, remove some
|
|
incompatible files as the <systemitem class="username">root</systemitem>
|
|
user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python&python3-majorver;/site-packages/gtweak</userinput></screen>
|
|
|
|
<para>
|
|
Next, fix building with newer versions of
|
|
<application>meson</application>:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
|
|
-->
|
|
<para>
|
|
Install <application>GNOME Tweaks</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release &&
|
|
ninja</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>ninja install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gnome-tweaks
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/python&python3-majorver;/site-packages/gtweak and
|
|
/usr/share/gnome-tweaks
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnome-tweaks-prog">
|
|
<term><command>gnome-tweaks</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to tweak advanced <application>GNOME</application>
|
|
settings
|
|
</para>
|
|
<indexterm zone="gnome-tweaks gnome-tweaks-prog">
|
|
<primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|