source: gnome/applications/gnome-tweaks.xml@ fb8f00e

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fb8f00e was 0755478b, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Tag most gnome apps

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[36bbe491]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[3ffdac24]7 <!ENTITY gnome-tweaks-download-http
[1a8fb18]8 "&gnome-download-http;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
[3ffdac24]9 <!ENTITY gnome-tweaks-download-ftp
[1a8fb18]10 "&gnome-download-ftp;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
11 <!ENTITY gnome-tweaks-md5sum "81b5883a6f0046f1b63cc998829d83e4">
12 <!ENTITY gnome-tweaks-size "248 KB">
13 <!ENTITY gnome-tweaks-buildsize "5.3 MB">
[3ffdac24]14 <!ENTITY gnome-tweaks-time "less than 0.1 SBU">
[36bbe491]15]>
16
[51dfb3e]17<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;">
[3ffdac24]18 <?dbhtml filename="gnome-tweaks.html"?>
[36bbe491]19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
[3ffdac24]24 <title>gnome-tweaks-&gnome-tweaks-version;</title>
[36bbe491]25
[3ffdac24]26 <indexterm zone="gnome-tweaks">
27 <primary sortas="a-gnome-tweaks">gnome-tweaks</primary>
[36bbe491]28 </indexterm>
29
30 <sect2 role="package">
[3ffdac24]31 <title>Introduction to GNOME Tweaks</title>
[36bbe491]32
33 <para>
[3ffdac24]34 <application>GNOME Tweaks</application> is a simple program used
[36bbe491]35 to tweak advanced <application>GNOME</application> settings.
36 </para>
37
[0755478b]38 &lfs111_checked;
[36bbe491]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
[3ffdac24]44 Download (HTTP): <ulink url="&gnome-tweaks-download-http;"/>
[36bbe491]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[3ffdac24]49 Download (FTP): <ulink url="&gnome-tweaks-download-ftp;"/>
[36bbe491]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[3ffdac24]54 Download MD5 sum: &gnome-tweaks-md5sum;
[36bbe491]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[3ffdac24]59 Download size: &gnome-tweaks-size;
[36bbe491]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[3ffdac24]64 Estimated disk space required: &gnome-tweaks-buildsize;
[36bbe491]65 </para>
66 </listitem>
67 <listitem>
68 <para>
[3ffdac24]69 Estimated build time: &gnome-tweaks-time;
[36bbe491]70 </para>
71 </listitem>
72 </itemizedlist>
73
[1a8fb18]74<!--
[fb9b0c1]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
[1a8fb18]84-->
[fb9b0c1]85
[3ffdac24]86 <bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
[36bbe491]87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="gtk3"/>,
[34fe1f4d]91 <xref linkend="gsettings-desktop-schemas"/>,
[fb9b0c1]92 <xref linkend="libhandy1"/>,
[34fe1f4d]93 <xref linkend="pygobject3"/>, and
94 <xref linkend="sound-theme-freedesktop"/>
[36bbe491]95 </para>
96
97 <para condition="html" role="usernotes">
[3ffdac24]98 User Notes: <ulink url="&blfs-wiki;/gnome-tweaks"/>
[36bbe491]99 </para>
100 </sect2>
101
102 <sect2 role="installation">
[3ffdac24]103 <title>Installation of GNOME Tweaks</title>
[36bbe491]104
[1a8fb18]105<!--
[fb9b0c1]106 <para>
107 First, port gnome-tweaks to libhandy-1.x:
108 </para>
109
110<screen><userinput remap="pre">patch -Np1 -i ../gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch</userinput></screen>
[1a8fb18]111-->
112
113 <para>
114 First, if you are upgrading from gnome-tweaks-3.34.x, remove some
115 incompatible files as the <systemitem class="username">root</systemitem>
116 user:
117 </para>
118
[629fe8a]119<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python&python3-majorver;/site-packages/gtweak</userinput></screen>
[fb9b0c1]120
[2f2bfbd]121 <para>
122 Next, fix building with newer versions of
123 <application>meson</application>:
124 </para>
125
126<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
127
[36bbe491]128 <para>
[3ffdac24]129 Install <application>GNOME Tweaks</application> by running the following
[36bbe491]130 commands:
131 </para>
132
[1cd0875]133<screen><userinput>mkdir build &amp;&amp;
[5ff1726]134cd build &amp;&amp;
135
[adf17153]136meson --prefix=/usr --buildtype=release &amp;&amp;
[1cd0875]137ninja</userinput></screen>
[36bbe491]138
139 <para>
140 This package does not come with a test suite.
141 </para>
142
143 <para>
144 Now, as the <systemitem class="username">root</systemitem> user:
145 </para>
146
[1cd0875]147<screen role="root"><userinput>ninja install</userinput></screen>
[36bbe491]148 </sect2>
149
[adf17153]150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/meson-buildtype-release.xml"/>
155 </sect2>
156
[36bbe491]157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
[3ffdac24]167 gnome-tweaks
[36bbe491]168 </seg>
169 <seg>
170 None
171 </seg>
172 <seg>
[34fe1f4d]173 /usr/lib/python&python3-majorver;/site-packages/gtweak and
[3ffdac24]174 /usr/share/gnome-tweaks
[36bbe491]175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
[3ffdac24]184 <varlistentry id="gnome-tweaks-prog">
185 <term><command>gnome-tweaks</command></term>
[36bbe491]186 <listitem>
187 <para>
188 is used to tweak advanced <application>GNOME</application>
[4c24eb0a]189 settings
[36bbe491]190 </para>
[3ffdac24]191 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
192 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
[36bbe491]193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.