live-systems.org/gitweb
/
live-config-staging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe005b6
)
Start network-manager in stalonetray behind vmware-player session.
author
Richard Nelson
<unixabg@gmail.com>
Tue, 21 Jun 2011 20:28:17 +0000
(15:28 -0500)
committer
Richard Nelson
<unixabg@gmail.com>
Tue, 21 Jun 2011 20:28:17 +0000
(15:28 -0500)
scripts/config/900-vmware-player
patch
|
blob
|
blame
|
history
diff --git
a/scripts/config/900-vmware-player
b/scripts/config/900-vmware-player
index
ab1e33f
..
fb588b4
100755
(executable)
--- a/
scripts/config/900-vmware-player
+++ b/
scripts/config/900-vmware-player
@@
-129,6
+129,8
@@
cat > /usr/bin/vmwrapper << EOF
#xset s noblank
/usr/bin/metacity &
+/usr/bin/nm-applet &
+/usr/bin/stalonetray &
/usr/bin/vmplayer -X "/vmware/${VMXNAME}.vmx"
EOF