|
63 | 63 | - [Local](#local) |
64 | 64 | - [Global](#global) |
65 | 65 | - [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) |
67 | 67 | - [On XFCE 4](#on-xfce-4) |
68 | 68 | - [On Fluxbox](#on-fluxbox) |
69 | 69 | - [Considerations](#considerations) |
@@ -281,19 +281,19 @@ Steps for using the configuration: |
281 | 281 | ln -s /var/lib/flatpak/exports/bin/org.flameshot.Flameshot ~/.local/bin/flameshot |
282 | 282 | ``` |
283 | 283 |
|
284 | | -#### On Ubuntu (Tested 22.04) |
| 284 | +#### On Gnome (Ubuntu, Fedora and more) |
285 | 285 |
|
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)). |
287 | 287 |
|
288 | 288 | 1. Remove the binding on <kbd>Prt Sc</kbd>: |
289 | 289 |
|
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` |
291 | 291 |
|
292 | 292 | 2. Add custom binding on <kbd>Prt Sc</kbd>: |
293 | 293 |
|
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. |
295 | 295 |
|
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. |
297 | 297 |
|
298 | 298 | 4. Then click "_Set Shortcut.._" and press <kbd>Prt Sc</kbd>. This will show as "_print_". |
299 | 299 |
|
@@ -594,4 +594,4 @@ Thanks to sponsors: |
594 | 594 | - [Namecheap](https://www.namecheap.com/) |
595 | 595 | - [JetBrains](https://www.jetbrains.com/) |
596 | 596 | - [SignPath](https://signpath.io/) |
597 | | -- [addy.io](https://addy.io/) |
| 597 | +- [addy.io](https://addy.io/) |
0 commit comments