radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

"terminate QtE" leaves atd process running #74

Closed ydirson closed 12 years ago

ydirson commented 12 years ago

Since this process is run from /opt/qtmoko/bin, when running from NFS-mounted /opt/qtmoko we can't umount it after terminating because of this process.

radekp commented 12 years ago

Hi, do you mean terminating from the POWER key menu? /etc/inid.d/qtmoko stop should be ok since it has:

killall -q qpe atd quicklauncher mediaserver mediaplayer sipagent telepathyagent

Maybe we should move this to qpe.sh script? Can you try it? The script is in devices/neo/scr/devtools/startup/qpe.sh IIRC

ydirson commented 12 years ago

Right. And since it is even launched by qpe.sh, it makes a lot of sense to move the killing there. Patch under way.

ydirson commented 12 years ago

Merged with #75