jahnf / Projecteur

Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
MIT License
374 stars 33 forks source link

Use lowercased desktop entry template file name #192

Closed gszy closed 1 year ago

gszy commented 1 year ago

Rename the desktop entry template file from Projecteur.desktop.in to projecteur.desktop.in. While, to my knowledge, uppercase letters are valid anywhere in these file names, it is much more common to either write the whole name lowercased (like blender.desktop) or use the reverse DNS notation (where the last part of the name often has some mixed case, like org.octave.Octave.desktop). It seems CMakeLists.txt was already setup to call the final file projecteur.desktop, so this patch would just make the names more consistent.