--f46d044519a19a3a3804e1041482 Content-Type: text/plain; charset=ISO-8859-1 Code wise, things looks pretty good. Minor comments: - the library is GPL, not LGPL which is the norm for libraries. Is this deliberate? - Inside kscreen you have a copy of the metadata.desktop file twice. Just have the one and install it to the two places. You might also want to use the version number from your main CMakeLists.txt in your .desktop file too, otherwise updating can get messy. -Generator::biggestOutput rename the local variable "total"...it's not a total of anything, I had to re-read it 10 times to realise the code was correct. In general though +1 from me. --f46d044519a19a3a3804e1041482 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Code wise, things looks pretty good.

Minor comments:
=A0- the library is GPL, not LGPL which is the norm for libraries.
Is this deliberate?

=A0- Inside kscreen y= ou have a copy of the metadata.desktop file twice.
Just have the one and install it to the two places.=A0
You m= ight also want to use the version number from your main CMakeLists.txt in y= our .desktop file too, otherwise updating can get messy.

-Generator::biggestOutput
rename the local variable "to= tal"...it's not a total of anything, I had to re-read it 10 times = to realise the code was correct.


In general though +1 from me.
--f46d044519a19a3a3804e1041482--