Abuse filter log

From Gentoo Wiki
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to:navigation Jump to:search
Details for log entry 4,963

19:32, 20 January 2025: Diogomdp (talk | contribs) triggered filter 30, performing the action "edit" on Flameshot. Actions taken: Disallow; Filter description: Disable writing internal wiki links as external besides required links. If absolutely necessary, use wiki.g.o as a workaround. (examine)

Changes made in edit

 
Flameshot works the best with dbus, so make the session dbus aware. Refer to [[Window manager|Window Manager]]. For example for i3:
 
Flameshot works the best with dbus, so make the session dbus aware. Refer to [[Window manager|Window Manager]]. For example for i3:
 
{{FileBox|exec dbus-launch --exit-with-session i3|filename=~/.xinitrc}}
 
{{FileBox|exec dbus-launch --exit-with-session i3|filename=~/.xinitrc}}
 +
 +
===Flameshot does not start on a Wayland Compositor===
 +
Flameshot requires some packages to be installed in order to work properly with Wayland compositors.
 +
 +
{{Emerge|sys-apps/xdg-desktop-portal gui-apps/grim}}
 +
 +
* The {{Package|sys-apps/xdg-desktop-portal}} is required for desktop integration with backend implementations.
 +
* Flameshot uses {{Package|gui-apps/grim}} to grab images from a Wayland compositor.
 +
 +
