TheAssassin / AppImageLauncher

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages
https://assassinate-you.net/tags/appimagelauncher/
MIT License
5.67k stars 264 forks source link

[FR] Desktop Launch Parameters dialog #649

Open eduncan911 opened 4 months ago

eduncan911 commented 4 months ago

Pre-submit checks

Feature description

Editing ~/.local/share/applications/*.desktop for launch parameters, on every upgrade, is a real PITA.

Proposed solution

IOW, we do not want to setup management of the state of an appimage install or any of that. We do not need another dialog for "settings" for each and every parameter settings. We need just enough to setup during the first time install, part of that, "dang it, I should have clicked that Move option." Which can now include a first time, "ok, i know exactly the parameters this appimage needs on every upgrade, let me paste that now."

Alternative solutions you considered

Ansible. I have used Ansible to manage desktop parameters before. Don't do that.

Currently I do it manually. Could write a script to grep the line, and copy it over I guess for the lazy... But, I know my parameters when I am launching! :)

Additional context

I've been using AppImageLauncher since it's 1.0. Thank you!! All other solutions, which somehow sneaks into my distros, never got it right. Thank you!