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-shell-extensions-download-http
|
---|
8 | "&gnome-download-http;/gnome-shell-extensions/&gnome-40;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
|
---|
9 | <!ENTITY gnome-shell-extensions-download-ftp
|
---|
10 | "&gnome-download-ftp;/gnome-shell-extensions/&gnome-40;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
|
---|
11 | <!ENTITY gnome-shell-extensions-md5sum "0b171ffdc322a9557c02ed6ac8ecf711">
|
---|
12 | <!ENTITY gnome-shell-extensions-size "216 KB">
|
---|
13 | <!ENTITY gnome-shell-extensions-buildsize "2.9 MB">
|
---|
14 | <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
|
---|
18 | <?dbhtml filename="gnome-shell-extensions.html"?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>gnome-shell-extensions-&gnome-shell-extensions-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="gnome-shell-extensions">
|
---|
27 | <primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to GNOME Shell Extensions</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | The <application>GNOME Shell Extensions</application> package contains
|
---|
35 | a collection of extensions providing additional and optional
|
---|
36 | functionality to the <application>GNOME Shell</application>.
|
---|
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-shell-extensions-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &gnome-shell-extensions-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &gnome-shell-extensions-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &gnome-shell-extensions-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &gnome-shell-extensions-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para role="required">
|
---|
79 | <xref linkend="libgtop"/>
|
---|
80 | </para>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
83 | <para role="optional">
|
---|
84 | <xref linkend="sassc"/>
|
---|
85 | </para>
|
---|
86 |
|
---|
87 | <para condition="html" role="usernotes">User Notes:
|
---|
88 | <ulink url="&blfs-wiki;/gnome-shell-extensions"/>
|
---|
89 | </para>
|
---|
90 | </sect2>
|
---|
91 |
|
---|
92 | <sect2 role="installation">
|
---|
93 | <title>Installation of GNOME Shell Extensions</title>
|
---|
94 |
|
---|
95 | <!-- https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/302 -->
|
---|
96 | <warning>
|
---|
97 | <para>
|
---|
98 | If you have the windowsNavigator extension enabled and you are upgrading
|
---|
99 | from a previous version of GNOME, disable it before continuing.
|
---|
100 | This extension is known to cause the Overview menu to lockup after
|
---|
101 | an application is opened.
|
---|
102 | </para>
|
---|
103 | </warning>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | Install <application>GNOME Shell Extensions</application> by running the
|
---|
107 | following commands:
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <screen><userinput>mkdir build &&
|
---|
111 | cd build &&
|
---|
112 |
|
---|
113 | meson --prefix=/usr .. </userinput></screen>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | This package does not come with a test suite.
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
124 |
|
---|
125 | </sect2>
|
---|
126 |
|
---|
127 | <sect2 role="content">
|
---|
128 | <title>Contents</title>
|
---|
129 |
|
---|
130 | <segmentedlist>
|
---|
131 | <segtitle>Installed Programs</segtitle>
|
---|
132 | <segtitle>Installed Libraries</segtitle>
|
---|
133 | <segtitle>Installed Directories</segtitle>
|
---|
134 |
|
---|
135 | <seglistitem>
|
---|
136 | <seg>
|
---|
137 | None
|
---|
138 | </seg>
|
---|
139 | <seg>
|
---|
140 | None
|
---|
141 | </seg>
|
---|
142 | <seg>
|
---|
143 | /usr/share/gnome-shell/extensions
|
---|
144 | </seg>
|
---|
145 | </seglistitem>
|
---|
146 | </segmentedlist>
|
---|
147 |
|
---|
148 | </sect2>
|
---|
149 |
|
---|
150 | </sect1>
|
---|