Skip to content

Commit 6b0427b

Browse files
authored
Include mention of gnome and how to set screenshot hotkey when installed via flatpak (flameshot-org#4490)
1 parent 72a5afc commit 6b0427b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- [Local](#local)
6464
- [Global](#global)
6565
- [On KDE Plasma desktop](#on-kde-plasma-desktop)
66-
- [On Ubuntu](#on-ubuntu-tested-on-2204)
66+
- [On Gnome (Ubuntu, Fedora and more)](#on-gnome-ubuntu-fedora-and-more)
6767
- [On XFCE 4](#on-xfce-4)
6868
- [On Fluxbox](#on-fluxbox)
6969
- [Considerations](#considerations)
@@ -281,19 +281,19 @@ Steps for using the configuration:
281281
ln -s /var/lib/flatpak/exports/bin/org.flameshot.Flameshot ~/.local/bin/flameshot
282282
```
283283
284-
#### On Ubuntu (Tested 22.04)
284+
#### On Gnome (Ubuntu, Fedora and more)
285285
286-
To use Flameshot instead of the default screenshot application in Ubuntu we need to remove the binding on <kbd>Prt Sc</kbd> key, and then create a new binding for `/usr/bin/flameshot gui` ([adapted](https://askubuntu.com/posts/1039949/revisions) from [Pavel's answer on AskUbuntu](https://askubuntu.com/revisions/1036473/1)).
286+
To use Flameshot instead of the default screenshot application in Gnome we need to remove the binding on <kbd>Prt Sc</kbd> key, and then create a new binding for `flameshot gui` ([adapted](https://askubuntu.com/posts/1039949/revisions) from [Pavel's answer on AskUbuntu](https://askubuntu.com/revisions/1036473/1)).
287287

288288
1. Remove the binding on <kbd>Prt Sc</kbd>:
289289

290-
Ubuntu 22.04: Go to _Settings_ > _Keyboard_ > _View and Customise Shortcuts_ > _Screenshots_ > _Take a screenshot interactively_ and press `backspace`
290+
Go to _Settings_ > _Keyboard_ > _View and Customise Shortcuts_ > _Screenshots_ > _Take a screenshot interactively_ and press `backspace`
291291

292292
2. Add custom binding on <kbd>Prt Sc</kbd>:
293293

294-
Ubuntu 22.04: Go to _Settings_ > _Keyboard_ > _View and Customise Shortcuts_ > _Custom shortcuts_ and press the '+' button at the bottom.
294+
Go to _Settings_ > _Keyboard_ > _View and Customise Shortcuts_ > _Custom shortcuts_ and press the '+' button at the bottom.
295295

296-
3. Name the command as you like it, e.g. `flameshot`. And in the command insert `/usr/bin/flameshot gui`.
296+
3. Name the command as you like it, e.g. `flameshot`. And in the command insert `/usr/bin/flameshot gui` or `flatpak run org.flameshot.Flameshot gui` if installed via flatpak.
297297

298298
4. Then click "_Set Shortcut.._" and press <kbd>Prt Sc</kbd>. This will show as "_print_".
299299

@@ -594,4 +594,4 @@ Thanks to sponsors:
594594
- [Namecheap](https://www.namecheap.com/)
595595
- [JetBrains](https://www.jetbrains.com/)
596596
- [SignPath](https://signpath.io/)
597-
- [addy.io](https://addy.io/)
597+
- [addy.io](https://addy.io/)

0 commit comments

Comments
 (0)