Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xdg-utils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

Update #1:

Due to abusive users subverting our CI facilities to mine cryptocurrency, breaking out of the container sandbox in the process, we have been forced to take actions to limit the usage of the public runners to official projects only.

The policy will be enforced on 2023-03-23 (or before if we detect abuses).

Please see this issue for more context and to see if and how you are impacted.

  • yan12125
  • xdg-utils
  • Repository
Switch branch/tag
  • xdg-utils
  • scripts
  • xdg-mime.in
Find file BlameHistoryPermalink
  • Chih-Hsuan Yen's avatar
    xdg-mime: actually handle lists in mimeapps.list correctly · 0b6b1162
    Chih-Hsuan Yen authored Nov 13, 2021 and yan12125's avatar yan12125 committed Nov 08, 2022
    The issue was raised in [1]. The earlier fix [2] makes xdg-mime always
    pick the first item from a list, and that differs from the standard [3].
    
    > If the application is no longer installed, the next application in the
    > list is attempted, and so on.
    
    A latter fix [4] implements the standard-compliant behavior, while it
    does not actually work until [2] is reverted.
    
    [1] https://bugs.freedesktop.org/show_bug.cgi?id=44163
    [2] xdg/xdg-utils@a5ec775d
    [3] https://specifications.freedesktop.org/mime-apps-spec/1.0.1/ar01s04.html
    [4] xdg/xdg-utils@1f8e58d5
    0b6b1162