I have downloaded a couple of flatpaks after installing and launch them from CLI, for example
flatpak run com.spotify.Client
works fine.
However flatpaks don't seem to add icons to the LXDE app menu as native ones do.
I have copied the .desktop file from:
~/.local/share/flatpak/app/com.spotify.Client/x86_64/stable/active/files/share/applications/com.spotify.Client.desktop
To:
/usr/share/applications
Where all native .desktop files also reside. However the LXDE menu still does not pick my flatpaks up.
I have also tried to edit lxde-application.menu, by adding for example a section for 'Audio' (as one of the categories of Spotify is Audio) but it simply replicated the AudioVisual category with just Pulse Audio in (presumably because pulseaudio is also in the Audio category).
I am at a loss as to how to get these flatpaks showing as icons in the menu, any help would be greatly appreciated