Skip to content

[BUG] Linux launcher shell script is pointing at a nonexistent executable #5029

Description

@ekolis

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

2026.2.2

Windows version, edition, and architecture

Bazzite Linux 44, x64

Describe your issue

The shell script used to launch UniGetUI on Linux (/usr/bin/unigetui) seems to be referencing an out of date executable name:

#!/bin/sh
exec /opt/unigetui/UniGetUI.Avalonia "$@"

However the executable is now called /opt/unigetui/UniGetUI, so this script fails to launch the app.

Steps to reproduce the issue

  1. Open a terminal on Linux
  2. Run this command: unigetui

UniGetUI Log

N/A

Package Managers Logs

N/A

Relevant information

No response

Screenshots and videos

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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