source: archive/gnome-tweak-tool.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.3 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-tweak-tool-download-http
8 "&gnome-download-http;/gnome-tweaks/&gnome-minor-28;/gnome-tweak-tool-&gnome-tweaks-version;.tar.xz">
9 <!ENTITY gnome-tweak-tool-download-ftp
10 "&gnome-download-ftp;/gnome-tweaks/&gnome-minor-28;/gnome-tweak-tool-&gnome-tweaks-version;.tar.xz">
11 <!ENTITY gnome-tweaks-md5sum "2018fc13a1e61fbaff3ee53b4968d7eb">
12 <!ENTITY gnome-tweaks-size "248 KB">
13 <!ENTITY gnome-tweaks-buildsize "3.0 MB">
14 <!ENTITY gnome-tweaks-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;" revision="systemd">
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 &lfs82_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 <bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="gsettings-desktop-schemas"/>, and
80 <xref linkend="pygobject3"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/gnome-tweaks"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GNOME Tweaks</title>
90
91 <para>
92 Install <application>GNOME Tweaks</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99meson --prefix=/usr &amp;&amp;
100ninja</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>ninja install</userinput></screen>
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 gnome-tweaks
124 </seg>
125 <seg>
126 None
127 </seg>
128 <seg>
129 /usr/lib/python&python2-majorver;/site-packages/gtweak and
130 /usr/share/gnome-tweaks
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="gnome-tweaks-prog">
141 <term><command>gnome-tweaks</command></term>
142 <listitem>
143 <para>
144 is used to tweak advanced <application>GNOME</application>
145 settings.
146 </para>
147 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
148 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.