Additionally, you will also need to make sure that you have installed one or more [https://wiki.gentoo.org/wiki/XDG/xdg-desktop-portal backends implementations] that are appropriate for your environment (e.g. {{Package|gui-libs/xdg-desktop-portal-wlr}}).
  
 
===GNOME Wayland and Plasma Wayland===
 
===GNOME Wayland and Plasma Wayland===

Action parameters

VariableValue
Edit count of the user (user_editcount)
0
Name of the user account (user_name)
'Diogomdp'
Age of the user account (user_age)
9021
Page ID (page_id)
326715
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'Flameshot'
Full page title (page_prefixedtitle)
'Flameshot'
Action (action)
'edit'
Edit summary/reason (summary)
'Troubleshooting - Added information for Wayland composers'
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{InfoBox stack |{{InfoBox homepage|https://flameshot.org/|header=true}} |{{InfoBox odoc|https://flameshot.org/docs/overview/overview/}} |{{InfoBox package|media-gfx/flameshot}} |{{InfoBox github|flameshot-org/flameshot}} }} '''Flameshot''' is [[Article description::a powerful, simple to use screenshot software that includes in-place editing capabilities, support of various shortcuts, and multiple other configuration options.]] It is written in C++, can be used via a CLI or GUI, and has multiple interactive editing options of screenshots and custom output destination (save, upload, copy to clipboard, open with other software). ==Installation== === Emerge === Emerge {{Package|media-gfx/flameshot}}: {{Emerge|media-gfx/flameshot}} Note: there are currently no specific USE flags for the package. ==Configuration== Flameshot can be configured by using the GUI, the CLI, or by modifying the configuration file. Without configuration, Flameshot will run with the default settings. ===GUI=== To configure with GUI, the following command can be used: {{Cmd|flameshot config}} If changes are made for the first time in the GUI settings, they will also be applied to the configuration file in {{Path|~/.config/flameshot/flameshot.ini}}. In order for changes to be written to the configuration file, modifications to that specific option must be made. Otherwise, if the default option is unchanged, there will be nothing written into the configuration file. ===Command line interface=== The following syntax can be used for configurations with CLI: {{Cmd|flameshot config [config-options]}} The available options for CLI configuration can be found by referring to the help pages or the [[man page]]s: {{Cmd|flameshot config --help|man flameshot}} Checking for mistakes or issues related to the configuration file can be done with the <code>--check</code> option: {{Cmd|flameshot config --check}} ===Configuration file=== Some of the settings, can also be done by editing the configuration file. On Linux the configuration file can be found in {{Path|~/.config/flameshot/flameshot.ini}}. The configuration file could look like this, please note that this is only an example with only a small set of available configurations and every time a change is made to a setting through the GUI, the new value will be written here: {{FileBox|lang=toml|1=[General] allowMultipleGuiInstances=true contrastOpacity=188 copyPathAfterSave=true disabledTrayIcon=true savePath=the/configured/path/to/save/screenshots showDesktopNotification=false showStartupLaunchMessage=true uiColor=#960090|filename=~/.config/flameshot/flameshot.ini}} It is also possible to make changes to the configuration file directly, which will be immediately applied. This makes it possible, to modify Flameshot settings through the use of scripts and automate the process of screenshots taking. For more, see usage section. Furthermore, please note that it is possible to use the same configuration file for Windows systems (and reverse). To accomplish this the <code>savePath</code> variable in the {{Path|flameshot.ini}} have to be adjusted to the new correct save path to meet the DOS / UNIX directory structure. Additionally the {{Path|flameshot.ini}} has to be moved to {{Path|%appdata%\flameshot\flameshot.ini}}. == Usage == When executed without parameters, the {{c|flameshot}} command will start a running instance of the program in the background without taking any actions. If the system has tray icon support, a flameshot tray icon for further interaction and information will appear. === Arguments === Some key arguments for taking screenshots are: Capture with GUI tool: {{Cmd|flameshot gui}} The GUI tool provides the possibility to edit the taken screenshot in-place, to copy it with Ctrl+C directly to clipboard, adding text, correction of the capturing area, resizing, and a lot more of intuitive usable features. Capture full screen: {{Cmd|flameshot full}} Capture specific screen: {{Cmd|flameshot screen -n <screen number integer>}} Further arguments are available: ;<code>-p</code> to specify a custom save path {{Cmd|flameshot gui -p ~/myStuff/captures}} ;<code>-d</code> to define a delay in milliseconds {{Cmd|flameshot gui -d 2000}} ;<code>-c</code> to copy directly to clipboard {{Cmd|flameshot full -c -p ~/myStuff/captures}} For more arguments and additional information please refer to the documentation, the [https://github.com/flameshot-org/flameshot README.md] and the man pages. ===Keyboard shortcuts=== This is a a list from the original {{Path|README.md}}<ref>https://github.com/flameshot-org/flameshot</ref> of available shortcuts in GUI mode: {| class="wikitable" !Keys !Description |- |<kbd>P</kbd> |Set the Pencil as paint tool |- |<kbd>D</kbd> |Set the Line as paint tool |- |<kbd>A</kbd> |Set the Arrow as paint tool |- |<kbd>S</kbd> |Set Selection as paint tool |- |<kbd>R</kbd> |Set the Rectangle as paint tool |- |<kbd>C</kbd> |Set the Circle as paint tool |- |<kbd>M</kbd> |Set the Marker as paint tool |- |<kbd>T</kbd> |Add text to the capture |- |<kbd>B</kbd> |Set Pixelate as the paint tool |- |<kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Move selection 1px |- |<kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Resize selection 1px |- |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Symmetrically resize selection 2px |- |<kbd>Esc</kbd> |Quit capture |- |<kbd>Ctrl</kbd> + <kbd>M</kbd> |Move the selection area |- |<kbd>Ctrl</kbd> + <kbd>C</kbd> |Copy to clipboard |- |<kbd>Ctrl</kbd> + <kbd>S</kbd> |Save selection as a file |- |<kbd>Ctrl</kbd> + <kbd>Z</kbd> |Undo the last modification |- |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Z</kbd> |Redo the next modification |- |<kbd>Ctrl</kbd> + <kbd>Q</kbd> |Leave the capture screen |- |<kbd>Ctrl</kbd> + <kbd>O</kbd> |Choose an app to open the capture |- |<kbd>Ctrl</kbd> + <kbd>Return</kbd> |Commit text in text area |- |<kbd>Return</kbd> |Upload the selection to Imgur |- |<kbd>Spacebar</kbd> |Toggle visibility of sidebar with options of the selected tool, color picker for the drawing color and history menu |- |Right Click |Show the color wheel |- |Mouse Wheel |Change the tool's thickness |- |<kbd>Print screen</kbd> |Capture Screen |- |<kbd>Shift</kbd> + <kbd>Print</kbd> |Screenshot History |- |<kbd>Ctrl</kbd> + drawing ''line'', ''arrow'' or ''marker'' |Drawing only horizontally, vertically or diagonally |- |<kbd>Ctrl</kbd> + drawing ''rectangle'' or ''circle'' |Keeping aspect ratio |} <kbd>Shift</kbd> + drag a handler of the selection area: mirror redimension in the opposite handler. ===Shortcuts for taking screenshots=== If shortcuts for screenshots are desired, they must be manually enabled. This is done by setting one or more of the desired command-line options from the Usage section as commands for specific key combinations on the system. (For example {{c|flameshot gui}}) Since these settings can be achieved in different ways across different desktop environments, window managers, and system settings it is recommended to check the related [[Desktop environment|Gentoo Desktop Environment Wiki Section]] of the installed desktop environment or the [[Window manager|Window Manager Section]] if using a minimal Window manager system or to refer to the documentation of the used interface, to find out how to set up custom shortcuts. For KDE Plasma and XFCE there is a description in the [https://github.com/flameshot-org/flameshot#global README on github], how to achieve this. ==Troubleshooting== ===Flameshot does not start and / or GUI does not open on a minimal window manager=== Flameshot works the best with dbus, so make the session dbus aware. Refer to [[Window manager|Window Manager]]. For example for i3: {{FileBox|exec dbus-launch --exit-with-session i3|filename=~/.xinitrc}} ===GNOME Wayland and Plasma Wayland=== The Support on GNOME Wayland and Plasma Wayland is still Experimental. ===No tray icon on GNOME=== The {{Package|gnome-extra/gnome-shell-extension-appindicator}} extension is necessary to see the system tray icon. ===Other=== See [https://flameshot.org/docs/guide/troubleshooting/ Flameshot Troubleshooting] section ==External resources== * [https://github.com/flameshot-org/flameshot Flameshot Github] * [https://flameshot.org/docs/ Official Flameshot Documentation] * [https://flameshot.org/docs/guide/troubleshooting/ Troubleshooting Flameshot Website] ==References== {{reflist}} [[Category:Graphics program]] [[Category:GUI software]] [[Category:Software]]'
New page wikitext, after the edit (new_wikitext)
'{{InfoBox stack |{{InfoBox homepage|https://flameshot.org/|header=true}} |{{InfoBox odoc|https://flameshot.org/docs/overview/overview/}} |{{InfoBox package|media-gfx/flameshot}} |{{InfoBox github|flameshot-org/flameshot}} }} '''Flameshot''' is [[Article description::a powerful, simple to use screenshot software that includes in-place editing capabilities, support of various shortcuts, and multiple other configuration options.]] It is written in C++, can be used via a CLI or GUI, and has multiple interactive editing options of screenshots and custom output destination (save, upload, copy to clipboard, open with other software). ==Installation== === Emerge === Emerge {{Package|media-gfx/flameshot}}: {{Emerge|media-gfx/flameshot}} Note: there are currently no specific USE flags for the package. ==Configuration== Flameshot can be configured by using the GUI, the CLI, or by modifying the configuration file. Without configuration, Flameshot will run with the default settings. ===GUI=== To configure with GUI, the following command can be used: {{Cmd|flameshot config}} If changes are made for the first time in the GUI settings, they will also be applied to the configuration file in {{Path|~/.config/flameshot/flameshot.ini}}. In order for changes to be written to the configuration file, modifications to that specific option must be made. Otherwise, if the default option is unchanged, there will be nothing written into the configuration file. ===Command line interface=== The following syntax can be used for configurations with CLI: {{Cmd|flameshot config [config-options]}} The available options for CLI configuration can be found by referring to the help pages or the [[man page]]s: {{Cmd|flameshot config --help|man flameshot}} Checking for mistakes or issues related to the configuration file can be done with the <code>--check</code> option: {{Cmd|flameshot config --check}} ===Configuration file=== Some of the settings, can also be done by editing the configuration file. On Linux the configuration file can be found in {{Path|~/.config/flameshot/flameshot.ini}}. The configuration file could look like this, please note that this is only an example with only a small set of available configurations and every time a change is made to a setting through the GUI, the new value will be written here: {{FileBox|lang=toml|1=[General] allowMultipleGuiInstances=true contrastOpacity=188 copyPathAfterSave=true disabledTrayIcon=true savePath=the/configured/path/to/save/screenshots showDesktopNotification=false showStartupLaunchMessage=true uiColor=#960090|filename=~/.config/flameshot/flameshot.ini}} It is also possible to make changes to the configuration file directly, which will be immediately applied. This makes it possible, to modify Flameshot settings through the use of scripts and automate the process of screenshots taking. For more, see usage section. Furthermore, please note that it is possible to use the same configuration file for Windows systems (and reverse). To accomplish this the <code>savePath</code> variable in the {{Path|flameshot.ini}} have to be adjusted to the new correct save path to meet the DOS / UNIX directory structure. Additionally the {{Path|flameshot.ini}} has to be moved to {{Path|%appdata%\flameshot\flameshot.ini}}. == Usage == When executed without parameters, the {{c|flameshot}} command will start a running instance of the program in the background without taking any actions. If the system has tray icon support, a flameshot tray icon for further interaction and information will appear. === Arguments === Some key arguments for taking screenshots are: Capture with GUI tool: {{Cmd|flameshot gui}} The GUI tool provides the possibility to edit the taken screenshot in-place, to copy it with Ctrl+C directly to clipboard, adding text, correction of the capturing area, resizing, and a lot more of intuitive usable features. Capture full screen: {{Cmd|flameshot full}} Capture specific screen: {{Cmd|flameshot screen -n <screen number integer>}} Further arguments are available: ;<code>-p</code> to specify a custom save path {{Cmd|flameshot gui -p ~/myStuff/captures}} ;<code>-d</code> to define a delay in milliseconds {{Cmd|flameshot gui -d 2000}} ;<code>-c</code> to copy directly to clipboard {{Cmd|flameshot full -c -p ~/myStuff/captures}} For more arguments and additional information please refer to the documentation, the [https://github.com/flameshot-org/flameshot README.md] and the man pages. ===Keyboard shortcuts=== This is a a list from the original {{Path|README.md}}<ref>https://github.com/flameshot-org/flameshot</ref> of available shortcuts in GUI mode: {| class="wikitable" !Keys !Description |- |<kbd>P</kbd> |Set the Pencil as paint tool |- |<kbd>D</kbd> |Set the Line as paint tool |- |<kbd>A</kbd> |Set the Arrow as paint tool |- |<kbd>S</kbd> |Set Selection as paint tool |- |<kbd>R</kbd> |Set the Rectangle as paint tool |- |<kbd>C</kbd> |Set the Circle as paint tool |- |<kbd>M</kbd> |Set the Marker as paint tool |- |<kbd>T</kbd> |Add text to the capture |- |<kbd>B</kbd> |Set Pixelate as the paint tool |- |<kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Move selection 1px |- |<kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Resize selection 1px |- |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> |Symmetrically resize selection 2px |- |<kbd>Esc</kbd> |Quit capture |- |<kbd>Ctrl</kbd> + <kbd>M</kbd> |Move the selection area |- |<kbd>Ctrl</kbd> + <kbd>C</kbd> |Copy to clipboard |- |<kbd>Ctrl</kbd> + <kbd>S</kbd> |Save selection as a file |- |<kbd>Ctrl</kbd> + <kbd>Z</kbd> |Undo the last modification |- |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Z</kbd> |Redo the next modification |- |<kbd>Ctrl</kbd> + <kbd>Q</kbd> |Leave the capture screen |- |<kbd>Ctrl</kbd> + <kbd>O</kbd> |Choose an app to open the capture |- |<kbd>Ctrl</kbd> + <kbd>Return</kbd> |Commit text in text area |- |<kbd>Return</kbd> |Upload the selection to Imgur |- |<kbd>Spacebar</kbd> |Toggle visibility of sidebar with options of the selected tool, color picker for the drawing color and history menu |- |Right Click |Show the color wheel |- |Mouse Wheel |Change the tool's thickness |- |<kbd>Print screen</kbd> |Capture Screen |- |<kbd>Shift</kbd> + <kbd>Print</kbd> |Screenshot History |- |<kbd>Ctrl</kbd> + drawing ''line'', ''arrow'' or ''marker'' |Drawing only horizontally, vertically or diagonally |- |<kbd>Ctrl</kbd> + drawing ''rectangle'' or ''circle'' |Keeping aspect ratio |} <kbd>Shift</kbd> + drag a handler of the selection area: mirror redimension in the opposite handler. ===Shortcuts for taking screenshots=== If shortcuts for screenshots are desired, they must be manually enabled. This is done by setting one or more of the desired command-line options from the Usage section as commands for specific key combinations on the system. (For example {{c|flameshot gui}}) Since these settings can be achieved in different ways across different desktop environments, window managers, and system settings it is recommended to check the related [[Desktop environment|Gentoo Desktop Environment Wiki Section]] of the installed desktop environment or the [[Window manager|Window Manager Section]] if using a minimal Window manager system or to refer to the documentation of the used interface, to find out how to set up custom shortcuts. For KDE Plasma and XFCE there is a description in the [https://github.com/flameshot-org/flameshot#global README on github], how to achieve this. ==Troubleshooting== ===Flameshot does not start and / or GUI does not open on a minimal window manager=== Flameshot works the best with dbus, so make the session dbus aware. Refer to [[Window manager|Window Manager]]. For example for i3: {{FileBox|exec dbus-launch --exit-with-session i3|filename=~/.xinitrc}} ===Flameshot does not start on a Wayland Compositor=== Flameshot requires some packages to be installed in order to work properly with Wayland compositors. {{Emerge|sys-apps/xdg-desktop-portal gui-apps/grim}} * The {{Package|sys-apps/xdg-desktop-portal}} is required for desktop integration with backend implementations. * Flameshot uses {{Package|gui-apps/grim}} to grab images from a Wayland compositor. Additionally, you will also need to make sure that you have installed one or more [https://wiki.gentoo.org/wiki/XDG/xdg-desktop-portal backends implementations] that are appropriate for your environment (e.g. {{Package|gui-libs/xdg-desktop-portal-wlr}}). ===GNOME Wayland and Plasma Wayland=== The Support on GNOME Wayland and Plasma Wayland is still Experimental. ===No tray icon on GNOME=== The {{Package|gnome-extra/gnome-shell-extension-appindicator}} extension is necessary to see the system tray icon. ===Other=== See [https://flameshot.org/docs/guide/troubleshooting/ Flameshot Troubleshooting] section ==External resources== * [https://github.com/flameshot-org/flameshot Flameshot Github] * [https://flameshot.org/docs/ Official Flameshot Documentation] * [https://flameshot.org/docs/guide/troubleshooting/ Troubleshooting Flameshot Website] ==References== {{reflist}} [[Category:Graphics program]] [[Category:GUI software]] [[Category:Software]]'
Unified diff of changes made by edit (edit_diff)
'@@ -218,4 +218,14 @@ Flameshot works the best with dbus, so make the session dbus aware. Refer to [[Window manager|Window Manager]]. For example for i3: {{FileBox|exec dbus-launch --exit-with-session i3|filename=~/.xinitrc}} + +===Flameshot does not start on a Wayland Compositor=== +Flameshot requires some packages to be installed in order to work properly with Wayland compositors. + +{{Emerge|sys-apps/xdg-desktop-portal gui-apps/grim}} + +* The {{Package|sys-apps/xdg-desktop-portal}} is required for desktop integration with backend implementations. +* Flameshot uses {{Package|gui-apps/grim}} to grab images from a Wayland compositor. + +Additionally, you will also need to make sure that you have installed one or more [https://wiki.gentoo.org/wiki/XDG/xdg-desktop-portal backends implementations] that are appropriate for your environment (e.g. {{Package|gui-libs/xdg-desktop-portal-wlr}}). ===GNOME Wayland and Plasma Wayland=== '
Old page size (old_size)
9504
Lines added in edit (added_lines)
[ 0 => '', 1 => '===Flameshot does not start on a Wayland Compositor===', 2 => 'Flameshot requires some packages to be installed in order to work properly with Wayland compositors.', 3 => '', 4 => '{{Emerge|sys-apps/xdg-desktop-portal gui-apps/grim}}', 5 => '', 6 => '* The {{Package|sys-apps/xdg-desktop-portal}} is required for desktop integration with backend implementations.', 7 => '* Flameshot uses {{Package|gui-apps/grim}} to grab images from a Wayland compositor.', 8 => '', 9 => 'Additionally, you will also need to make sure that you have installed one or more [https://wiki.gentoo.org/wiki/XDG/xdg-desktop-portal backends implementations] that are appropriate for your environment (e.g. {{Package|gui-libs/xdg-desktop-portal-wlr}}).' ]
Lines removed in edit (removed_lines)
[]
New page text, stripped of any markup (new_text)
' Resources Home Official documentation Package information GitHub Flameshot is a powerful, simple to use screenshot software that includes in-place editing capabilities, support of various shortcuts, and multiple other configuration options. It is written in C++, can be used via a CLI or GUI, and has multiple interactive editing options of screenshots and custom output destination (save, upload, copy to clipboard, open with other software). Contents 1 Installation 1.1 Emerge 2 Configuration 2.1 GUI 2.2 Command line interface 2.3 Configuration file 3 Usage 3.1 Arguments 3.2 Keyboard shortcuts 3.3 Shortcuts for taking screenshots 4 Troubleshooting 4.1 Flameshot does not start and / or GUI does not open on a minimal window manager 4.2 Flameshot does not start on a Wayland Compositor 4.3 GNOME Wayland and Plasma Wayland 4.4 No tray icon on GNOME 4.5 Other 5 External resources 6 References Installation[edit] Emerge[edit] Emerge media-gfx/flameshot: root #emerge --ask media-gfx/flameshot Note: there are currently no specific USE flags for the package. Configuration[edit] Flameshot can be configured by using the GUI, the CLI, or by modifying the configuration file. Without configuration, Flameshot will run with the default settings. GUI[edit] To configure with GUI, the following command can be used: user $flameshot config If changes are made for the first time in the GUI settings, they will also be applied to the configuration file in ~/.config/flameshot/flameshot.ini. In order for changes to be written to the configuration file, modifications to that specific option must be made. Otherwise, if the default option is unchanged, there will be nothing written into the configuration file. Command line interface[edit] The following syntax can be used for configurations with CLI: user $flameshot config [config-options] The available options for CLI configuration can be found by referring to the help pages or the man pages: user $flameshot config --helpuser $man flameshot Checking for mistakes or issues related to the configuration file can be done with the --check option: user $flameshot config --check Configuration file[edit] Some of the settings, can also be done by editing the configuration file. On Linux the configuration file can be found in ~/.config/flameshot/flameshot.ini. The configuration file could look like this, please note that this is only an example with only a small set of available configurations and every time a change is made to a setting through the GUI, the new value will be written here: FILE ~/.config/flameshot/flameshot.ini [General] allowMultipleGuiInstances=true contrastOpacity=188 copyPathAfterSave=true disabledTrayIcon=true savePath=the/configured/path/to/save/screenshots showDesktopNotification=false showStartupLaunchMessage=true uiColor=#960090 It is also possible to make changes to the configuration file directly, which will be immediately applied. This makes it possible, to modify Flameshot settings through the use of scripts and automate the process of screenshots taking. For more, see usage section. Furthermore, please note that it is possible to use the same configuration file for Windows systems (and reverse). To accomplish this the savePath variable in the flameshot.ini have to be adjusted to the new correct save path to meet the DOS / UNIX directory structure. Additionally the flameshot.ini has to be moved to %appdata%\flameshot\flameshot.ini. Usage[edit] When executed without parameters, the flameshot command will start a running instance of the program in the background without taking any actions. If the system has tray icon support, a flameshot tray icon for further interaction and information will appear. Arguments[edit] Some key arguments for taking screenshots are: Capture with GUI tool: user $flameshot gui The GUI tool provides the possibility to edit the taken screenshot in-place, to copy it with Ctrl+C directly to clipboard, adding text, correction of the capturing area, resizing, and a lot more of intuitive usable features. Capture full screen: user $flameshot full Capture specific screen: user $flameshot screen -n &lt;screen number integer&gt; Further arguments are available: -p to specify a custom save path user $flameshot gui -p ~/myStuff/captures -d to define a delay in milliseconds user $flameshot gui -d 2000 -c to copy directly to clipboard user $flameshot full -c -p ~/myStuff/captures For more arguments and additional information please refer to the documentation, the README.md and the man pages. Keyboard shortcuts[edit] This is a a list from the original README.md&#91;1&#93; of available shortcuts in GUI mode: Keys Description P Set the Pencil as paint tool D Set the Line as paint tool A Set the Arrow as paint tool S Set Selection as paint tool R Set the Rectangle as paint tool C Set the Circle as paint tool M Set the Marker as paint tool T Add text to the capture B Set Pixelate as the paint tool ←, ↓, ↑, → Move selection 1px Shift + ←, ↓, ↑, → Resize selection 1px Ctrl + Shift + ←, ↓, ↑, → Symmetrically resize selection 2px Esc Quit capture Ctrl + M Move the selection area Ctrl + C Copy to clipboard Ctrl + S Save selection as a file Ctrl + Z Undo the last modification Ctrl + Shift + Z Redo the next modification Ctrl + Q Leave the capture screen Ctrl + O Choose an app to open the capture Ctrl + Return Commit text in text area Return Upload the selection to Imgur Spacebar Toggle visibility of sidebar with options of the selected tool, color picker for the drawing color and history menu Right Click Show the color wheel Mouse Wheel Change the tool's thickness Print screen Capture Screen Shift + Print Screenshot History Ctrl + drawing line, arrow or marker Drawing only horizontally, vertically or diagonally Ctrl + drawing rectangle or circle Keeping aspect ratio Shift + drag a handler of the selection area: mirror redimension in the opposite handler. Shortcuts for taking screenshots[edit] If shortcuts for screenshots are desired, they must be manually enabled. This is done by setting one or more of the desired command-line options from the Usage section as commands for specific key combinations on the system. (For example flameshot gui) Since these settings can be achieved in different ways across different desktop environments, window managers, and system settings it is recommended to check the related Gentoo Desktop Environment Wiki Section of the installed desktop environment or the Window Manager Section if using a minimal Window manager system or to refer to the documentation of the used interface, to find out how to set up custom shortcuts. For KDE Plasma and XFCE there is a description in the README on github, how to achieve this. Troubleshooting[edit] Flameshot does not start and / or GUI does not open on a minimal window manager[edit] Flameshot works the best with dbus, so make the session dbus aware. Refer to Window Manager. For example for i3: FILE ~/.xinitrc exec dbus-launch --exit-with-session i3 Flameshot does not start on a Wayland Compositor[edit] Flameshot requires some packages to be installed in order to work properly with Wayland compositors. root #emerge --ask sys-apps/xdg-desktop-portal gui-apps/grim The sys-apps/xdg-desktop-portal is required for desktop integration with backend implementations. Flameshot uses gui-apps/grim to grab images from a Wayland compositor. Additionally, you will also need to make sure that you have installed one or more backends implementations that are appropriate for your environment (e.g. gui-libs/xdg-desktop-portal-wlr). GNOME Wayland and Plasma Wayland[edit] The Support on GNOME Wayland and Plasma Wayland is still Experimental. No tray icon on GNOME[edit] The gnome-extra/gnome-shell-extension-appindicator extension is necessary to see the system tray icon. Other[edit] See Flameshot Troubleshooting section External resources[edit] Flameshot Github Official Flameshot Documentation Troubleshooting Flameshot Website References[edit] ↑ https://github.com/flameshot-org/flameshot'
Parsed HTML source of the new revision (new_html)
'<div class="mw-parser-output"><div id="infobox-stack" class="list-group" style="width: 25em; float: right; clear: right; font-size: 90%; margin-left: 1em;"> <div class="list-group-item text-center" style="padding-top: 3px; padding-bottom: 3px; background-color: #463C65; color: white;"><b>Resources</b></div> <div id="infobox" class="list-group-item" style="display: flex; align-items: center; padding: 5px; min-height: 3em;"><span style="display: inline-block; width: 3em; overflow: hidden; text-align: center;"><span class="fa fa-home fa-fw fa-2x"></span></span><span><a rel="nofollow" class="external text" href="https://flameshot.org/">Home</a></span></div> <div id="infobox" class="list-group-item" style="display: flex; align-items: center; padding: 5px; min-height: 3em;"><span style="display: inline-block; width: 3em; overflow: hidden; text-align: center;"><span class="fa fa-file-text fa-fw fa-2x"></span></span><span><a rel="nofollow" class="external text" href="https://flameshot.org/docs/overview/overview/">Official documentation</a></span></div> <div id="infobox" class="list-group-item" style="display: flex; align-items: center; padding: 5px; min-height: 3em;"><span style="display: inline-block; width: 3em; overflow: hidden; text-align: center;"><span class="fa fa-hdd-o fa-fw fa-2x"></span></span><span><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/media-gfx/flameshot">Package information</a></span></div> <div id="infobox" class="list-group-item" style="display: flex; align-items: center; padding: 5px; min-height: 3em;"><span style="display: inline-block; width: 3em; overflow: hidden; text-align: center;"><span class="fa fa-github fa-fw fa-2x"></span></span><span><a rel="nofollow" class="external text" href="https://github.com/flameshot-org/flameshot">GitHub</a></span></div> </div> <p><b>Flameshot</b> is a powerful, simple to use screenshot software that includes in-place editing capabilities, support of various shortcuts, and multiple other configuration options. </p><p>It is written in C++, can be used via a CLI or GUI, and has multiple interactive editing options of screenshots and custom output destination (save, upload, copy to clipboard, open with other software). </p> <div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div> <ul> <li class="toclevel-1 tocsection-1"><a href="#Installation"><span class="tocnumber">1</span> <span class="toctext">Installation</span></a> <ul> <li class="toclevel-2 tocsection-2"><a href="#Emerge"><span class="tocnumber">1.1</span> <span class="toctext">Emerge</span></a></li> </ul> </li> <li class="toclevel-1 tocsection-3"><a href="#Configuration"><span class="tocnumber">2</span> <span class="toctext">Configuration</span></a> <ul> <li class="toclevel-2 tocsection-4"><a href="#GUI"><span class="tocnumber">2.1</span> <span class="toctext">GUI</span></a></li> <li class="toclevel-2 tocsection-5"><a href="#Command_line_interface"><span class="tocnumber">2.2</span> <span class="toctext">Command line interface</span></a></li> <li class="toclevel-2 tocsection-6"><a href="#Configuration_file"><span class="tocnumber">2.3</span> <span class="toctext">Configuration file</span></a></li> </ul> </li> <li class="toclevel-1 tocsection-7"><a href="#Usage"><span class="tocnumber">3</span> <span class="toctext">Usage</span></a> <ul> <li class="toclevel-2 tocsection-8"><a href="#Arguments"><span class="tocnumber">3.1</span> <span class="toctext">Arguments</span></a></li> <li class="toclevel-2 tocsection-9"><a href="#Keyboard_shortcuts"><span class="tocnumber">3.2</span> <span class="toctext">Keyboard shortcuts</span></a></li> <li class="toclevel-2 tocsection-10"><a href="#Shortcuts_for_taking_screenshots"><span class="tocnumber">3.3</span> <span class="toctext">Shortcuts for taking screenshots</span></a></li> </ul> </li> <li class="toclevel-1 tocsection-11"><a href="#Troubleshooting"><span class="tocnumber">4</span> <span class="toctext">Troubleshooting</span></a> <ul> <li class="toclevel-2 tocsection-12"><a href="#Flameshot_does_not_start_and_.2F_or_GUI_does_not_open_on_a_minimal_window_manager"><span class="tocnumber">4.1</span> <span class="toctext">Flameshot does not start and / or GUI does not open on a minimal window manager</span></a></li> <li class="toclevel-2 tocsection-13"><a href="#Flameshot_does_not_start_on_a_Wayland_Compositor"><span class="tocnumber">4.2</span> <span class="toctext">Flameshot does not start on a Wayland Compositor</span></a></li> <li class="toclevel-2 tocsection-14"><a href="#GNOME_Wayland_and_Plasma_Wayland"><span class="tocnumber">4.3</span> <span class="toctext">GNOME Wayland and Plasma Wayland</span></a></li> <li class="toclevel-2 tocsection-15"><a href="#No_tray_icon_on_GNOME"><span class="tocnumber">4.4</span> <span class="toctext">No tray icon on GNOME</span></a></li> <li class="toclevel-2 tocsection-16"><a href="#Other"><span class="tocnumber">4.5</span> <span class="toctext">Other</span></a></li> </ul> </li> <li class="toclevel-1 tocsection-17"><a href="#External_resources"><span class="tocnumber">5</span> <span class="toctext">External resources</span></a></li> <li class="toclevel-1 tocsection-18"><a href="#References"><span class="tocnumber">6</span> <span class="toctext">References</span></a></li> </ul> </div> <h2><span class="mw-headline" id="Installation">Installation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=1" title="Edit section: Installation">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Emerge">Emerge</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=2" title="Edit section: Emerge">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>Emerge <span style="white-space: nowrap;" class="plainlinks" title="External link to https&#58;//packages.gentoo.org for the media-gfx/flameshot package."><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/media-gfx/flameshot"><span style="font-family: monospace; font-size: 95%; color: MidnightBlue;">media-gfx/flameshot</span></a><span style="color: grey; margin-left: 0.1em; font-size: 70%;" class="fa fa-hdd-o fa-fw"></span></span>: </p> <div class="cmd-box"><div><code style="color: #ef2929; user-select: none; font-weight: bold;">root <span style="color:royalblue;">#</span></code><code>emerge --ask media-gfx/flameshot</code></div></div> <p>Note: there are currently no specific USE flags for the package. </p> <h2><span class="mw-headline" id="Configuration">Configuration</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=3" title="Edit section: Configuration">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <p>Flameshot can be configured by using the GUI, the CLI, or by modifying the configuration file. </p><p>Without configuration, Flameshot will run with the default settings. </p> <h3><span class="mw-headline" id="GUI">GUI</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=4" title="Edit section: GUI">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>To configure with GUI, the following command can be used: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot config</code></div></div> <p>If changes are made for the first time in the GUI settings, they will also be applied to the configuration file in <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">~/.config/flameshot/flameshot.ini</span>. </p><p>In order for changes to be written to the configuration file, modifications to that specific option must be made. Otherwise, if the default option is unchanged, there will be nothing written into the configuration file. </p> <h3><span class="mw-headline" id="Command_line_interface">Command line interface</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=5" title="Edit section: Command line interface">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>The following syntax can be used for configurations with CLI: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot config [config-options]</code></div></div> <p>The available options for CLI configuration can be found by referring to the help pages or the <a href="/wiki/Man_page" title="Man page">man pages</a>: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot config --help</code></div><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>man flameshot</code></div></div> <p>Checking for mistakes or issues related to the configuration file can be done with the <code>--check</code> option: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot config --check</code></div></div> <h3><span class="mw-headline" id="Configuration_file">Configuration file</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=6" title="Edit section: Configuration file">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>Some of the settings, can also be done by editing the configuration file. On Linux the configuration file can be found in <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">~/.config/flameshot/flameshot.ini</span>. </p><p>The configuration file could look like this, please note that this is only an example with only a small set of available configurations and every time a change is made to a setting through the GUI, the new value will be written here: </p> <div class="box-caption"><span class="label" style="margin-right: .5em; background-color: #54487A">FILE</span> <strong><code style="border: none; background: none; color: #54487A; margin-right: .5em;">~/.config/flameshot/flameshot.ini</code></strong><strong></strong></div> <div class="mw-highlight mw-highlight-lang-toml mw-content-ltr" dir="ltr"><pre><span></span><span class="k">[General]</span><span class="w"> </span> <span class="n">allowMultipleGuiInstances</span><span class="o">=</span><span class="kc">true</span> <span class="n">contrastOpacity</span><span class="o">=</span><span class="mi">188</span> <span class="n">copyPathAfterSave</span><span class="o">=</span><span class="kc">true</span> <span class="n">disabledTrayIcon</span><span class="o">=</span><span class="kc">true</span><span class="w"> </span> <span class="n">savePath</span><span class="o">=</span><span class="err">the/configured/path/to/save/screenshots </span> <span class="n">showDesktopNotification</span><span class="o">=</span><span class="kc">false</span><span class="w"> </span> <span class="n">showStartupLaunchMessage</span><span class="o">=</span><span class="kc">true</span> <span class="n">uiColor</span><span class="o">=</span><span class="err">#</span><span class="mi">960090</span> </pre></div> <p>It is also possible to make changes to the configuration file directly, which will be immediately applied. This makes it possible, to modify Flameshot settings through the use of scripts and automate the process of screenshots taking. For more, see usage section. </p><p>Furthermore, please note that it is possible to use the same configuration file for Windows systems (and reverse). </p><p>To accomplish this the <code>savePath</code> variable in the <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">flameshot.ini</span> have to be adjusted to the new correct save path to meet the DOS / UNIX directory structure. </p><p>Additionally the <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">flameshot.ini</span> has to be moved to <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">%appdata%\flameshot\flameshot.ini</span>. </p> <h2><span class="mw-headline" id="Usage">Usage</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=7" title="Edit section: Usage">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <p>When executed without parameters, the <span style="font-family: monospace; font-size: 95%; font-weight: bold;" class="tripleclick-separator">flameshot</span> command will start a running instance of the program in the background without taking any actions. If the system has tray icon support, a flameshot tray icon for further interaction and information will appear. </p> <h3><span class="mw-headline" id="Arguments">Arguments</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=8" title="Edit section: Arguments">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>Some key arguments for taking screenshots are: </p><p>Capture with GUI tool: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot gui</code></div></div> <p>The GUI tool provides the possibility to edit the taken screenshot in-place, to copy it with Ctrl+C directly to clipboard, adding text, correction of the capturing area, resizing, and a lot more of intuitive usable features. </p><p>Capture full screen: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot full</code></div></div> <p>Capture specific screen: </p> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot screen -n &lt;screen number integer&gt;</code></div></div> <p>Further arguments are available: </p> <dl><dt><code>-p</code> to specify a custom save path</dt></dl> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot gui -p ~/myStuff/captures</code></div></div> <dl><dt><code>-d</code> to define a delay in milliseconds</dt></dl> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot gui -d 2000</code></div></div> <dl><dt><code>-c</code> to copy directly to clipboard</dt></dl> <div class="cmd-box"><div><code style="color: #4E9A06; user-select: none; font-weight: bold;">user <span style="color:royalblue;">$</span></code><code>flameshot full -c -p ~/myStuff/captures</code></div></div> <p>For more arguments and additional information please refer to the documentation, the <a rel="nofollow" class="external text" href="https://github.com/flameshot-org/flameshot">README.md</a> and the man pages. </p> <h3><span class="mw-headline" id="Keyboard_shortcuts">Keyboard shortcuts</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=9" title="Edit section: Keyboard shortcuts">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>This is a a list from the original <span style="font-family: monospace; font-size: 95%; color: #3c763d; font-weight: 600;">README.md</span><sup id="cite_ref-1" class="reference"><a href="#cite_note-1">&#91;1&#93;</a></sup> of available shortcuts in GUI mode: </p> <table class="wikitable"> <tbody><tr> <th>Keys </th> <th>Description </th></tr> <tr> <td><kbd>P</kbd> </td> <td>Set the Pencil as paint tool </td></tr> <tr> <td><kbd>D</kbd> </td> <td>Set the Line as paint tool </td></tr> <tr> <td><kbd>A</kbd> </td> <td>Set the Arrow as paint tool </td></tr> <tr> <td><kbd>S</kbd> </td> <td>Set Selection as paint tool </td></tr> <tr> <td><kbd>R</kbd> </td> <td>Set the Rectangle as paint tool </td></tr> <tr> <td><kbd>C</kbd> </td> <td>Set the Circle as paint tool </td></tr> <tr> <td><kbd>M</kbd> </td> <td>Set the Marker as paint tool </td></tr> <tr> <td><kbd>T</kbd> </td> <td>Add text to the capture </td></tr> <tr> <td><kbd>B</kbd> </td> <td>Set Pixelate as the paint tool </td></tr> <tr> <td><kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> </td> <td>Move selection 1px </td></tr> <tr> <td><kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> </td> <td>Resize selection 1px </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>←</kbd>, <kbd>↓</kbd>, <kbd>↑</kbd>, <kbd>→</kbd> </td> <td>Symmetrically resize selection 2px </td></tr> <tr> <td><kbd>Esc</kbd> </td> <td>Quit capture </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>M</kbd> </td> <td>Move the selection area </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>C</kbd> </td> <td>Copy to clipboard </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>S</kbd> </td> <td>Save selection as a file </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>Z</kbd> </td> <td>Undo the last modification </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Z</kbd> </td> <td>Redo the next modification </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>Q</kbd> </td> <td>Leave the capture screen </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>O</kbd> </td> <td>Choose an app to open the capture </td></tr> <tr> <td><kbd>Ctrl</kbd> + <kbd>Return</kbd> </td> <td>Commit text in text area </td></tr> <tr> <td><kbd>Return</kbd> </td> <td>Upload the selection to Imgur </td></tr> <tr> <td><kbd>Spacebar</kbd> </td> <td>Toggle visibility of sidebar with options of the selected tool, color picker for the drawing color and history menu </td></tr> <tr> <td>Right Click </td> <td>Show the color wheel </td></tr> <tr> <td>Mouse Wheel </td> <td>Change the tool's thickness </td></tr> <tr> <td><kbd>Print screen</kbd> </td> <td>Capture Screen </td></tr> <tr> <td><kbd>Shift</kbd> + <kbd>Print</kbd> </td> <td>Screenshot History </td></tr> <tr> <td><kbd>Ctrl</kbd> + drawing <i>line</i>, <i>arrow</i> or <i>marker</i> </td> <td>Drawing only horizontally, vertically or diagonally </td></tr> <tr> <td><kbd>Ctrl</kbd> + drawing <i>rectangle</i> or <i>circle</i> </td> <td>Keeping aspect ratio </td></tr></tbody></table> <p><kbd>Shift</kbd> + drag a handler of the selection area: mirror redimension in the opposite handler. </p> <h3><span class="mw-headline" id="Shortcuts_for_taking_screenshots">Shortcuts for taking screenshots</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=10" title="Edit section: Shortcuts for taking screenshots">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>If shortcuts for screenshots are desired, they must be manually enabled. This is done by setting one or more of the desired command-line options from the Usage section as commands for specific key combinations on the system. (For example <span style="font-family: monospace; font-size: 95%; font-weight: bold;" class="tripleclick-separator">flameshot gui</span>) </p><p>Since these settings can be achieved in different ways across different desktop environments, window managers, and system settings it is recommended to check the related <a href="/wiki/Desktop_environment" title="Desktop environment">Gentoo Desktop Environment Wiki Section</a> of the installed desktop environment or the <a href="/wiki/Window_manager" title="Window manager">Window Manager Section</a> if using a minimal Window manager system or to refer to the documentation of the used interface, to find out how to set up custom shortcuts. </p><p>For KDE Plasma and XFCE there is a description in the <a rel="nofollow" class="external text" href="https://github.com/flameshot-org/flameshot#global">README on github</a>, how to achieve this. </p> <h2><span class="mw-headline" id="Troubleshooting">Troubleshooting</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=11" title="Edit section: Troubleshooting">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span id="Flameshot_does_not_start_and_/_or_GUI_does_not_open_on_a_minimal_window_manager"></span><span class="mw-headline" id="Flameshot_does_not_start_and_.2F_or_GUI_does_not_open_on_a_minimal_window_manager">Flameshot does not start and / or GUI does not open on a minimal window manager</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=12" title="Edit section: Flameshot does not start and / or GUI does not open on a minimal window manager">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>Flameshot works the best with dbus, so make the session dbus aware. Refer to <a href="/wiki/Window_manager" title="Window manager">Window Manager</a>. For example for i3: </p> <div class="box-caption"><span class="label" style="margin-right: .5em; background-color: #54487A">FILE</span> <strong><code style="border: none; background: none; color: #54487A; margin-right: .5em;">~/.xinitrc</code></strong><strong></strong></div> <div class="mw-highlight mw-highlight-lang-text mw-content-ltr" dir="ltr"><pre><span></span>exec dbus-launch --exit-with-session i3 </pre></div> <h3><span class="mw-headline" id="Flameshot_does_not_start_on_a_Wayland_Compositor">Flameshot does not start on a Wayland Compositor</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=13" title="Edit section: Flameshot does not start on a Wayland Compositor">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>Flameshot requires some packages to be installed in order to work properly with Wayland compositors. </p> <div class="cmd-box"><div><code style="color: #ef2929; user-select: none; font-weight: bold;">root <span style="color:royalblue;">#</span></code><code>emerge --ask sys-apps/xdg-desktop-portal gui-apps/grim</code></div></div> <ul><li>The <span style="white-space: nowrap;" class="plainlinks" title="External link to https&#58;//packages.gentoo.org for the sys-apps/xdg-desktop-portal package."><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/sys-apps/xdg-desktop-portal"><span style="font-family: monospace; font-size: 95%; color: MidnightBlue;">sys-apps/xdg-desktop-portal</span></a><span style="color: grey; margin-left: 0.1em; font-size: 70%;" class="fa fa-hdd-o fa-fw"></span></span> is required for desktop integration with backend implementations.</li> <li>Flameshot uses <span style="white-space: nowrap;" class="plainlinks" title="External link to https&#58;//packages.gentoo.org for the gui-apps/grim package."><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/gui-apps/grim"><span style="font-family: monospace; font-size: 95%; color: MidnightBlue;">gui-apps/grim</span></a><span style="color: grey; margin-left: 0.1em; font-size: 70%;" class="fa fa-hdd-o fa-fw"></span></span> to grab images from a Wayland compositor.</li></ul> <p>Additionally, you will also need to make sure that you have installed one or more <a rel="nofollow" class="external text" href="https://wiki.gentoo.org/wiki/XDG/xdg-desktop-portal">backends implementations</a> that are appropriate for your environment (e.g. <span style="white-space: nowrap;" class="plainlinks" title="External link to https&#58;//packages.gentoo.org for the gui-libs/xdg-desktop-portal-wlr package."><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/gui-libs/xdg-desktop-portal-wlr"><span style="font-family: monospace; font-size: 95%; color: MidnightBlue;">gui-libs/xdg-desktop-portal-wlr</span></a><span style="color: grey; margin-left: 0.1em; font-size: 70%;" class="fa fa-hdd-o fa-fw"></span></span>). </p> <h3><span class="mw-headline" id="GNOME_Wayland_and_Plasma_Wayland">GNOME Wayland and Plasma Wayland</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=14" title="Edit section: GNOME Wayland and Plasma Wayland">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>The Support on GNOME Wayland and Plasma Wayland is still Experimental. </p> <h3><span class="mw-headline" id="No_tray_icon_on_GNOME">No tray icon on GNOME</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=15" title="Edit section: No tray icon on GNOME">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>The <span style="white-space: nowrap;" class="plainlinks" title="External link to https&#58;//packages.gentoo.org for the gnome-extra/gnome-shell-extension-appindicator package."><a rel="nofollow" class="external text" href="https://packages.gentoo.org/packages/gnome-extra/gnome-shell-extension-appindicator"><span style="font-family: monospace; font-size: 95%; color: MidnightBlue;">gnome-extra/gnome-shell-extension-appindicator</span></a><span style="color: grey; margin-left: 0.1em; font-size: 70%;" class="fa fa-hdd-o fa-fw"></span></span> extension is necessary to see the system tray icon. </p> <h3><span class="mw-headline" id="Other">Other</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=16" title="Edit section: Other">edit</a><span class="mw-editsection-bracket">]</span></span></h3> <p>See <a rel="nofollow" class="external text" href="https://flameshot.org/docs/guide/troubleshooting/">Flameshot Troubleshooting</a> section </p> <h2><span class="mw-headline" id="External_resources">External resources</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=17" title="Edit section: External resources">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <ul><li><a rel="nofollow" class="external text" href="https://github.com/flameshot-org/flameshot">Flameshot Github</a></li> <li><a rel="nofollow" class="external text" href="https://flameshot.org/docs/">Official Flameshot Documentation</a></li> <li><a rel="nofollow" class="external text" href="https://flameshot.org/docs/guide/troubleshooting/">Troubleshooting Flameshot Website</a></li></ul> <h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Flameshot&amp;action=edit&amp;section=18" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2> <div class="reflist" style="list-style-type: decimal;"> <div class="mw-references-wrap"><ol class="references"> <li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://github.com/flameshot-org/flameshot">https://github.com/flameshot-org/flameshot</a></span> </li> </ol></div></div> '
Unix timestamp of change (timestamp)
1737401567