Package: calamares-settings-debian / 12.0.9-1+deb12u2

Metadata

Package Version Patches format
calamares-settings-debian 12.0.9-1+deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix xfce launcher | (download)

add-calamares-desktop-icon | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 fix xfce launcher 
 Add gio bits to script so that Xfce doesn't complain about launcher icon
 (Closes: #1037299)
remove calamares icon gnome startup hint | (download)

conf/calamares-desktop-icon.desktop | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove calamares icon desktop entry gnome startup hint 
 The GNOME startup hint in the XDG startup desktop file add-calamares-icon
 contains a line "X-GNOME-Autostart-Phase=Initialization" which causes this
 script not to run on KDE on Debian 12.x.
 .
 For more information, please refer to the Debian bug below.
remove btrfs spacecache setting | (download)

calamares/modules/fstab.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove static btrfs space_cache settings 
  Calamares sets an option "space_cache", which breaks with newer kernels,
  where it should be set to "space_cache=v2". Since "space_cache=v2" is
  also default now, this hardcoded option can just be removed, which this
  patch does.