Hubstaff has screenshot capture support for Linux for client apps running 1.6.10 or higher and GNOME 41 and below. If you’re running an older version of the app, we highly recommend you update to the latest version.
Troubleshooting screen capture issues
- Hubstaff supports GNOME versions 41 and below. If you’re using GNOME version 42 you’ll need to install the
gnome-screenshots
package. Click here to learn how. - Switching back to Xorg instead of Wayland. You can switch to Xorg from Wayland easily: Here’s a link that will show you how to do it: https://itsfoss.com/switch-xorg-wayland/
To find out what display manager you are currently using:
Step 1
Open the Terminal app from your Linux machine.
Step 2
Type in the below command:
echo $XDG_SESSION_TYPE$
Step 3
If the result is X11, the app should be able to record screenshots. If it says Wayland, please follow the steps here in case you wish to downgrade to Xorg.