Skip to content

Applications will fail to launch if the first 5 characters contain : in the appimage filename #641

@Link4Electronics

Description

@Link4Electronics

@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")}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions