source: gnome/applications/gnome-tweaks.xml@ 731c264

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 731c264 was 629fe8a, checked in by Xi Ruoyao <xry111@…>, 3 years ago

gnome-tweaks: don't hard code "python3.9"

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