source: gnome/platform/gnome-shell-extensions.xml@ 7864d83

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 7864d83 was 7438811, checked in by Douglas R. Reno <renodr@…>, 8 months ago

Fix crashes in gnome-shell-extensions when using the Workspace Indicator
extension.

  • 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-shell-extensions-download-http
8 "&gnome-download-http;/gnome-shell-extensions/&gnome-45;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
9 <!ENTITY gnome-shell-extensions-download-ftp " ">
10 <!ENTITY gnome-shell-extensions-md5sum "744b5eae537ef4f2983b557814118eb8">
11 <!ENTITY gnome-shell-extensions-size "200 KB">
12 <!ENTITY gnome-shell-extensions-buildsize "3.5 MB">
13 <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
17 <?dbhtml filename="gnome-shell-extensions.html"?>
18
19
20 <title>gnome-shell-extensions-&gnome-shell-extensions-version;</title>
21
22 <indexterm zone="gnome-shell-extensions">
23 <primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Shell Extensions</title>
28
29 <para>
30 The <application>GNOME Shell Extensions</application> package contains
31 a collection of extensions providing additional and optional
32 functionality to the <application>GNOME Shell</application>.
33 </para>
34
35 &lfs120_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-shell-extensions-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-shell-extensions-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-shell-extensions-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-shell-extensions-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-shell-extensions-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fixes-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="libgtop"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref role="runtime" linkend="gnome-menus"/>
91 (runtime, for Applications Menu extension) and
92 <xref linkend="sassc"/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Shell Extensions</title>
99
100 <para>
101 First, fix a crash when using the Workspace Indicator extension:
102 </para>
103
104<screen><userinput remap="pre">patch -Np1 -i ../gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fixes-1.patch</userinput></screen>
105
106 <para>
107 Install <application>GNOME Shell Extensions</application> by running the
108 following commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson setup --prefix=/usr .. </userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>ninja install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 None
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 /usr/share/gnome-shell/extensions
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.