diff options
-rw-r--r-- | skype/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skype/README b/skype/README index e1fe1a9f..8c56a743 100644 --- a/skype/README +++ b/skype/README @@ -115,10 +115,10 @@ Now create `~/.vnc/xstartup` with the following contents: ---- #!/bin/sh -/usr/bin/sleep 1 -/usr/bin/skype & -/usr/bin/sleep 5 -/usr/sbin/skyped +sleep 1 +skype & +sleep 5 +skyped ---- Adjust the permissions: |