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

10.0 10.1 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 ac84482 was 1f1fcdb5, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to gnome-control-center-3.34.4
Update to mutter-3.34.4
Update t- gnome-shell-3.34.4
Tag the GNOME Desktop section and Samba

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

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