File: extensions.page

package info (click to toggle)
gnome-user-docs 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 143,008 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (50 lines) | stat: -rw-r--r-- 1,903 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="extensions" xml:lang="fa">

  <info>
    <link type="guide" xref="software#extension"/>
    <link type="seealso" xref="extensions-lockdown"/>
    <link type="seealso" xref="extensions-enable"/>
    <revision pkgversion="3.9" date="2013-08-07" status="review"/>

    <credit type="author copyright">
      <name>پیتر کوار</name>
      <email>pknbe@volny.cz</email>
      <years>۲۰۱۳</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>GNOME Shell extensions allow customizing the default GNOME Shell
    interface.</desc>
  </info>

  <title>What are GNOME Shell extensions?</title>
  
  <p>GNOME Shell extensions allow customizing the default GNOME Shell interface
  and its parts, such as window management and application launching.</p>
  
  <p>Each GNOME Shell extension is identified by a unique identifier, the uuid.
  The uuid is also used for the name of the directory where an extension is
  installed. You can either install the extension per-user in
  <file>~/.local/share/gnome-shell/extensions/&lt;uuid&gt;</file>, or
  machine-wide in
  <file>/usr/share/gnome-shell/extensions/&lt;uuid&gt;</file>.</p>
  
  <p>To view installed extensions, you can use <app>Looking Glass</app>, GNOME
  Shell’s integrated debugger and inspector tool.</p>
  
  <steps>
    <title>View installed extensions</title>
    <item>
      <p>Press <keyseq type="combo"><key>Alt</key><key>F2</key></keyseq>,
      type in <em>lg</em> and press <key>Enter</key> to open
      <app>Looking Glass</app>.</p>
    </item>
    <item>
      <p>On the top bar of <app>Looking Glass</app>, click
      <gui>Extensions</gui> to open the list of installed extensions.</p>
    </item>
  </steps>

</page>