157 lines
2.5 KiB
YAML
157 lines
2.5 KiB
YAML
# Debian Atomic KDE
|
|
# Fedora Kinoite 1:1 parallel for Debian
|
|
# Based on kinoite.yaml patterns
|
|
|
|
include: common.yaml
|
|
|
|
# Variant-specific reference
|
|
ref: debian-atomic/kde
|
|
|
|
# KDE-specific packages
|
|
packages:
|
|
# KDE Plasma Desktop Environment
|
|
- plasma-desktop
|
|
- plasma-workspace
|
|
- plasma-nm
|
|
- plasma-pa
|
|
- plasma-systemmonitor
|
|
- plasma-vault
|
|
- plasma-welcome
|
|
|
|
# KDE Applications
|
|
- dolphin
|
|
- konsole
|
|
- kate
|
|
- krunner
|
|
- kwin
|
|
- kscreen
|
|
- ksysguard
|
|
- klipper
|
|
- kmix
|
|
- knotes
|
|
|
|
# KDE Office Applications
|
|
- kontact
|
|
- kmail
|
|
- korganizer
|
|
- kaddressbook
|
|
- knotes
|
|
- ktimetracker
|
|
|
|
# KDE Multimedia
|
|
- dragon
|
|
- juk
|
|
- k3b
|
|
- kaffeine
|
|
- kdenlive
|
|
- ksnapshot
|
|
|
|
# KDE Graphics
|
|
- gwenview
|
|
- kolourpaint
|
|
- karbon
|
|
- krita
|
|
- digikam
|
|
|
|
# KDE System Tools
|
|
- kcmshell5
|
|
- ksystemlog
|
|
- kuser
|
|
- ksysguard
|
|
- kinfocenter
|
|
- kcron
|
|
|
|
# KDE Development Tools
|
|
- kdevelop
|
|
- kate
|
|
- kcachegrind
|
|
- kdbg
|
|
- kdiff3
|
|
|
|
# KDE Games
|
|
- kpat
|
|
- kblocks
|
|
- kbreakout
|
|
- ksnakeduel
|
|
- ktron
|
|
|
|
# Additional KDE Components
|
|
- kde-runtime
|
|
- kde-workspace
|
|
- kde-baseapps
|
|
- kdegraphics
|
|
- kdemultimedia
|
|
- kdenetwork
|
|
- kdesdk
|
|
- kdetoys
|
|
- kdeutils
|
|
- kdeedu
|
|
- kdegames
|
|
|
|
# KDE Input Methods
|
|
- fcitx5
|
|
- fcitx5-qt
|
|
- fcitx5-gtk
|
|
|
|
# Printing Support
|
|
- print-manager
|
|
- cups
|
|
- cups-client
|
|
|
|
# KDE-specific configuration
|
|
config:
|
|
# Desktop environment
|
|
desktop:
|
|
environment: "kde"
|
|
session: "plasma"
|
|
display_manager: "sddm"
|
|
|
|
# User experience
|
|
user_experience:
|
|
auto_login: false
|
|
screen_saver: true
|
|
power_management: true
|
|
notifications: true
|
|
compositing: true
|
|
|
|
# KDE settings
|
|
kde:
|
|
theme: "breeze"
|
|
icons: "breeze"
|
|
window_decorations: "breeze"
|
|
color_scheme: "breeze"
|
|
|
|
# Plasma workspace
|
|
plasma:
|
|
panels: 1
|
|
widgets: true
|
|
activities: true
|
|
virtual_desktops: 4
|
|
|
|
# KWin compositor
|
|
kwin:
|
|
compositing: true
|
|
effects: true
|
|
window_rules: true
|
|
|
|
# Variant metadata
|
|
metadata:
|
|
variant: "kde"
|
|
description: "Debian Atomic KDE - Fedora Kinoite equivalent"
|
|
category: "desktop"
|
|
target: "end-user"
|
|
desktop_environment: "kde"
|
|
fedora_equivalent: "kinoite"
|
|
|
|
# Features
|
|
features:
|
|
- "KDE Plasma Desktop Environment"
|
|
- "KDE Applications Suite"
|
|
- "Office Applications"
|
|
- "Multimedia Applications"
|
|
- "Graphics Applications"
|
|
- "Development Tools"
|
|
- "System Administration Tools"
|
|
- "Container Runtime Support"
|
|
- "Atomic Updates"
|
|
- "Rollback Capability"
|