mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
151 lines
4.4 KiB
XML
151 lines
4.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-shell-extensions-download-http
|
|
"&gnome-download-http;/gnome-shell-extensions/&gnome-40;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
|
|
<!ENTITY gnome-shell-extensions-download-ftp
|
|
"&gnome-download-ftp;/gnome-shell-extensions/&gnome-40;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
|
|
<!ENTITY gnome-shell-extensions-md5sum "1b53635d2f6bcb07e7008032313e3e8a">
|
|
<!ENTITY gnome-shell-extensions-size "216 KB">
|
|
<!ENTITY gnome-shell-extensions-buildsize "4.4 MB">
|
|
<!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
|
|
<?dbhtml filename="gnome-shell-extensions.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-shell-extensions-&gnome-shell-extensions-version;</title>
|
|
|
|
<indexterm zone="gnome-shell-extensions">
|
|
<primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Shell Extensions</title>
|
|
|
|
<para>
|
|
The <application>GNOME Shell Extensions</application> package contains
|
|
a collection of extensions providing additional and optional
|
|
functionality to the <application>GNOME Shell</application>.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-shell-extensions-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-shell-extensions-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-shell-extensions-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-shell-extensions-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-shell-extensions-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libgtop"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="sassc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-shell-extensions"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Shell Extensions</title>
|
|
|
|
<!-- https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/302 -->
|
|
<warning>
|
|
<para>
|
|
If you have the windowsNavigator extension enabled and you are upgrading
|
|
from a previous version of GNOME, disable it before continuing.
|
|
This extension is known to cause the Overview menu to lockup after
|
|
an application is opened.
|
|
</para>
|
|
</warning>
|
|
|
|
<para>
|
|
Install <application>GNOME Shell Extensions</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr .. </userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/gnome-shell/extensions
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|