You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* light editing `gnome-extensions.md`
* change quote to block quote
* fix "no raw URL's" issue
* fix some passive voice issues
* Sentence style capitalization throughout
* missed one passive voice statement not in block quotes
From the [GNOME website](https://extensions.gnome.org/about/){:target="_blank"}:
13
14
14
-
"GNOME Shell provides core user interface functions for GNOME, like switching to windows and launching applications. User interface elements provided by GNOME Shell include the Panel at the top of the screen, the Activities Overview, and Message Tray at the bottom of the screen."
15
-
16
-
GNOME Shell extensions are small pieces of code written by third party developers that modify the way GNOME works. (If you are familiar with Chrome Extensions or Firefox Addons, GNOME Shell extensions are similar to them.) You can find and install GNOME Shell extensions using this website.
17
-
18
-
Since extensions are created outside of the normal GNOME design and development process, they are supported by their authors, rather than by the GNOME community. Some features first implemented as extensions might find their way into future versions of GNOME."
15
+
>GNOME Shell provides core user interface functions for GNOME, like switching to windows and launching applications. User interface elements provided by GNOME Shell include the Panel at the top of the screen, the Activities Overview, and Message Tray at the bottom of the screen."
16
+
>GNOME Shell extensions are small pieces of code written by third party developers that modify the way GNOME works. (If you are familiar with Chrome Extensions or Firefox Addons, GNOME Shell extensions are similar to them.) You can find and install GNOME Shell extensions using this website.
17
+
>Creation of extensions are created outside of the normal GNOME design and development process, they are supported by their authors, rather than by the GNOME community. Some features first implemented as extensions might find their way into future versions of GNOME.
19
18
20
19
## Assumptions
21
20
@@ -26,51 +25,50 @@ Since extensions are created outside of the normal GNOME design and development
26
25
GNOME Extensions is available from the "appstream" repository, requiring no additional repository configuration. Install with:
27
26
28
27
```bash
29
-
sudo dnf install gnome-extensions
28
+
sudo dnf install gnome-extensions
30
29
```
31
30
32
31
Installation includes all needed dependencies.
33
32
34
-
## Install Browser Integration
33
+
## Install browser integration
35
34
36
-
Gnome Extensions has a software library available through their website gnome.extensions.org where you can install extensions right off their website. To achieve this a connection needs to be facilitated between your browser and gnome-extensions.
35
+
Gnome Extensions has a software library available through their website gnome.extensions.org where you can install extensions right off their website. To achieve this, your browser and gnome-extensions needs to facilitate a connection.
The browser extension used to faciliate extensions installations from extensions.gnome.org should automatically detect the version of GNOME shell your system is currently running.
45
+
The browser extension used to facilitate extensions installations from extensions.gnome.org should automatically detect the version of GNOME shell your system is currently running.
47
46
48
47
If you wish to perform a local install you will need to download the extension with the correct GNOME shell version.
49
48
50
49
```bash
51
50
gnome-shell --version
52
51
```
53
52
54
-
## Installing an Extension
53
+
## Installing an extension
55
54
56
-
For this example we will install the popular dash to dock extension.
55
+
For this example we will install the popular dash to dock extension.
57
56
58
57
1. Go to [dash to dock extension webpage](https://extensions.gnome.org/extension/307/dash-to-dock/){target="_blank"}
On this page you will find a list of installed extensions. You can toggle each of these on or off. You can also configure the shell settings by using the toggle button on either of the two available menu options "Disable all extensions" "Disable version validation".
72
-
70
+
On this page you will find a list of installed extensions. You can toggle each of these on or off. You can also configure the shell settings by using the toggle button on either of the two available menu options "Disable all extensions" "Disable version validation".
73
71
74
72
## Conclusion
75
73
76
-
GNOME Extensions is a good tool for adding additional functionality and customizing your GNOME desktop environment.
74
+
GNOME Extensions is a good tool for adding additional functionality and customizing your GNOME desktop environment.
0 commit comments