mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +02:00
networkmanager-applet: Start after the desktop has loaded by using dbus-wait
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5074 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
/usr/bin/nm-applet &
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Wait for the desktop to say its finished loading
|
||||
dbus-wait org.matchbox_project.desktop Loaded
|
||||
/usr/bin/nm-applet
|
||||
Reference in New Issue
Block a user