Best way to run through multiple hosts? Why does xpra ignore --pulseaudio=no? #3708
-
I'm trying to optimize how xpra is run and I don't need sound support so I'm specifying
Why's that? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
As per the man page, the
It's not clear to me what you're trying to "optimize". |
Beta Was this translation helpful? Give feedback.
-
Thanks, but even with your's and the manual's explanation of that switch, seems to me there just shouldn't be any pulseaudio running. There doesn't really need to be any audio support for this session. I'm trying to optimize by removing unneeded passthrough options such as that, because all I really need to run is firefox for a short period. Also the computer I need to run firefox on is actually a third, with a second computer between us. So that's why the optimization is important. What would be the best way to run firefox like this? The old way was to ssh to the second computer, then ssh to the third computer and start firefox with X11forwarding... painfully slow, pretty much unusable. However, xpra has been crashing the session it seems... I've tried running xpra on my computer and starting the server on the second computer via ssh, then opened an xterm and ssh to the third computer to start firefox on command line. I've also tried just ssh'ing to the second computer, then run xpra there to start the server on the third computer, with the X11forwarding xpra tray icon shows up on my computer with some lag. In both cases firefox will start but after a short while the xpra server will just shutdown. |
Beta Was this translation helpful? Give feedback.
-
Then use
"optimize" can mean so many different things, especially with tools like xpra.
|
Beta Was this translation helpful? Give feedback.
-
See also #3835 |
Beta Was this translation helpful? Give feedback.
Then use
--speaker=no --microphone=no
."optimize" can mean so many different things, especially with tools like xpra.
I assume that here you mean removing things you don't need.