The GNOME Screenshot is a utility used for taking screenshots of the entire screen, a window or a user-defined area of the screen, with optional beautifying border effects.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gnome-screenshot/41/gnome-screenshot-41.0.tar.xz
Download MD5 sum: 3d0199188d8ba07399e468a61e0174e8
Download size: 352 KB
Estimated disk space required: 7.4 MB
Estimated build time: less than 0.1 SBU
GTK+-3.24.43, libcanberra-0.30 (Compiled with GTK+3 support), and libhandy-1.8.3
First, fix building with newer versions of meson:
sed -i '/merge_file/{n;d}' data/meson.build
Install GNOME Screenshot by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
In order to best run GNOME Screenshot from the command line, the -i option needs to be specified.