2 Thu Jan 29 00:34:49 CET 2004
3 Frans Englich <frans.englich@telia.com>
5 KCM useraccount is a merge of the former kdebase/kcontrol/email
6 and kdeutils/kdepasswd/userinfo/. They existed in KDE 3.1, at least.
8 As a bonus, on top of saving the stuff with KEMailSettings it tries
9 also to save the realname to /etc/passwd. This is done via chfn, wrapped
10 in ChfnProcess, chfnprocess.h - which is the place to ifdef/modify so
11 other systems/ychfn/whatever works.
12 /etc/passwd is not the primary goal, the focus is on KDE's settings. The KCM
13 tries to hide the implementation differences and play nice with the
14 user - keep that in mind.
16 The "face" term is rather scary.. For example I don't think the user immediately
17 associate to the login image when a phrase such as this is thrown in the face:
18 "Your administrator has disallowed changing your face". Keep it in mind..
20 Some information which was available in userinfo is left out - the home
21 folder and shell info. A typical user is not interested in the info nor
22 knows what it means. And the advanced users already knows it.
24 If further information is added, think twice if it should not be
25 added in a "Details..." dialog - is it useful for the majority or not?
26 The SMTP setting as well as UID should be moved to that dialog too, IMO.