Skip to content

Add X-Flatpak-RenamedFrom to .desktop

Commit b1af8680 renamed the desktop to follow the new application ID but missed the change to add X-Flatpak-RenamedFrom.

This key used to be added by the Flatpak version using the 'rename-desktop-file' manifest option, but it got dropped on https://github.com/flathub/org.gnome.Rhythmbox3/commit/08c5ac609bd808ce813ac975bb2e992771a483b8.

This option allows apps to match the old version and new one, for example on Endless this is used to allow moving core OS apps to their flatpak versions without extra work, and configurations such as icon positions in the grid remain valid after upgrades without any extra input.

Let's reinstate it here.

Merge request reports