fix(calamares): add zsh to Default group, add minimal KDE entry (pkgrel 3)
zsh fixes the login lockout reported by jtadlock91 in Antergos-NeXT/antergos-iso#17 - users.conf forces /bin/zsh but nothing installed it. Also add KDE Plasma (Minimal) for low-end hardware and fix missing cosmic-greeter-dinit in the packaged COSMIC entry.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=calamares-branding-antergos-next
|
pkgname=calamares-branding-antergos-next
|
||||||
pkgver=2.0
|
pkgver=2.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Calamares branding for Antergos NeXT online installer"
|
pkgdesc="Calamares branding for Antergos NeXT online installer"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT"
|
url="https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
- xfsprogs
|
- xfsprogs
|
||||||
- f2fs-tools
|
- f2fs-tools
|
||||||
- snapper
|
- snapper
|
||||||
|
- zsh
|
||||||
|
|
||||||
- name: "Kernel"
|
- name: "Kernel"
|
||||||
description: "Kernel and modules"
|
description: "Kernel and modules"
|
||||||
|
|||||||
@@ -47,6 +47,21 @@ items:
|
|||||||
- kwin-zones
|
- kwin-zones
|
||||||
- oh-my-posh-bin
|
- oh-my-posh-bin
|
||||||
- pacseek
|
- pacseek
|
||||||
|
- id: PlasmaMinimal
|
||||||
|
name: "KDE Plasma (Minimal)"
|
||||||
|
description: "Stock Plasma on Wayland — kitty, pcmanfm-qt, featherpad, grim. No branding. For low-end hardware."
|
||||||
|
screenshot: ""
|
||||||
|
netinstall:
|
||||||
|
name: "KDE Plasma (Minimal)"
|
||||||
|
selected: true
|
||||||
|
critical: false
|
||||||
|
packages:
|
||||||
|
- plasma-meta
|
||||||
|
- kitty
|
||||||
|
- pcmanfm-qt
|
||||||
|
- featherpad
|
||||||
|
- grim
|
||||||
|
- slurp
|
||||||
- id: Xfce
|
- id: Xfce
|
||||||
name: "Xfce"
|
name: "Xfce"
|
||||||
description: "Lightweight traditional desktop. Fast and low on resources."
|
description: "Lightweight traditional desktop. Fast and low on resources."
|
||||||
@@ -143,3 +158,4 @@ items:
|
|||||||
critical: false
|
critical: false
|
||||||
packages:
|
packages:
|
||||||
- cosmic
|
- cosmic
|
||||||
|
- cosmic-greeter-dinit
|
||||||
|
|||||||
Reference in New Issue
Block a user