I own a vServer and want to run a Skype bot on it. Obviously skype can't start without a display. Is there maybe a command line option for skype to disable the GUI and only use the Desktop API? Or do I have to simulate a X11 display, and if thats the case how could I do that?
相关问题
- X11 forwarding affects Java Swing GUI dropdowns -
- X11 non-clipped child windows
- Prevent skype highlighting from corrupting textare
- Using Python GTK GUI front end with C++ backend
- Saving xlib XImage to PNG
相关文章
- Send an SMS via Skype with PHP
- Making a Video call using Hangout api [closed]
- Send audio over skype call
- Tracking XWindow Protocol
- How do I map an X11 keysym to a Unicode character?
- Sending Keystrokes to a X Window
- Desktop integrated application (desktop widget lik
- With X11, how can I get the user's time “away
It is easy to set up a virtual X11 display ('server') with Xvfb, like so:
You can even use VNC to see what's happening on the virtual buffer.
Note that the virtual server is very simple and does not support hardware acceleration so some programs may complain about missing extensions, etc. But most regular desktop applications should be okay.