Skip to content

Commit e95b7dc

Browse files
committed
adding packagechooser.conf_titan.patch
1 parent 68dcdab commit e95b7dc

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Details: see files [hotfix-start.bash](hotfix-start.bash) and [hotfix-end.bash](
88

99
Hotfix 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
1112
2026.03.19| EndeavourOS_Titan-2026.03.06.iso | hotfix-start.bash | issue with eos-settings packages using skel getting installed after user creation
1213
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [budgie] [packagechooser.conf] Budgie 10.10 package changes
1314
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [plasma] [netinstall.yaml] firewalld package split changes

hotfix-start.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*)

packagechooser.conf_titan.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)