diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-22 13:47:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-22 13:47:08 +0000 |
commit | 10390fa1fb5669f2d8e7105ec2d7ecbdf12a1d1e (patch) | |
tree | 1e4152ba8df4b2fdbb7be96c7b80ccc674ee4135 /meta/packages/oh/qemu-config/anjuta-remote-run | |
parent | 0b465bff69c9674d166f3f75f2862ab055577339 (diff) | |
download | poky-10390fa1fb5669f2d8e7105ec2d7ecbdf12a1d1e.tar.gz |
qemu-config: Add anjuta-remote-run script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3568 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh/qemu-config/anjuta-remote-run')
-rw-r--r-- | meta/packages/oh/qemu-config/anjuta-remote-run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/oh/qemu-config/anjuta-remote-run b/meta/packages/oh/qemu-config/anjuta-remote-run new file mode 100644 index 0000000000..620e3a705b --- /dev/null +++ b/meta/packages/oh/qemu-config/anjuta-remote-run | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | . /etc/profile | ||
4 | export DISPLAY=:0 | ||
5 | dbus-launch $@ | ||
6 | |||
7 | |||