Skip to content

Commit dbc1772

Browse files
CBID2sspencerwire
andauthored
docs: add user guide for GNOME's screenshot application (#2325)
* docs: add user guide for GNOME's screenshot application Signed-off-by: Christine <[email protected]> * feat: add content Signed-off-by: Christine <[email protected]> * fix: revise decibels Signed-off-by: Christine <[email protected]> * fix: replace the word application with better terms * fix: revising metadata again 😤 * Update decibels.md * Update decibels.md * Update docs/desktop/gnome/screenshot.md fix: revise grammar error * Update screenshot.md --------- Signed-off-by: Christine <[email protected]> Co-authored-by: sspencerwire <[email protected]>
1 parent fd41d8c commit dbc1772

File tree

5 files changed

+60
-6
lines changed

5 files changed

+60
-6
lines changed

docs/desktop/gnome/decibels.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contributors: Steven Spencer, Ganna Zhyrnova
66

77
## Introduction
88

9-
Decibels is an app that plays audio files. Its user-friendly interface makes uploading and playing your favorite song(s) and recordings of lectures, project ideas, and other files easy.
9+
Decibels is an application that plays audio files. Its user-friendly interface makes uploading and playing your favorite song(s), recordings of lectures, project ideas, and other audio files, easy.
1010

1111
## Assumptions
1212

@@ -22,17 +22,31 @@ Go to [Flathub.org](https://flathub.org), type "Decibels" in the search bar, and
2222

2323
![Screenshot of the Decibels app page on FlatHub, showing the install button being highlighted by a red rectangle](images/01_decibels.png)
2424

25-
Then, run the following command in your terminal:
25+
![manual install script and run script](images/decibels-install.png)
26+
27+
2. Copy the manual install script and run it in a terminal:
28+
29+
```bash
30+
flatpak install flathub org.gnome.Decibels
31+
```
32+
33+
3. Finally, copy the run command and run that in your terminal:
34+
35+
```bash
36+
flatpak run org.gnome.Decibels
37+
```
2638

27-
`flatpak run.org.gnome.Decibels`
2839

2940
## How to use
3041

31-
To use the app, do the following steps:
42+
To use Decibels, do the following steps:
43+
44+
1. Click on **Open**
3245

33-
1. Click on *Open*
3446
![Screenshot of Decibels' landing page with a red rectangle surrounding the blue open button](images/02_decibels.png)
35-
1. Pick your desired file and click on the **Open** that appears in the upper right corner of the screen
47+
48+
2. Pick your desired file and click on the **Open** that appears in the upper right corner of the screen
49+
3650
![Screenshot of Decibels file selection interface with numbered arrows indicating audio file and Open button](images/03_decibels.png)
3751
3852
247 KB
Loading
1.83 MB
Loading
7.9 MB
Loading

docs/desktop/gnome/screenshot.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Screenshot
3+
author: Christine Belzie
4+
contributors:
5+
---
6+
## Introduction
7+
8+
Tired of using your keyboard to take images on your computer screen? Meet Screenshot! It is an application that helps you quickly take onscreen images.
9+
10+
## Assumptions
11+
12+
This guide assumes you have the following:
13+
14+
- Rocky Linux
15+
16+
!!! note
17+
18+
According [to GNOME's website](https://apps.gnome.org/), this application is pre-installed on your desktop.
19+
20+
## How to Use
21+
22+
To use Screenshot, do the following:
23+
24+
![Screenshot of image being taken by the application with the options present](images/screenshot-01.png)
25+
26+
1. Pick the onscreen image you want to screenshot, go to the application, choose the method that you want to use to take your picture.
27+
28+
2. Click **Take a Screenshot**
29+
30+
![Screenshot of taken picture of being saved with black arrows pointing at a textbox that contains the file name, "Linux.png" as well as Save and Copy buttons](images/screenshot-02.png)
31+
32+
3. Once you're satisfied with the screenshot, rename the file, and click on **Save**.
33+
34+
!!! tip
35+
36+
Want to save your computer's storage? Click on **Copy** to quickly add your screenshot to your work.
37+
38+
## Conclusion
39+
40+
Whether it is a picture for your online collage, computer's background, or a tutorial that you are creating for your favorite product, GNOME's Screenshot is the tool help you get the screenshots you want. Eager to learn more about or have more ideas for this application? [Submit an issue to Screenshot’s repository at GitLab](https://gitlab.gnome.org/gnumdk/screenshot/-/issues).

0 commit comments

Comments
 (0)