fix(calamares): sync LightDM group to branding config, add zenity to live
- packagechooser_dm.conf (offline + online copies): LightDM group now installs lightdm-slick-greeter + antergos-lightdm-config and shows a screenshot. The live-overlay was overriding the branding package's config with a bare LightDM group (no greeter), so displaymanager's greeter_setup() aborted Xfce+LightDM online installs. - profile.yaml: add zenity to rootfs packages. antergos-offline-install uses zenity exclusively but only yad was installed, so the offline installer silently did nothing on double-click.
This commit is contained in:
+3
-1
@@ -26,7 +26,7 @@ items:
|
|||||||
- id: LightDM
|
- id: LightDM
|
||||||
name: lightdm
|
name: lightdm
|
||||||
description: "Cross-desktop display manager (GTK)"
|
description: "Cross-desktop display manager (GTK)"
|
||||||
screenshot: ""
|
screenshot: "lightdm-screenshot.png"
|
||||||
netinstall:
|
netinstall:
|
||||||
name: "LightDM"
|
name: "LightDM"
|
||||||
selected: true
|
selected: true
|
||||||
@@ -34,6 +34,8 @@ items:
|
|||||||
packages:
|
packages:
|
||||||
- lightdm
|
- lightdm
|
||||||
- lightdm-dinit
|
- lightdm-dinit
|
||||||
|
- lightdm-slick-greeter
|
||||||
|
- antergos-lightdm-config
|
||||||
|
|
||||||
- id: LXDM
|
- id: LXDM
|
||||||
name: lxdm
|
name: lxdm
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ items:
|
|||||||
- id: LightDM
|
- id: LightDM
|
||||||
name: lightdm
|
name: lightdm
|
||||||
description: "Cross-desktop display manager (GTK)"
|
description: "Cross-desktop display manager (GTK)"
|
||||||
screenshot: ""
|
screenshot: "lightdm-screenshot.png"
|
||||||
netinstall:
|
netinstall:
|
||||||
name: "LightDM"
|
name: "LightDM"
|
||||||
selected: true
|
selected: true
|
||||||
@@ -34,6 +34,8 @@ items:
|
|||||||
packages:
|
packages:
|
||||||
- lightdm
|
- lightdm
|
||||||
- lightdm-dinit
|
- lightdm-dinit
|
||||||
|
- lightdm-slick-greeter
|
||||||
|
- antergos-lightdm-config
|
||||||
|
|
||||||
- id: LXDM
|
- id: LXDM
|
||||||
name: lxdm
|
name: lxdm
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ rootfs:
|
|||||||
- calamares
|
- calamares
|
||||||
- python-toml
|
- python-toml
|
||||||
- calamares-branding-antergos-next
|
- calamares-branding-antergos-next
|
||||||
|
- zenity
|
||||||
- antergos-welcome
|
- antergos-welcome
|
||||||
- yay
|
- yay
|
||||||
- antergos-next-desktop-settings
|
- antergos-next-desktop-settings
|
||||||
|
|||||||
Reference in New Issue
Block a user