source: gnome/platform/gnome-shell-extensions.xml@ 2c9b77a7

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2c9b77a7 was 274ac683, checked in by Xi Ruoyao <xry111@…>, 12 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 3.9 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-shell-extensions-download-http
8 "&gnome-download-http;/gnome-shell-extensions/&gnome-44;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
9 <!ENTITY gnome-shell-extensions-download-ftp
10 "&gnome-download-ftp;/gnome-shell-extensions/&gnome-44;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
11 <!ENTITY gnome-shell-extensions-md5sum "74c9e268a7b3bf56841f1508519eee5f">
12 <!ENTITY gnome-shell-extensions-size "224 KB">
13 <!ENTITY gnome-shell-extensions-buildsize "3.8 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
21 <title>gnome-shell-extensions-&gnome-shell-extensions-version;</title>
22
23 <indexterm zone="gnome-shell-extensions">
24 <primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Shell Extensions</title>
29
30 <para>
31 The <application>GNOME Shell Extensions</application> package contains
32 a collection of extensions providing additional and optional
33 functionality to the <application>GNOME Shell</application>.
34 </para>
35
36 &lfs113_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-shell-extensions-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-shell-extensions-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-shell-extensions-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-shell-extensions-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-shell-extensions-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libgtop"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref role="runtime" linkend="gnome-menus"/>
82 (runtime, for Applications Menu extension) and
83 <xref linkend="sassc"/>
84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GNOME Shell Extensions</title>
90
91 <para>
92 Install <application>GNOME Shell Extensions</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99meson setup --prefix=/usr .. </userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>ninja install</userinput></screen>
110
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 None
124 </seg>
125 <seg>
126 None
127 </seg>
128 <seg>
129 /usr/share/gnome-shell/extensions
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.