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

locations: Fix missing behaviour for volume backed locations #1044

Merged
merged 2 commits into from Jan 7, 2020

Conversation

philipl
Copy link
Contributor

@philipl philipl commented Nov 5, 2019

I forgot to add this originally. Without it, we don't know that
the icon is a location rather than an app, and some undesired items
are added to the menu.

Mount icons already had this set and didn't have a problem.

Fixes #1037

I forgot to add this originally. Without it, we don't know that
the icon is a location rather than an app, and some undesired items
are added to the menu.

Mount icons already had this set and didn't have a problem.

Fixes micheleg#1037
This is another spot where I added logic to mount handling and forgot
to add it for volumes too. We don't want to show network locations,
so we need to filter out both volumes and mounts.

Fixed micheleg#1031
@philipl philipl changed the title locations: Add missing xdtduri property to Volume icons locations: Fix missing behaviour for volume backed locations Nov 11, 2019
@philipl
Copy link
Contributor Author

philipl commented Nov 11, 2019

Added an additional commit that fixes certain network backed locations appearing in the dock when they should not.

@3v1n0 should be merged for ubuntu-dock too.

Copy link
Collaborator

@3v1n0 3v1n0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@3v1n0 3v1n0 merged commit eaceb59 into micheleg:master Jan 7, 2020
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.

"Show details" for volume mounts does nothing
2 participants