Skip to content

Commit 9a65fea

Browse files
committed
nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
1 parent 9bcb2f1 commit 9a65fea

3 files changed

Lines changed: 26 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.01.01| EndeavourOS_Ganymede-2025.11.24.iso | hotfix-start.bash | [cinnamon] [budgie] nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
1112
2025.11.10| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | [plasma] adding plasma-keyboard, adding python-jinja for glances
1213
2025.11.07| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | Removed maliit-keyboard and replace libappindicator-gtk3 with libappindicator [plasma]
1314
2025.10.24| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | removal of -gtk3 postfixes on LXDE packagenames

hotfix-start.bash

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

packagechooser.conf_ganymede.patch

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

0 commit comments

Comments
 (0)