Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.8k
    • Issues 3.8k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 288
    • Merge requests 288
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCVLC
  • Merge requests
  • !3769

extras/package/snap: Add `layout:` to symlink `/usr/share/libdrm`

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Oliver Calder requested to merge olivercalder/vlc:snapcraft-libdrm-amdgpu-fix into master Jun 06, 2023
  • Overview 14
  • Commits 1
  • Pipelines 1
  • Changes 1

When running the VLC snap from the command line, the following error message:

/usr/share/libdrm/amdgpu.ids: No such file or directory

This is due to a missing layout: field. The program is looking in /usr/share/libdrm/, but the file is actually in $SNAP/usr/share/libdrm/, so layout: allows creating a symlink to this location.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: snapcraft-libdrm-amdgpu-fix

VideoLAN code repository instance