Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- [07:20:22 ERROR] => Failed:
- × Recipe ./recipes/recipe.yml failed to validate
- ╰─▶
- × 2 errors encountered
- ╭─[./recipes/recipe.yml:54:9]
- 53 │
- 54 │ ╭──▶ - type: default-flatpaks
- 55 │ │ notify: true # Send notification after install/uninstall
- is finished (true/false)
- 56 │ │ system:
- 57 │ │ # If no repo information is specified, Flathub will be
- used by default
- 58 │ │ # repo-url: https://dl.flathub.org/repo/
- flathub.flatpakrepo
- 59 │ │ # repo-name: flathub
- 60 │ │ # repo-title: "Flathub (system-wide)" # Optional; this
- sets the remote's user-facing name in graphical frontends like GNOME
- Software
- 61 │ │ install:
- 62 │ │ - com.github.tchx84.Flatseal
- 63 │ │ - com.github.tenderowl.frog
- 64 │ │ - com.spotify.Client
- 65 │ │ - com.stremio.Stremio
- 66 │ │ - nz.mega.MEGAsync
- 67 │ │ - org.gnome.gitlab.somas.Apostrophe
- 68 │ │ - org.libreoffice.LibreOffice
- 69 │ │ - org.mozilla.firefox
- 70 │ │ - com.rtosta.zapzap
- 71 │ │ - dev.zed.Zed
- 72 │ │ - org.gnome.Snapshot
- 73 │ │ - org.gnome.Evince
- 74 │ │ - org.gnome.Loupe
- 75 │ │ - org.gnome.Calculator
- 76 │ │ - org.gnome.TextEditor
- 77 │ │ - io.missioncenter.MissionCenter
- 78 │ │ # - one.ablaze.floorp//lightning # This is an example
- of flatpak which has multiple branches in selection (flatpak//branch).
- 79 │ │ # Flatpak runtimes are not supported (like
- org.winehq.Wine//stable-23.08),
- 80 │ │ # only normal flatpak applications are (like Floorp
- Lightning web browser in this example).
- 81 │ │ # Installing different branches of the same Flatpak is
- not supported.
- 82 │ │ remove:
- 83 │ │ # - org.gnome.eog
- 84 │ │
- 85 │ │ # Install homebrew
- 86 │ ├──▶ - type: brew
- · ╰───── is not valid under any of the schemas listed in the 'anyOf'
- keyword
- 87 │ │ nofile-limits: true # increase nofile limits
- 88 │ │ brew-analytics: false # disable telemetry
- 89 │ ├──▶ update-interval: ['7d', '0h', '0m']
- · ╰───── is not valid under any of the schemas listed in the 'anyOf'
- keyword
- 90 │
- ╰────
- help: Try adding these lines to the top of your file:
- ---
- # yaml-language-server: $schema=https://schema.blue-
- build.org/recipe-
- v1.json
- ```
Advertisement
Add Comment
Please, Sign In to add comment