Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

kdialog args cause AppRun exit #657

@rhetr

Description

@rhetr

I'm trying to run 3.7.1 on KDE neon but I don't see the KDialog asking if I want patchwork to be "installed" locally. I took at look inside the AppImage using and found that kdialog is being passed invalid arguments in /AppRun on line 81:

...
LD_LIBRARY_PATH="" kdialog --caption "Disk auswerfen?" --title "$TITLE" -yesno "$TEXT" || exit 0
...

--caption is deprecated as referenced here and -yesno should be --yesno. This explains the stderr output as well:

Unknown options: caption, y, e, s, n, o.

I'd submit a PR but I don't know where the appimage stuff is in the repository (nor do I know how to package things in general)!

update: I tested the 3.8.0 prerelease too, it doesn't look like this has been fixed here either.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions