You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a weird issue while using AppImageLauncher.
For desktop entries with X-AppImage-Version=1.0.0 the version is, for some reason, not appended to the name when app is being integrated.
I've been searching through the source code to find where the substitution takes place and tracked it down to this class: src/libappimage/desktop_integration/integrator/DesktopEntryEditor.cpp, and this method
Hello @TheAssassin !
I've encountered a weird issue while using
AppImageLauncher
.For desktop entries with X-AppImage-Version=1.0.0 the version is, for some reason, not appended to the name when app is being integrated.
Will create a desktop entry with just
T.Nebula
While this:
Will result in
T.Nebula (2.3.2-test)
I've been searching through the source code to find where the substitution takes place and tracked it down to this class:
src/libappimage/desktop_integration/integrator/DesktopEntryEditor.cpp
, and this methodlibappimage/src/libappimage/desktop_integration/integrator/DesktopEntryEditor.cpp
Line 56 in e56c21b
Unfortunalety, I have next to zero c++ expertise to debug this myself.
My guess would be that, for some reason, this
libappimage/src/libappimage/desktop_integration/integrator/DesktopEntryEditor.cpp
Line 75 in e56c21b
might be operating wrong.
Anyway, please let me know if any additional context or information is requied.
The text was updated successfully, but these errors were encountered: