File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Details: see files [hotfix-start.bash](hotfix-start.bash) and [hotfix-end.bash](
88
99Hotfix date | Affected ISO | Hotfix file | Description
1010:--- | :--- | :--- | :---
11+ 2026.04.07| EndeavourOS_Titan-2026.03.06.iso | hotfix-start.bash | [ xfce4] [ packagechooser.conf] xfce4-datetime-plugin removed from repo
11122026.03.19| EndeavourOS_Titan-2026.03.06.iso | hotfix-start.bash | issue with eos-settings packages using skel getting installed after user creation
12132026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [ budgie] [ packagechooser.conf] Budgie 10.10 package changes
13142026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [ plasma] [ netinstall.yaml] firewalld package split changes
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ Main() {
214214
215215 wget -qN -P " /tmp/" " https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/chrooted_cleaner_script.sh_titan.patch"
216216 patch " /etc/calamares/scripts/chrooted_cleaner_script.sh" < " /tmp/chrooted_cleaner_script.sh_titan.patch"
217+ wget -qN -P " /tmp/" " https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_titan.patch"
218+ patch " /etc/calamares/modules/packagechooser.conf" < " /tmp/packagechooser.conf_titan.patch"
217219 ;;
218220
219221 * )
Original file line number Diff line number Diff line change 1+ --- packagechooser.conf 2026-04-07 17:00:16.722438647 +0200
2+ +++ packagechooser.conf.patched 2026-04-07 17:01:05.073968104 +0200
3+ @@ -312,7 +312,6 @@
4+ - xdg-user-dirs-gtk
5+ - xfce4
6+ - xfce4-battery-plugin
7+ - - xfce4-datetime-plugin
8+ - xfce4-mount-plugin
9+ - xfce4-netload-plugin
10+ - xfce4-notifyd
You can’t perform that action at this time.
0 commit comments