Changes in / [f35022f:c24ae8e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
rf35022f rc24ae8e 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 up97 a VNC server as well. I used `tightvnc` but probably other VNC servers will98 work, too.99 100 First run101 102 ----103 vncpasswd ~/.vnc/passwd104 ----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/sh112 113 /usr/bin/sleep 1114 /usr/bin/skype &115 /usr/bin/sleep 5116 /usr/sbin/skyped117 ----118 119 Then start the server:120 121 ----122 vncserver123 ----124 125 Then connect to it, and set up Skype (username, password, enable autologin, and126 allow the `SkypeApiPythonShell` client when Skype asks about it).127 128 94 == What works 129 95 … … 156 122 == What needs to be done (aka. TODO) 157 123 158 - Empty? No, this is not possible. I need more testers! :-)124 - document how do I run skype on a server using vnc 159 125 160 126 == I would like to have support for ... 161 127 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. 128 If something does not work and it's not in the TODO section, then please contact me! 168 129 169 130 == Known bugs
Note: See TracChangeset
for help on using the changeset viewer.