summaryrefslogtreecommitdiff
path: root/core/opie-login/opie-login.pro
authorsandman <sandman>2002-10-14 00:59:28 (UTC)
committer sandman <sandman>2002-10-14 00:59:28 (UTC)
commit62c946c5a92ab11b5ad9495ff0bab158d38bce48 (patch) (unidiff)
tree01375a50aace755e808eef3103d3c4395530b4f1 /core/opie-login/opie-login.pro
parent72c07a1db3bad19fa227fc6fb482afe517d18095 (diff)
downloadopie-62c946c5a92ab11b5ad9495ff0bab158d38bce48.zip
opie-62c946c5a92ab11b5ad9495ff0bab158d38bce48.tar.gz
opie-62c946c5a92ab11b5ad9495ff0bab158d38bce48.tar.bz2
- last login name is saved
- wait image should be displayed right now - the qApp object is destroyed before the launcher is started -- this should prevent some semaphore permission problems - added a (very basic) crash handler - added a simple "respawned too fast" detection in case of qt/e fb problems - if opie-login is started with -a <user> or --autologin <user> it doesn't prompt for a username/password - instead it loads qpe directly using the specified user account So even if you are not running multiuser, you should now start qpe with: opie-login --autologin=root
Diffstat (limited to 'core/opie-login/opie-login.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/opie-login.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro
index 35c1ed0..45b9a7a 100644
--- a/core/opie-login/opie-login.pro
+++ b/core/opie-login/opie-login.pro
@@ -1,14 +1,16 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on debug usepam 2CONFIG = qt warn_on debug usepam
3 3
4HEADERS = loginwindowimpl.h \ 4HEADERS = loginwindowimpl.h \
5 loginapplication.h \
5 ../launcher/inputmethods.h \ 6 ../launcher/inputmethods.h \
6 ../apps/calibrate/calibrate.h 7 ../apps/calibrate/calibrate.h
7 8
8SOURCES = loginwindowimpl.cpp \ 9SOURCES = loginwindowimpl.cpp \
10 loginapplication.cpp \
9 ../launcher/inputmethods.cpp \ 11 ../launcher/inputmethods.cpp \
10 ../apps/calibrate/calibrate.cpp \ 12 ../apps/calibrate/calibrate.cpp \
11 main.cpp 13 main.cpp
12 14
13INTERFACES = loginwindow.ui 15INTERFACES = loginwindow.ui
14 16