I have ubuntu 12.04 installed. If i start playing music via built-in rhythmbox music player and switch user - music stops until i switch back :(. Is it possible to continue play music while switching to another user?
I have ubuntu 12.04 installed. If i start playing music via built-in rhythmbox music player and switch user - music stops until i switch back :(. Is it possible to continue play music while switching to another user?
There is a launchpad bug concerning this issue. The suggested remedy is to change the
0
to a1
for the "SYSTEM_START"-option in/etc/default/pulseaudio
:It is actually not a bug though, but a feature. For most people this is expected behavior. They don't want to have other users sound playing over their own. Additionally it is standard conformant.
I don't believe this is possible.
By the very nature of what you are doing "switching user" you are effectively logging out to transition from an environment with differing permissions and values of the other
You could open a screen-session (by using the "screen"-command, the "screen"-package may be installed by default, but I'm not sure) Then, you could use something like mplayer (without a gui) from the command line. As the screen-session isn't terminated when logging out, mplayer will go on playing. This should work for every commandline-app, btw.