|
|
@ -17,7 +17,7 @@ email=$1
|
|
|
|
email_in_query=`echo $email | sed -e 's/@/%40/g'`
|
|
|
|
email_in_query=`echo $email | sed -e 's/@/%40/g'`
|
|
|
|
url="http://bugs.kde.org/editusers.cgi?action=edit&user=$email_in_query"
|
|
|
|
url="http://bugs.kde.org/editusers.cgi?action=edit&user=$email_in_query"
|
|
|
|
appid=`dcopstart konqueror "$url"`
|
|
|
|
appid=`dcopstart konqueror "$url"`
|
|
|
|
# dcopstart ensures konqueror is launched and ready, but not that khtml finished loading
|
|
|
|
# dcopstart ensures konqueror is launched and ready, but not that tdehtml finished loading
|
|
|
|
objid=''
|
|
|
|
objid=''
|
|
|
|
while test -z "$objid"; do
|
|
|
|
while test -z "$objid"; do
|
|
|
|
# TODO: timeout?
|
|
|
|
# TODO: timeout?
|
|
|
|