ScreenImage for Linux
This feature isn't natively supported on all Linux systems. It works if you're using X11 display server, but unfortunately, it doesn't work on Wayland. Wayland is a newer display protocol that restricts screen capture for security reasons.
To find out which display server you're using, run
in your terminal. If it returns x11, you're good to go. If it returns wayland, the feature likely won't work as it hasn't been tested in that environment.
zip file contains: BAS source code, C source code for library, SO library and txt file (info what all it need and how compile own SO)
This feature isn't natively supported on all Linux systems. It works if you're using X11 display server, but unfortunately, it doesn't work on Wayland. Wayland is a newer display protocol that restricts screen capture for security reasons.
To find out which display server you're using, run
Code: (Select All)
echo $XDG_SESSION_TYPEin your terminal. If it returns x11, you're good to go. If it returns wayland, the feature likely won't work as it hasn't been tested in that environment.
zip file contains: BAS source code, C source code for library, SO library and txt file (info what all it need and how compile own SO)

