Skip to content
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

Launch default application represented by icon on Linux #9

Merged
merged 3 commits into from
Sep 16, 2014
Merged

Launch default application represented by icon on Linux #9

merged 3 commits into from
Sep 16, 2014

Conversation

slicer69
Copy link
Contributor

On Linux some desktop icons can contain multiple Exec statements, allowing the user to right-click on an icon and select alternative behaviour. Lumina previously took the last entry in the .desktop file, which usually is not the desired default. This small patch takes the first Exec entry in the .desktop file which is usually the desired behaviour.

beanpole135 added a commit that referenced this pull request Sep 16, 2014
Launch default application represented by icon on Linux
@beanpole135 beanpole135 merged commit 1dc625c into lumina-desktop:master Sep 16, 2014
@beanpole135
Copy link
Collaborator

I did recently fix pulling the info from the proper [Desktop Entry] section instead of the last line for that variable (whether it was in a different section or not), so this might have already been fixed. However, since this is a relatively minor change without detriment to the FreeDesktop standards compliance I think it will be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants