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

11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fffabd8 was 1a8fb18, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to dconf-editor-3.38.3
Update to gvfs-1.48.0
Update to nautilus-40.0
Update to gnome-bluetooth-3.34.5
Update to gnome-keyring-40.0
Update to gnome-settings-daemon-40.0
Update to gnome-control-center-40.0
Update to mutter-40.0
Update to gnome-shell-40.0
Update to gnome-shell-extensions-40.0
Update to gdm-40.0
Update to gnome-user-docs-40.0
Update to yelp-40.0
Update to evolution-3.40.0
Update to gnome-tweaks-40.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24444 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
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
7 <!ENTITY gnome-tweaks-download-http
8 "&gnome-download-http;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
9 <!ENTITY gnome-tweaks-download-ftp
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">
14 <!ENTITY gnome-tweaks-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;">
18 <?dbhtml filename="gnome-tweaks.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-tweaks-&gnome-tweaks-version;</title>
26
27 <indexterm zone="gnome-tweaks">
28 <primary sortas="a-gnome-tweaks">gnome-tweaks</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Tweaks</title>
33
34 <para>
35 <application>GNOME Tweaks</application> is a simple program used
36 to tweak advanced <application>GNOME</application> settings.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-tweaks-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-tweaks-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-tweaks-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-tweaks-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-tweaks-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-tweaks-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75<!--
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Required patch:
81 <ulink url="&patch-root;/gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85-->
86
87 <bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="gtk3"/>,
92 <xref linkend="gsettings-desktop-schemas"/>,
93 <xref linkend="libhandy1"/>,
94 <xref linkend="pygobject3"/>, and
95 <xref linkend="sound-theme-freedesktop"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/gnome-tweaks"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GNOME Tweaks</title>
105
106<!--
107 <para>
108 First, port gnome-tweaks to libhandy-1.x:
109 </para>
110
111<screen><userinput remap="pre">patch -Np1 -i ../gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch</userinput></screen>
112-->
113
114 <para>
115 First, if you are upgrading from gnome-tweaks-3.34.x, remove some
116 incompatible files as the <systemitem class="username">root</systemitem>
117 user:
118 </para>
119
120<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python3.9/site-packages/gtweak</userinput></screen>
121
122 <para>
123 Install <application>GNOME Tweaks</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>mkdir build &amp;&amp;
128cd build &amp;&amp;
129
130meson --prefix=/usr &amp;&amp;
131ninja</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 gnome-tweaks
155 </seg>
156 <seg>
157 None
158 </seg>
159 <seg>
160 /usr/lib/python&python3-majorver;/site-packages/gtweak and
161 /usr/share/gnome-tweaks
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="gnome-tweaks-prog">
172 <term><command>gnome-tweaks</command></term>
173 <listitem>
174 <para>
175 is used to tweak advanced <application>GNOME</application>
176 settings
177 </para>
178 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
179 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.