sddm / sddm

QML based X11 and Wayland display manager
GNU General Public License v2.0
1.91k stars 333 forks source link

"Qt shall use a UTF-8 locale" sddm compilation problem with qt6 #1755

Closed dania83 closed 1 year ago

dania83 commented 1 year ago

when I compile sddm with QT6 enable I get a lot of "Qt shall use a UTF-8 locale" warnings in the log. I compile in a chroot environnment, this sems not cause problem. There is no warning when sddm is compiled with QT5. Is it related to QT6 or there is some change on sddm for the compilation with QT6.

Best regards

Danie

HEAD is now at 07631f2 Ignore InputMethod=qtvirtualkeyboard on wayland

-- The following OPTIONAL packages have been found:

-- The following REQUIRED packages have been found:

-- The following features have been disabled:

-- Configuring done (1.1s) -- Generating done (0.0s) -- Build files have been written to: /tmp/work/src/build

When compiled with QT5

HEAD is now at 07631f2 Ignore InputMethod=qtvirtualkeyboard on wayland

-- The following OPTIONAL packages have been found:

-- The following REQUIRED packages have been found:

-- The following features have been disabled:

-- Configuring done (0.9s) -- Generating done (0.0s) -- Build files have been written to: /tmp/work/src/build

Vogtinator commented 1 year ago

This is because your build environment does not set a UTF-8 locale.

dania83 commented 1 year ago

QT6 ask for UTF-8 not QT5 We have the same messages when we compile QT6 packages so I close this post

Best regards

Daniel