(Kubuntu 12.10 alpha2)
Linking to the: http://www.kubuntuforums.net/showthr...l=1#post302988
Kubuntu
The Kubuntu is using the Userconfig python script:
KDE
The KDE application is the KUser:
More:
- http://www.kde.org/applications/system/kuser/
- http://userbase.kde.org/KUser
KDE Menu: Applications > System > KUser
KUser@System Settings
Writing a desktop file (using the userconfig.desktop as a template) :
/usr/share/kde4/services/kuser.desktop
------EDIT------
More of the desktop files can be found from the:
- FreeDeskTop's specification about Desktop entries: http://standards.freedesktop.org/des...y-spec/latest/
- KDE TechBase Desktop files: http://techbase.kde.org/Development/...s/Desktop_File
The line:
means:
The string "X-" indicates that this is extension
for the KDE desktop
and it is substituting the UID as root.
Linking to the: http://www.kubuntuforums.net/showthr...l=1#post302988
Kubuntu
The Kubuntu is using the Userconfig python script:
:~$ apt-cache show userconfig
Package: userconfig
Priority: extra
Section: universe/admin
Installed-Size: 237
Maintainer: Kubuntu Developers <kubuntu-devel@****>
Original-Maintainer: Jonathan Riddell <jriddell@***>
Architecture: all
Version: 0.9.0-0ubuntu10
---
Description: user and group setup tool for KDE
A System Settings module for managing users and groups on your system.
Homepage: https://code.launchpad.net/~kubuntu-...serconfig-kde4
Description-md5: 0bf45d1a8c707bcca0bd9b3c21eb28e8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop-kde
Package: userconfig
Priority: extra
Section: universe/admin
Installed-Size: 237
Maintainer: Kubuntu Developers <kubuntu-devel@****>
Original-Maintainer: Jonathan Riddell <jriddell@***>
Architecture: all
Version: 0.9.0-0ubuntu10
---
Description: user and group setup tool for KDE
A System Settings module for managing users and groups on your system.
Homepage: https://code.launchpad.net/~kubuntu-...serconfig-kde4
Description-md5: 0bf45d1a8c707bcca0bd9b3c21eb28e8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop-kde
The KDE application is the KUser:
:~$ apt-cache show kuser
Package: kuser
Priority: optional
Section: universe/admin
Installed-Size: 688
Maintainer: Kubuntu Developers <kubuntu-devel@***>
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@***>
Architecture: amd64
Source: kdeadmin
Version: 4:4.8.90-0ubuntu1
---
Description: user and group administration tool
KUser is an application for managing users and groups on your system.
.
This package is part of the KDE administration module.
Homepage: http://www.kde.org/
Description-md5: 17344042d3d1925f4e48c762b0afa901
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: kubuntu-full, kubuntu-active-full
Package: kuser
Priority: optional
Section: universe/admin
Installed-Size: 688
Maintainer: Kubuntu Developers <kubuntu-devel@***>
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@***>
Architecture: amd64
Source: kdeadmin
Version: 4:4.8.90-0ubuntu1
---
Description: user and group administration tool
KUser is an application for managing users and groups on your system.
.
This package is part of the KDE administration module.
Homepage: http://www.kde.org/
Description-md5: 17344042d3d1925f4e48c762b0afa901
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: kubuntu-full, kubuntu-active-full
- http://www.kde.org/applications/system/kuser/
- http://userbase.kde.org/KUser
KDE Menu: Applications > System > KUser
KUser@System Settings
Writing a desktop file (using the userconfig.desktop as a template) :
/usr/share/kde4/services/kuser.desktop
Code:
[Desktop Entry] Name=KDE User Management Comment=Users & Groups Administration Exec=kdesudo kuser Icon=kuser Type=Service Encoding=UTF-8 X-KDE-SubstituteUID=true X-KDE-ServiceTypes=KCModule X-KDE-ParentApp=kcontrol X-KDE-Keywords=user, users, group, groups X-KDE-System-Settings-Parent-Category=system-administration X-KDE-Weight=60 Categories=Qt;KDE;System; GenericName=User Account Editor
------EDIT------
More of the desktop files can be found from the:
- FreeDeskTop's specification about Desktop entries: http://standards.freedesktop.org/des...y-spec/latest/
- KDE TechBase Desktop files: http://techbase.kde.org/Development/...s/Desktop_File
The line:
Code:
X-KDE-SubstituteUID=true
The string "X-" indicates that this is extension
for the KDE desktop
and it is substituting the UID as root.
Comment