bug#44898: [wishlist] Make the GRUB installation procedure smarter

2020-11-27 Thread guixuser6392 via Bug reports for GNU Guix
Every time the operating system is instantiated the GRUB boot-loader is inexplicitly re-installed. This behaviour leads to unsolicited changes to the user's boot configuration on UEFI systems; and leads to unnecessary write operations on the ESP, and/or the MBR, which, in case they are abruptly

bug#44898: (No Subject)

2020-11-27 Thread guixuser6392 via Bug reports for GNU Guix
I would like to clarify that whenever I wrote "boot parameters", I meant installation arguments passed to grub-install.

bug#44956: Rebooting or powering down UEFI machine locks it up

2020-11-29 Thread guixuser6392 via Bug reports for GNU Guix
A regression introduced in the Linux kernel v5.9.11 and v5.4.80 prevents the Shepherd from properly unmounting the efivars file system and shutting down the operating system on UEFI-capable hardware. This bug has already been reported on the kernel's bug tracker: https://bugzilla.kernel.org/sho

bug#44956: Rebooting or powering down UEFI machine locks it up

2020-11-30 Thread guixuser6392 via Bug reports for GNU Guix
Further investigation shows that this regression does not affect either the shutdown process or the reboot one on GNU/Linux distributions that adopted the systemd init system. This may indicate that no attempt to automatically unmount the efivars file system is ever made on those, which raises t

bug#44997: Flatpaks are invisible to application launchers

2020-12-01 Thread guixuser6392 via Bug reports for GNU Guix
Applications installed by Flatpak can't be discovered by application launchers. A fix to this is to add the directories '/var/lib/flatpak/exports/share' and '$HOME/.local/share/flatpak/exports/share' to the search path set by the XDG_DATA_DIRS environment variable.

bug#44998: Thunar can't render vectorized icons under Wayland

2020-12-02 Thread guixuser6392 via Bug reports for GNU Guix
Thunar launched under Wayland falls back to the default adwaita icon theme when it fails to load vectorized icons. Steps to reproduce on Sway: $ guix install dconf glib:bin papirus-icon-theme thunar $ gsettings set org.gnome.desktop.interface icon-theme Papirus $ GDK_BACKEND=wayland thunar A wo

bug#44956: Rebooting or powering down UEFI machine locks it up

2020-12-03 Thread guixuser6392 via Bug reports for GNU Guix
I can't reproduce this issue on the Linux kernel v5.9.12 and v5.4.81.