Saturday, September 14, 2013

XFCE: Installing application that responds to PrintScreen

I have installed a lighter weight version of XFCE in Ubuntu 13.04 (link). This does not have Print Screen support by the default, like pressing Prt Scr does nothing. To get it to work install xfce4-screenshooter like:
$: sudo apt-get install xfce4-screenshooter

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...