Changeset 23b84e1
- Timestamp:
- 2007-08-22T00:22:52Z (17 years ago)
- Branches:
- master
- Children:
- f35022f
- Parents:
- 025da7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r025da7a r23b84e1 92 92 NOTE: the <pass> option is not used currently. 93 93 94 == Setting up Skype in a VNC server (optional) 95 96 Optionally, if you want to run Skype on a server, you might want to setup up 97 a VNC server as well. I used `tightvnc` but probably other VNC servers will 98 work, too. 99 100 First run 101 102 ---- 103 vncpasswd ~/.vnc/passwd 104 ---- 105 106 and create a password. You will need it at least once. 107 108 Now create `~/.vnc/xstartup` with the following contents: 109 110 ---- 111 #!/bin/sh 112 113 /usr/bin/sleep 1 114 /usr/bin/skype & 115 /usr/bin/sleep 5 116 /usr/sbin/skyped 117 ---- 118 119 Then start the server: 120 121 ---- 122 vncserver 123 ---- 124 125 Then connect to it, and set up Skype (username, password, enable autologin, and 126 allow the `SkypeApiPythonShell` client when Skype asks about it). 127 94 128 == What works 95 129 … … 122 156 == What needs to be done (aka. TODO) 123 157 124 - document how do I run skype on a server using vnc158 - Empty? No, this is not possible. I need more testers! :-) 125 159 126 160 == I would like to have support for ... 127 161 128 If something does not work and it's not in the TODO section, then please contact me! 162 If something does not work and it's not in the TODO section, then please 163 contact me! 164 165 In fact, of course, I wrote this documentation after figured out how to do this 166 setup, so maybe I left out some steps. If you needed 'any' additional tricks, 167 then it would be nice to include them here. 129 168 130 169 == Known bugs
Note: See TracChangeset
for help on using the changeset viewer.