Welcome menu crash

Hello,

Requirements:

I have Searched the forum for my issue and found nothing related or helpful
I have checked the Resources category (Resources Index)
I have reviewed the Wiki for relevant information
I have read the the Release Notes and Errata

OpenMandriva Lx version:

ROME 25.06 latest packages updates, x11

Desktop environment (KDE, LXQT…):

KDE

om-welcome opens, show window with white background then crash

Description of the issue (screenshots if relevant):

$ om-welcome
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
QTWEBENGINE_FORCE_USE_GBM environment variable is set and it is for debugging purposes only.
GBM support is force disabled.
GBM is not supported with the current configuration. Fallback to Vulkan rendering in Chromium.
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switchedDetected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
 to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
Segmentation fault (core dumped)

om-welcome.txt (32.1 KB)

Relevant informations (hardware involved, software version, logs or output…):

Ryzen 5800x, rtx3070

I think this means your system is fully updated, but let’s check:

sudo dnf clean all ; dnf clean all ; dnf repolist
sudo dnf --refresh --allowerasing distro-sync 2>&1| tee dsync-log.txt

dsync-log.txt (332 Bytes)

1 Like

What is the output of

locale -a

localle-output.txt (3.0 KB)

what does your /etc/default/locale file say?

LANG=en_US.UTF-8
LC_ADDRESS=ru_RU.UTF-8
LC_IDENTIFICATION=ru_RU.UTF-8
LC_MEASUREMENT=ru_RU.UTF-8
LC_MONETARY=ru_RU.UTF-8
LC_NAME=ru_RU.UTF-8
LC_NUMERIC=ru_RU.UTF-8
LC_PAPER=ru_RU.UTF-8
LC_TELEPHONE=ru_RU.UTF-8
LC_TIME=ru_RU.UTF-8  

I forgot to mention it work with proprietary nvidia drivers installed.

no more locale errors with the dsync command?

I know you have a second thread about the entire desktop crashing, but the welcome app and dsync report missing locale errors.

These commands?

Nothing changed. I think it does not like that I have eng interface and rus regional settings selected on install. Reminds me of how Microsoft decided to ignore them in their software and just assume formats based on system language :grinning:

yes that is what I was thinking as well. I am based in America and do not have mixed locales, so I can’t confirm, but I suspect it may be part of the issue. I’ll check in a VM.

1 Like

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