KDE-dev branch: GUFW Dead 20220923 ISO

After updating the system GUFW does not open. Uninstall and reinstall has no effect nor the stable Kernel.

$ gufw
The value for environment variable LC_MONETARY contains suspicious content
This incident has been reported.
# gufw
The value for environment variable LC_MONETARY contains suspicious content
This incident has been reported.
# /home/cc/Desktop/gufw.desktop  
bash: /home/cc/Desktop/gufw.desktop: Permission denied

Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

What’s in it?

echo $LC_MONETARY

Thanks for replying!

The bug is in the box, redo the fresh install with the same ISO.

echo $LC_MONETARY
en_US.UTF-8/UTF-8

This is the only language pack we have. There is a new page in System Settings related to language for KDE 5.26 and we don’t see anything wrong there.

That variable should be defined in ~/.profile. Try removing the end of the value, to keep only this:

export LC_MONETARY=en_US.UTF-8

https://wiki.archlinux.org/title/Environment_variables

A similar error has been reported.

It has been solved as an update to glibc has reached unstable branch.

Bug

LC_MONETARY=en_US.UTF-8/UTF-8

Correct

LC_MONETARY=en_US.UTF-8

Thanks for help, boots ok now.

gufw
The value for environment variable LC_NUMERIC contains suspicious content
This incident has been reported.
echo $LC_MONETARY
en_US.UTF-8

sudo kate /etc/locale.conf
reboot

echo $LC_MONETARY
en_US.UTF-8
gufw
The value for environment variable LC_TIME contains suspicious content
This incident has been reported.

$ echo $LC_TIME
en_US.UTF-8
$ echo $LC_NUMERIC
en_US.UTF-8

First thing we did, no effect.
[2022-09-30T20:57:24-0400] [ALPM] reinstalled glibc-locales (2.35-1)

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.