xfce4-screenshooter -m wont capture mouse pointer
xfce4-screenshooter -m wont capture mouse pointer
Tried out a few screen capture apps and find most of them are either too fancy (complicated) or too limited (no settings).
The default xfce4-screenshooter app is a good one to set up to auto-save to clip-board and file and go straight int select area mode.
Mapped to the Prt-Scr Key. Unfortunately the -m option does not do anything.
I need a screen-capture app that when evoked will capture the mouse position, and the Title text of the link the mouse is hovering over.
Any suggestions on how to fix this.?
Also have Flameshot installed and configured but alas, also will not capture the mouse pointer.
The default xfce4-screenshooter app is a good one to set up to auto-save to clip-board and file and go straight int select area mode.
Mapped to the Prt-Scr Key. Unfortunately the -m option does not do anything.
I need a screen-capture app that when evoked will capture the mouse position, and the Title text of the link the mouse is hovering over.
Any suggestions on how to fix this.?
Also have Flameshot installed and configured but alas, also will not capture the mouse pointer.
Re: xfce4-screenshooter -m wont capture mouse pointer
If you click on Screenshot's Help button you'll be taken to its web page on xfce.org where you can find all available command-line switches. Sadly, capture the mouse cursor with -m isn't one of them so if you want it to be added you'd have to file an enhancement request with Xfce.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: xfce4-screenshooter -m wont capture mouse pointer
hello remoteone and JayM
xfce4-screenshooter
a long command name, whew,
Show to us the command that you have mapped to the key, please.
When selecting a region the mouse cursor is outside the region immediately. A delay is necessary for the two things " capture the mouse position, and the Title text of the link the mouse is hovering" that you want for resultant capture when selecting region. delay time allows placement of the mouse cursor for the desired capture. --mouse, or -m, succeeds when the mouse cursor is within the selected area.
xfce4-screenshooter
a long command name, whew,
Show to us the command that you have mapped to the key, please.
When selecting a region the mouse cursor is outside the region immediately. A delay is necessary for the two things " capture the mouse position, and the Title text of the link the mouse is hovering" that you want for resultant capture when selecting region. delay time allows placement of the mouse cursor for the desired capture. --mouse, or -m, succeeds when the mouse cursor is within the selected area.
Re: xfce4-screenshooter -m wont capture mouse pointer
I use hotshots for this special case, because scrot also does not show me a mousepointer
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
Re: xfce4-screenshooter -m wont capture mouse pointer
hello remoteone
to have [-m] show mouse pointer selected by default at all times with xfce4-screenshooter
there is a file to change in the home folder:
/.config/xfce4/xfce4-screenshooter
show_mouse=1
set to 0 for no show. set to 1 for show cursor. becomes default.
to have [-m] show mouse pointer selected by default at all times with xfce4-screenshooter
there is a file to change in the home folder:
/.config/xfce4/xfce4-screenshooter
show_mouse=1
set to 0 for no show. set to 1 for show cursor. becomes default.
Re: xfce4-screenshooter -m wont capture mouse pointer
Hmm, well I was going by
show_mouse=1
Still no worky, wont capture the mouse . It shifts the cursor after pressing the PrtScr hotkey such that the title text of the object that the mouse was hovering over no longer shows.
Minor aside... Does "Screenshot" Launcher use xfce4-screenshooter out of the box? .. why confuse users by changing the name/title?
Changed /.config/xfce4/xfce4-screenshooter for all users and root toxfce4-screenshooter --help
-m, --mouse Display the mouse on the screenshot
show_mouse=1
Still no worky, wont capture the mouse . It shifts the cursor after pressing the PrtScr hotkey such that the title text of the object that the mouse was hovering over no longer shows.
Minor aside... Does "Screenshot" Launcher use xfce4-screenshooter out of the box? .. why confuse users by changing the name/title?
Re: xfce4-screenshooter -m wont capture mouse pointer
Re:
Im used to using Greenshot in Windows where its all done automatically, the cursor does not disappear.
Is there any Screen Capture app that can be set up in the config to just capture the region with cursor/hover content without all this messing about.
Press hotkey > draw area > Done.
Image is automatically saved in pre-configured location,format,quality etc, and saved to the clipboard withot any more interaction. When you do hundreds of screencaps in a work session, this is where Greenshot was a huge time saving productivity asset.
Ahh I see, but the delay only applies to when you use the Launcher not when clicking Shortcut key. Thats why it wont work, I do so many screen caps, I really don't want all these extra steps!When selecting a region the mouse cursor is outside the region immediately. A delay is necessary for the two things " capture the motheuse position, and the Title text of the link the mouse is hovering" that you want for resultant capture when selecting region. delay time allows placement of the mouse cursor for the desired capture. --mouse, or -m, succeeds when the mouse cursor is within the selected area.
Im used to using Greenshot in Windows where its all done automatically, the cursor does not disappear.
Is there any Screen Capture app that can be set up in the config to just capture the region with cursor/hover content without all this messing about.
Press hotkey > draw area > Done.
Image is automatically saved in pre-configured location,format,quality etc, and saved to the clipboard withot any more interaction. When you do hundreds of screencaps in a work session, this is where Greenshot was a huge time saving productivity asset.
Last edited by remoteone on Thu Oct 01, 2020 1:40 am, edited 1 time in total.
Re: xfce4-screenshooter -m wont capture mouse pointer
Okay, that worked for me. Did you see this in xfce4-screenshooter -m?
xfce4-screenshooter -m --window resulted in this (I could have used -m -w):$ xfce4-screenshooter -m
The --mouse option is only used when --fullscreen, --window or --region is given. It will be ignored.
You do not have the required permissions to view the files attached to this post.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: xfce4-screenshooter -m wont capture mouse pointer
[SOLVED]
Yeah onto the -m switch, I needed to set up a delay on the hotkey command.
Application Shortcut command fixed it.. Very close to what I need..
Thanks all
Yeah onto the -m switch, I needed to set up a delay on the hotkey command.
Application Shortcut command fixed it.. Very close to what I need..
Code: Select all
xfce4-screenshooter -mcr -d 4 -s ~/Pictures/screenshots/
Last edited by remoteone on Thu Oct 01, 2020 2:16 am, edited 4 times in total.
Re: xfce4-screenshooter -m wont capture mouse pointer
Shell scripts to the rescue!
Save it somewhere, right-click on it and make it executable in its properties tab in Thunar, then run it when your hotkey gets pressed. Adjust the delay to however many seconds you want it to pause for before taking a screenshot.
When you've decided that this is solved to your satisfaction, could you please edit your original post #1 at the very top of the topic by clicking the pencil tip icon, the one circled in red in my screenshot image below (yours won't have the red circle)

and add [SOLVED] at the front of the subject? This will make it easier for others when they search the forum looking for a solution to the same problem. Thanks.
Code: Select all
#!/bin/sh
sleep 5
xfce4-screenshooter -m -w
When you've decided that this is solved to your satisfaction, could you please edit your original post #1 at the very top of the topic by clicking the pencil tip icon, the one circled in red in my screenshot image below (yours won't have the red circle)

and add [SOLVED] at the front of the subject? This will make it easier for others when they search the forum looking for a solution to the same problem. Thanks.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.