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

Fix Linux installShortcut bugs #135

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Fix Linux installShortcut bugs #135

merged 2 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. Linux: fix filename for xdg-mime protocol command

    The xdg-mime command is supposed to register the unv:// protocol
    handler. Regression in e8758d8.
    Presumably this would have made the protocol handler not work.
    slipher committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2f81409 View commit details
    Browse the repository at this point in the history
  2. Linux: handle issues with QStandardPaths::writableLocation

    According to the documentation the return path may:
      - be an empty string
      - not exist
    
    Also improve logging.
    slipher committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4a44db0 View commit details
    Browse the repository at this point in the history