Linux Lite Forums

Full Version: name of Screenshot software used in LL2 series
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Smile

PS: This obviously only works cause the process has "screen" in its name. You wouldn't find scrot for example Smile
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 Smile Tested via Lubuntu 14.04 LiveCD.

Hope that helps Smile

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.