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

Update xdg-mime helper #4333

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 15, 2017

  1. Update xdg-mime helper

    This will respect the `/usr/local/share/applications/` directory when fetching mime infos.
    MoritzKn committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    a539647 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Remove unnecessary braces

    MoritzKn committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    cdf3915 View commit details
    Browse the repository at this point in the history
  2. Update xdg-mime helper to comply with the xdg spec

    This also makes sure __fish_print_xdg_applications_directories only prints directories that exist.
    
    Relevant specs:
    https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
    https://specifications.freedesktop.org/desktop-entry-spec/latest/ape.html
    MoritzKn committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    e8f7d01 View commit details
    Browse the repository at this point in the history