-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talk about "application", not "AppImage" #184
base: master
Are you sure you want to change the base?
Conversation
probonopd
commented
Jul 3, 2019
•
edited
Loading
edited
- Should fix Extraneous launcher entries in KDE Plasma #180
- Is more in line with https://github.com/AppImage/AppImageKit/wiki/Design-principles#end-user-experience
@@ -541,7 +541,7 @@ bool installDesktopFileAndIcons(const QString& pathToAppImage, bool resolveColli | |||
} | |||
} | |||
|
|||
#ifdef ENABLE_UPDATE_HELPER | |||
#ifdef ENABLE_+_HELPER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That breaks things completely. Might have been an accidental change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did I change this? Must have been inadvertently. I just want "AppImage" to be replaced with "application".
I don't like this change. We must differentiate between "system wide apps" and "user-local AppImages". The desktop action is missing for regular system apps. To not confuse people, the term AppImage is better here. |
Please reconsider if you want this tool to replace any of my tools. |
Feel free to use the AppImage icon if you think this makes this change more feasible. |
That might be a better UX then. When the AppImage icon is used, it gets pretty clear to a user that these are AppImage only features. That's IMO a good thing, to be honest. It advertises this "if you use AppImage, your life becomes easier" thing we're working on, as other applications don't have such an easy UX. That's the thing I want to highlight. |
Hence, please reopen. |