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.01.01| EndeavourOS_Ganymede-2025.11.24.iso | hotfix-start.bash | [ cinnamon] [ budgie] nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
11122025.11.10| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | [ plasma] adding plasma-keyboard, adding python-jinja for glances
12132025.11.07| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | Removed maliit-keyboard and replace libappindicator-gtk3 with libappindicator [ plasma]
13142025.10.24| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | removal of -gtk3 postfixes on LXDE packagenames
Original file line number Diff line number Diff line change @@ -191,6 +191,13 @@ Main() {
191191 wget -qN -P " /tmp/" " https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/netinstall.yaml_mercury_neo.patch"
192192 patch " /etc/calamares/modules/netinstall.yaml" < " /tmp/netinstall.yaml_mercury_neo.patch"
193193 ;;
194+
195+ 2026.01.01) # Ganymede
196+ # nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
197+
198+ wget -qN -P " /tmp/" " https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede.patch"
199+ patch " /etc/calamares/modules/packagechooser.conf" < " /tmp/packagechooser.conf_ganymede.patch"
200+ ;;
194201 * )
195202 HotMsg " no hotfixes for ISO version $ISO_VERSION ."
196203 ;;
Original file line number Diff line number Diff line change 1+ --- packagechooser.conf 2025-03-17 00:00:47.000000000 +0100
2+ +++ packagechooser.conf.patched 2026-01-01 16:46:19.279153795 +0100
3+ @@ -385,7 +385,6 @@
4+ - mpv
5+ - nemo-fileroller
6+ - nemo-image-converter
7+ - - nemo-preview
8+ - nemo-share
9+ - x-apps
10+ - xdg-user-dirs-gtk
11+ @@ -522,7 +521,6 @@
12+ - mpv
13+ - nemo
14+ - nemo-fileroller
15+ - - nemo-preview
16+ - network-manager-applet
17+ - sushi
18+ - xdg-user-dirs-gtk
You can’t perform that action at this time.
0 commit comments