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: remove core apps from yafti #550

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions usr/etc/yafti.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Welcome to uBlue
properties:
mode: "run-on-change"
mode: "run-once"
screens:
first-screen:
source: yafti.screen.title
Expand All @@ -9,38 +9,6 @@ screens:
icon: "/path/to/icon"
description: |
Pick some applications to get started
install-required-packages:
source: yafti.screen.package
values:
title: Install required packages
package_manager: yafti.plugin.flatpak
show-terminal: true
groups:
Core:
description: Core Applications
default: true
packages:
- Blackbox Terminal: com.raggesilver.BlackBox
- Calculator: org.gnome.Calculator
- Calendar: org.gnome.Calendar
- Characters: org.gnome.Characters
- Codecs: org.freedesktop.Platform.ffmpeg-full//22.08
- Connections: org.gnome.Connections
- Contacts: org.gnome.Contacts
- Document Viewer: org.gnome.Evince
- Extensions Manager: com.mattjakeman.ExtensionManager
- Fedora Media Writer: org.fedoraproject.MediaWriter
- Mozilla Firefox: org.mozilla.firefox
- Flatseal Permissions Manager: com.github.tchx84.Flatseal
- Logs: org.gnome.Logs
- Maps: org.gnome.Maps
- Nautilus Preview: org.gnome.NautilusPreviewer
- Text Editor: org.gnome.TextEditor
- Weather: org.gnome.Weather
- Disk Usage Analyzer: org.gnome.baobab
- Clocks: org.gnome.clocks
- Picture Viewer: org.gnome.eog
- Font Viewer: org.gnome.font-viewer
applications:
source: yafti.screen.package
values:
Expand Down