Skip to content

Match desktop file and icon names with FreeCAD's current organization name

The desktop file and icon name use the old (org.freecadweb.FreeCAD) organization name, which is not the current one (org.freecad.FreeCAD), this has the issue that the icon is missing under KDE Plasma Wayland so some steps have to be taken. Papirus fixed this, though I've noticed that the .desktop wasn't matching either. This MR sets the current org as appropriate and also fixes the following runtime warning.

QGuiApplication::setDesktopFileName: the specified desktop file name ends with
.desktop. For compatibility reasons, the .desktop suffix will be removed.
Please specify a desktop file name without .desktop suffix

Merge request reports