lxqt / sddm-config-editor

SDDM Configuration Editor
Apache License 2.0
63 stars 16 forks source link

Switch to cmake as build system #20

Closed agaida closed 3 years ago

agaida commented 6 years ago

just keep LXQt consistent

gabretana commented 5 years ago

I can help with this, if you want

agaida commented 5 years ago

sure, go ahead, thanks

yan12125 commented 4 years ago

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.

stefonarch commented 4 years ago

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.

YamiYukiSenpai commented 3 years ago

Does this still work with current LXQt?

stefonarch commented 3 years ago

Yes. Be aware that autologin setting has a bug https://github.com/lxqt/sddm-config-editor/issues/50