diff options
-rw-r--r-- | skype/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skype/README b/skype/README index b05e4eb5..0be9e7f6 100644 --- a/skype/README +++ b/skype/README @@ -155,8 +155,7 @@ Now create `~/.vnc/xstartup` with the following contents: ---- #!/bin/sh -sleep 1 -skyped +twm ---- Adjust the permissions: @@ -171,8 +170,9 @@ Then start the server: $ vncserver ---- -Then connect to it, and set up Skype (username, password, enable auto-login, and -allow the `SkypeApiPythonShell` client when Skype asks about it). +Then connect to it, and set up Skype (username, password, enable +auto-login, start skyped and allow the `SkypeApiPythonShell` client when +Skype asks about it). Please be aware about that Skype has serious memory leak issues. After running with for a few weeks it may eat >300 MB of memory. Just don't forget to restart |