@dCo3lh0 told me on discord that was having difficulties to integrate fre:ac https://github.com/pkgforge-dev/freac-AppImage-Enhanced on appmanager, and it seems the issue is because on desktop entry, on Name= it uses ":" Name=fre:ac
tried using export APPNAME=freac, it changed name on release tag of github, but inside the desktop entry it stills Name=fre:ac and user can't integrate appimage with appmanager
looking at uruntime2appimage.sh, seems that it's this line the issue that it doesn't grab symbols?
APPNAME=${APPNAME:-$(awk -F'=' '/^Name=/{gsub(/ /,"_",$2); print $2; exit}' "$DESKTOP_ENTRY")}
@dCo3lh0 told me on discord that was having difficulties to integrate fre:ac https://github.com/pkgforge-dev/freac-AppImage-Enhanced on appmanager, and it seems the issue is because on desktop entry, on Name= it uses ":" Name=fre:ac
tried using
export APPNAME=freac, it changed name on release tag of github, but inside the desktop entry it stills Name=fre:ac and user can't integrate appimage with appmanagerlooking at uruntime2appimage.sh, seems that it's this line the issue that it doesn't grab symbols?
APPNAME=${APPNAME:-$(awk -F'=' '/^Name=/{gsub(/ /,"_",$2); print $2; exit}' "$DESKTOP_ENTRY")}