Older: https://www.kubuntuforums.net/showth...ser-Management
With the KDE Frameworks 5.41.0, Plasma 5.11.5
A wish: Bug 376157 - kf5 kuser: https://bugs.kde.org/show_bug.cgi?id=376157
The lxqt-admin-user will ask password when needed:
Adding the LXQt User and Group Settings to the KDE Menu and the KDE systemsettings
lxqt-admin: https://github.com/lxde/lxqt-admin
Ubuntu packages: https://packages.ubuntu.com/search?k...ll§ion=all
KDE Menu
Copying the lxqt-admin 0.12.0 /usr/share/applications/lxqt-admin-user.desktop to the $HOME/.local/share/applications/lxqt-admin-user.desktop
and disabling the
=>
Now the lxqt-admin-user is shown in the KDE menu:
KDE systemsettings
The lxqt-admin-user can be added to the KDE Systemsettings as an external application by writing a desktop file $HOME/.local/share/kservices5/kcm_lxqt_users_groups.desktop:
With the KDE Frameworks 5.41.0, Plasma 5.11.5
A wish: Bug 376157 - kf5 kuser: https://bugs.kde.org/show_bug.cgi?id=376157
The lxqt-admin-user will ask password when needed:
Adding the LXQt User and Group Settings to the KDE Menu and the KDE systemsettings
lxqt-admin: https://github.com/lxde/lxqt-admin
Ubuntu packages: https://packages.ubuntu.com/search?k...ll§ion=all
KDE Menu
Copying the lxqt-admin 0.12.0 /usr/share/applications/lxqt-admin-user.desktop to the $HOME/.local/share/applications/lxqt-admin-user.desktop
and disabling the
Code:
OnlyShowIn=LXQt;
Code:
#OnlyShowIn=LXQt;
Now the lxqt-admin-user is shown in the KDE menu:
KDE systemsettings
The lxqt-admin-user can be added to the KDE Systemsettings as an external application by writing a desktop file $HOME/.local/share/kservices5/kcm_lxqt_users_groups.desktop:
Code:
[Desktop Entry] Exec=lxqt-admin-user Icon=user-group-properties Type=Service Categories=Qt;KDE;X-KDE-settings-system; X-KDE-ServiceTypes=SystemSettingsExternalApp X-KDE-ParentApp=lxqt-admin-user X-KDE-System-Settings-Parent-Category=accountdetails #X-KDE-Weight=20 X-KDE-Keywords=users,groups,system,administration X-KDE-Keywords[x-test]=xxusersxx,xxgroupsxx,xxsystemxx,xxadministrationxx Name=LXQt User Manager Name[x-test]=xxLXQt User Managerxx Comment=Add, remove or edit system users and groups Comment[x-test]=xxAdd, remove or edit system users and groupsxx
Comment