Skip to content

Commit c5ec755

Browse files
committed
debian: install gnome-core instead of task-desktop
task-desktop only recommends packages so mkosi does not pull it in. Install gnome-core which is the meta package with the dependencies. Add gnome-initial-setup but leave commented out as it does not integrate with homed yet.
1 parent 0b3157b commit c5ec755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mkosi.profiles/desktop/mkosi.conf.d/debian/mkosi.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Packages=
2222
pipewire-pulse
2323
plymouth-themes
2424
steam-devices
25-
task-desktop
2625
tuned-ppd
2726
va-driver-all
2827
vdpau-driver-all

mkosi.profiles/gnome/mkosi.conf.d/debian/mkosi.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Distribution=debian
55

66
[Content]
77
Packages=
8-
gdm3
8+
gnome-core
9+
# TODO: enable when it integrates with homed
10+
# gnome-initial-setup
911
gnome-session-xsession
1012
gnome-software-plugin-flatpak
1113
gnome-software-plugin-fwupd

0 commit comments

Comments
 (0)