flathub / com.jetbrains.IntelliJ-IDEA-Ultimate

https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate
15 stars 8 forks source link

IDEA version displayed wrongly in `flatpak list` command in terminal #95

Closed topazus closed 2 years ago

topazus commented 2 years ago

It seems that recently commit update of IDEA to version 2021.3.1, but I installed it today in terminal and the displayed version number may be wrong, which is 2021.2.

# flatpak list 
Name                         Application ID                                  Version       Branch       Installation
IntelliJ IDEA Ultimate       com.jetbrains.IntelliJ-IDEA-Ultimate            2021.2        stable       system
Mesa                         org.freedesktop.Platform.GL.default             21.3.3        21.08        system
nvidia-495-46                org.freedesktop.Platform.GL.nvidia-495-46                     1.4          system
Intel                        org.freedesktop.Platform.VAAPI.Intel                          21.08        system
openh264                     org.freedesktop.Platform.openh264               2.1.0         2.0          system
Freedesktop SDK              org.freedesktop.Sdk                             21.08.8       21.08        system

when I open the IDEA flatpak application, its version is 2021.3.1. image

x80486 commented 2 years ago

This is because the automatic update, somehow, couldn't update the required fields in the AppStream Metadata file (*.metainfo.xml). I did forget to check if it was updated 😏

I refreshed the issue I filed in JetBrains' YouTrack for IDEA to see if they finally consider shipping this file by default. It really makes no sense that this application does not include it yet.

x80486 commented 2 years ago

@topazus, I'm going to close this one since it was an error when merging the AppStream Metadata file, rather than an issue with the IDE itself. Feel free to reopen it or open a new one instead.