Hello guys, Everytime I try to run an application through launchapp or execlp, it does not get recognized through at-poke or ldtp.
Is there something that I am missing? Particularly I am trying to run Ubuntu's update manager for distribution upgrades: $ update-manager -d For which I do: launchapp('update-manager', ['update-manager', '-d'], 1) or launchapp('update-manager', ['update-manager', '-d'], 0) or os.execlp('update-manager', 'update-manager', '-d') In the three cases the application runs correctly, but it does not get recognized by at-poke or ldtp. Thanks, Ara. _______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev