mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966
5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/sh
|
|
# Wait for the desktop to say its finished loading
|
|
dbus-wait org.matchbox_project.desktop Loaded
|
|
exec /usr/bin/nm-applet
|