mirror of
https://github.com/endeavouros-team/ISO-hotfixes.git
synced 2026-06-13 01:44:35 +00:00
nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
This commit is contained in:
@@ -8,6 +8,7 @@ Details: see files [hotfix-start.bash](hotfix-start.bash) and [hotfix-end.bash](
|
||||
|
||||
Hotfix date | Affected ISO | Hotfix file | Description
|
||||
:--- | :--- | :--- | :---
|
||||
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)
|
||||
2025.11.10| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | [plasma] adding plasma-keyboard, adding python-jinja for glances
|
||||
2025.11.07| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | Removed maliit-keyboard and replace libappindicator-gtk3 with libappindicator [plasma]
|
||||
2025.10.24| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | removal of -gtk3 postfixes on LXDE packagenames
|
||||
|
||||
@@ -191,6 +191,13 @@ Main() {
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/netinstall.yaml_mercury_neo.patch"
|
||||
patch "/etc/calamares/modules/netinstall.yaml" < "/tmp/netinstall.yaml_mercury_neo.patch"
|
||||
;;
|
||||
|
||||
2026.01.01) # Ganymede
|
||||
# nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
|
||||
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede.patch"
|
||||
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_ganymede.patch"
|
||||
;;
|
||||
*)
|
||||
HotMsg "no hotfixes for ISO version $ISO_VERSION."
|
||||
;;
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
--- packagechooser.conf 2025-03-17 00:00:47.000000000 +0100
|
||||
+++ packagechooser.conf.patched 2026-01-01 16:46:19.279153795 +0100
|
||||
@@ -385,7 +385,6 @@
|
||||
- mpv
|
||||
- nemo-fileroller
|
||||
- nemo-image-converter
|
||||
- - nemo-preview
|
||||
- nemo-share
|
||||
- x-apps
|
||||
- xdg-user-dirs-gtk
|
||||
@@ -522,7 +521,6 @@
|
||||
- mpv
|
||||
- nemo
|
||||
- nemo-fileroller
|
||||
- - nemo-preview
|
||||
- network-manager-applet
|
||||
- sushi
|
||||
- xdg-user-dirs-gtk
|
||||
Reference in New Issue
Block a user