From 92e5f93bb45712606971dfed38ace118480d40ba Mon Sep 17 00:00:00 2001 From: luz Date: Wed, 30 Apr 2025 11:25:53 -0500 Subject: [PATCH] language fix --- ingredients/base-desktop-gnome.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ingredients/base-desktop-gnome.cfg b/ingredients/base-desktop-gnome.cfg index 5dba48e..5a28af2 100644 --- a/ingredients/base-desktop-gnome.cfg +++ b/ingredients/base-desktop-gnome.cfg @@ -9,7 +9,7 @@ xconfig --startxonboot --defaultdesktop=GNOME # Start the display session on boot. Although it says --startx, which seems to imply xorg, it is actually generic and thus works also with Wayland. -%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies +%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak dependencies gnome-shell # the version 3 of the GNOME desktop environment, without any presintalled applications gnome-terminal # install the default terminal for GNOME Shell @@ -20,9 +20,9 @@ gnome-backgrounds.noarch # wallpapers from the GNOME project wpa_supplicant # WPA Supplicant for Linux. It is not packaged by default in GNOME Shell, but necessary to configure wireless networks using the Network Manager NetworkManager-wifi # Provides the plugin to manage Wireless networking within GNOME Shell firefox # Internet browser -mozilla-ublock-origin.noarch # An efficient blocker for Firefox +mozilla-ublock-origin.noarch # An efficient ad blocker for Firefox -%end +%end # End of the packagages section %post --nochroot --log=/mnt/sysimage/opt/base-desktop-gnome.log # Beginning of %post section. Those commands are executed outside the chroot environment