Closed agaida closed 3 years ago
I can help with this, if you want
sure, go ahead, thanks
As noticed by stefonarch at #30, translations are not used when cmake is used. The cause appears to be that cmake does not handle cpp/translations.qrc
, and the fix is not as simple as adding translations.qrc
besides qml.qrc
to CMakeLists.txt
.
Adding in CMakeLIsts
install(
FILES ${TRANSLATIONS}
DESTINATION "${CMAKE_INSTALL_DATADIR}/sddm-config-editor/translations"
)
installs the *.qm files in place but still doesn't work.
Does this still work with current LXQt?
Yes. Be aware that autologin setting has a bug https://github.com/lxqt/sddm-config-editor/issues/50
just keep LXQt consistent