简体   繁体   中英

Running a GUI app on linux, without showing the gui?

I'm working with an api that requires an app to be started, the app runs a GUI on linux.

I need to punsh in some login information and then hide the app.

Is there a way I can go to the machine start the GUI and then hide it, log out, and have other users log in with out having the GUI shown, but still having the app running?

You can take a look at Xvfb http://en.wikipedia.org/wiki/Xvfb

it's a framebuffer version of X. It will launch an X11 server without displaying it (useful with selenium for example)

Xdotool可以向anyb xwindow发送输入,包括xvfb

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM