From kde-core-devel Thu Dec 30 23:57:28 1999 From: Dima Rogozin Date: Thu, 30 Dec 1999 23:57:28 +0000 To: kde-core-devel Subject: kinit usage idea X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94665346410784 Just an idea: every program supporting kinit mechanism can be just a symbolic link to the kinit. When launched kinit would check the current real name and invoke the specific library passing all parameters. It makes conversion to kinit completely invisible for application user and is solves problem of "ps" names. Java on UNIX use this approach. All executables there are links to java_wrapper. Any comments? Dima.