Linux Lite Forums
name of Screenshot software used in LL2 series - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4)
+--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14)
+--- Thread: name of Screenshot software used in LL2 series (/showthread.php?tid=3423)



name of Screenshot software used in LL2 series - m654321 - 10-30-2016

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


Re: name of Screenshot software used in LL2 series - LL-user - 10-30-2016

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


Re: name of Screenshot software used in LL2 series - m654321 - 10-31-2016

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



Re: name of Screenshot software used in LL2 series - LL-user - 10-31-2016

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.