dde-session-shell
dde-session-shell copied to clipboard
dde-session-shell module
release to 6.0.20 Log:
### SUMMARY | 问题概要 UOS20 1060系统上编写自定义的pam模块,代码如下(只是一个样例): ``` #include #include #include // PAM模块入口函数,实现用户认证功能 PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, const char **argv) { const char *username = NULL; const...
Log: Use variable instead of hardcode for modules dir
* https://specifications.freedesktop.org/menu-spec/latest/onlyshowin-registry.html
add debian check workflow log: 增加debian检查工作流
…board layout 无法输入是因为密码输入限制输入字符。而密码输入需要字母,数字,符号等,禁止其他字符,如藏文。 1.检测到设置特殊键盘布局后,修改称us键盘布局 2.认证成功后,恢复原先键盘布局。 Log: as title Pms: BUG-317167
This ensures correct installation and runtime lookup on both lib and lib64 based systems. Log: - Define CMAKE_INSTALL_FULL_LIBDIR in top-level CMakeLists.txt - Replace hardcoded 'lib/dde-session-shell/modules' with '${CMAKE_INSTALL_LIBDIR}/dde-session-shell/modules' in all plugin...