From 4baf36396739502c5471950e29f18954cca4517b Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 27 Jul 2002 23:33:26 +0000 Subject: Update for OPIE to use opie-login --- diff --git a/Makefile b/Makefile index 28e5c41..367cfda 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ PIMAPPS = core/pim/addressbook core/pim/datebook \ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ + core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index b3c331b..a19da14 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -45,10 +45,6 @@ #include "../calibrate/calibrate.h" #endif -#ifdef QT_QWS_LOGIN -#include "../login/qdmdialogimpl.h" -#endif - #ifdef QT_QWS_CASSIOPEIA static void ignoreMessage( QtMsgType, const char * ) { @@ -303,14 +299,6 @@ int initApplication( int argc, char ** argv ) AlarmServer::initialize(); -#if defined(QT_QWS_LOGIN) - for( int i=0; i +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION +Depends: opie-base ($QPE_VERSION), libopie +Description: Multiuser login for OPIE + A xdm/kdm equivalent for OPIE. diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index b5a185e..eed69c2 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -44,12 +44,17 @@ case $1 in *) echo "Unknown processor type -`module_id`-!" ;; esac - $OPIEDIR/bin/qpe 2>/dev/null >/dev/null & + if [ -x $OPIEDIR/bin/opie-login ]; then + $OPIEDIR/bin/opie-login 2>/dev/null >/dev/null & + else + $OPIEDIR/bin/qpe 2>/dev/null >/dev/null & + fi ;; 'stop') echo "Killing Opie..." killproc qpe + killproc opie-login ;; *) echo "usage: $0 { start | stop }" -- cgit v0.9.0.2