From 9e728b734630d08ec5ee3ff695d1b66995a6d7c7 Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 27 Jul 2002 22:35:53 +0000 Subject: Removed the old opie-login (it was only an ugly hack) --- (limited to 'core/opie-login/README') diff --git a/core/opie-login/README b/core/opie-login/README deleted file mode 100644 index 4a4234d..0000000 --- a/core/opie-login/README +++ b/dev/null @@ -1,78 +0,0 @@ - -Welcome to LISA System's - - QDM - the Login-Dialog for QPE - - -WHAT'S THIS: - -This small add-on for the Qtopia Environment (QPE - see -http://qpe.sourceforge.net for further details) allows You to use your -handheld computer running QPE and Linux with the typical Un*x user -handling, i.e. just log in on a graphical environment, as e.g. KDM or -XDM. This way your personal data can be easily protected against -unwanted access from others in case you loose your machine. - - -STATUS: - -Still in development, but should be useable. - - -REQUIREMENTS: - -- QDM needs Linux-PAM (Pluggable Authentication Modules for Linux) for - proper user validation. - -- the /dev/fb0 device has to writeable to everyone ;-( - - -INSTALLATION: - -Per default this little add-on is not enabled. You have to do so -yourself for now, by setting a compile option variable called -QT_QWS_LOGIN . Furthermore there have to be made some changes in -launcher/taskbar.pro : - -At the section HEADERS insert a line: - ../login/qdmdialogimpl.h \ - -At the section SOURCES insert a line: - ../login/qdmdialogimpl.cpp \ - -furthermore serte these lines: - -INCLUDEPATH += ../login -DEPENDPATH += ../login - -INTERFACES = ../login/qdmdialog.ui - -For unix-login make folloing changes to a line: -LIBS = -lqpe -lcrypt - -For PAM use the following: -LIBS = -lqpe -ldl -lpam - - - -CONFIGURATION: - -Configuration of the 'Look' of QDM is done via Qt Designer. Just open -the .ui file and edit the look of the dialog as you like. You can, for -instance, change the logo pixmap. QDM should also be ready for i18n so -far. - -Other configuration stuff, eg welcome string in the upper right, and -user list can be changed in the qdm_config.h file. - - -USAGE: - -The QDM comes up, when the QPE is started, and if the QPE is started -as 'root'. Being started as any other user, the uid couldn't be -changed and the login dialog wouldn't be ofg much use. - - -CONTACT: - -http://www.lisa.de -- cgit v0.9.0.2