Can someone tell me the name of the 'screenshot' software used in LL2 series?
Also is it the same version as the one used in LL3.0?
Many thanks
Mike
Hi Mike,
It's
xfce4-screenshooter.
While have the application open run in a terminal
Code:
ps aux | grep screen
Hope that helps
PS: This obviously only works cause the process has "screen" in its name. You wouldn't find scrot for example

Many thanks LL-user
Even though it has XFCE in its name, might it be compatible with an LXDE desktop? I have Lubuntu 14.04 in mind here.
Mike
Hi Mike,
Yes, not only is it compatible, but doesn't need any dependencies to be pulled in. One package of 514 kB to install and you're ready to go

Tested via Lubuntu 14.04 LiveCD.
Hope that helps
PS1:
One way to check dependencies/ amount of packages that needed to be installed is to simulate the installation:
Code:
sudo apt-get install -s xfce4-screenshooter
PS2:
Btw. Lubuntu has scrot installed by default - SCReen shOT, a command line screen capture utility.