Changes in / [f35022f:c24ae8e]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    rf35022f rc24ae8e  
    9292NOTE: the <pass> option is not used currently.
    9393
    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 
    12894== What works
    12995
     
    156122== What needs to be done (aka. TODO)
    157123
    158 - Empty? No, this is not possible. I need more testers! :-)
     124- document how do I run skype on a server using vnc
    159125
    160126== I would like to have support for ...
    161127
    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.
     128If something does not work and it's not in the TODO section, then please contact me!
    168129
    169130== Known bugs
Note: See TracChangeset for help on using the changeset viewer.