https://bugzilla.novell.com/show_bug.cgi?id=206655
Summary: Switching session: music keeps playing Product: openSUSE 10.2 Version: Alpha 4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: azerion@gmail.com QAContact: qa@suse.de
Goodday,
the thing I think I have found can be similar for Gnome but I am not sure. Tagged as an KDE-thing for that matter.
When you switch to another session, the music from the old session keeps playing. In a system with more then 1 user that can be very annoying. I play music with some louder beats and if my mom wants to work she likes Mozart (theoretical situation cause I live on my own ;-) ). Sound of session 1 should be muted when in session 2. Mozart mixed with Tiesto is not what I use to call music.
Don't know if there should be an option to mute it when locking the session but I guess that is not needed. I always lock the PC when I walk away but music may still play. (I want it to)
Azerion
https://bugzilla.novell.com/show_bug.cgi?id=206655
coolo@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Status|NEW |ASSIGNED
------- Comment #1 from coolo@novell.com 2006-09-19 04:03 MST ------- I don't think it can be said that everyone would want it. The reasons to switch users are as many as users. Some switch sessions to test something, some switch to gain root access for an admin task - both such use cases would want their music to continue playing.
What I can imagine though is that "switch and lock" also mutes, while "switch" does not mute. But most likely not for 10.2
https://bugzilla.novell.com/show_bug.cgi?id=206655
------- Comment #2 from azerion@gmail.com 2006-09-19 04:09 MST ------- Root-users mostly use kdesu, sudo and so on. Switching a complete session for that I never heard of.
But your option is the best I think. When not locked the 2nd user can turn of the music in sesison 1. But I really wonder why this have never came up in Bugzilla. I see it as a bug...
https://bugzilla.novell.com/show_bug.cgi?id=206655
------- Comment #3 from azerion@gmail.com 2006-09-19 04:13 MST ------- ps. Why not for 10.2? Feature Freeze is not there yet and it seems there will be enough time for some other 'fixes'. This does not look like a big operation to me.
if(locked==true AND sessionid!=soundsessionid) { mutesound(); }
:P. I mean, can't be that much code....And the effect is not system changing so it's pretty 'localized'
https://bugzilla.novell.com/show_bug.cgi?id=206655
------- Comment #4 from coolo@novell.com 2006-09-19 05:00 MST ------- if you send me a patch, I'll check it. So far we're pretty busy
https://bugzilla.novell.com/show_bug.cgi?id=206655
------- Comment #5 from wstephenson@novell.com 2007-03-30 10:19 MST ------- A problem with Switch + lock = mute means that the new session is also muted, then turns the sound back on and gets the first session's Norah Jones suddenly. If you agree about that, We'd need a way to pause the media player instead.
https://bugzilla.novell.com/show_bug.cgi?id=206655
dmueller@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|KDE |KDE Product|openSUSE 10.2 |openSUSE 10.3
https://bugzilla.novell.com/show_bug.cgi?id=206655
Stephan Binner stbinner@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|KDE |KDE Product|openSUSE 10.3 |openSUSE 11.0 Version|Alpha 4 |unspecified
https://bugzilla.novell.com/show_bug.cgi?id=206655#c6
Alexander Lavirnenko lavrinenko_alex@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lavrinenko_alex@mail.ru
--- Comment #6 from Alexander Lavirnenko lavrinenko_alex@mail.ru 2007-10-08 12:46:16 MST --- Well, sessions management is not only sound-specific. As I mentioned in bug #250299 (https://bugzilla.novell.com/show_bug.cgi?id=250299) before, lots of problems with concurrent sessions exsist in KDE3. I hope this is addressed in KDE4. I suppose there should be global session framework across the KDE, like multimedia apps pausing when _switchng_ from active session to another (or starting a new one), other single-device managing apps like kbluetooth/kppp/you-name-it correctly handle events and route them to active session (kppp should place its' icon onto newly opened session's tray if active, but with reduced functionality) and so on. There're not so much global apps that handle one system device for all users, so it's not that hard task, but not so easy too.
https://bugzilla.novell.com/show_bug.cgi?id=206655
Dirk Mueller dmueller@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High
https://bugzilla.novell.com/show_bug.cgi?id=206655
User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=206655#c7
JP Rosevear jpr@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P3 - Medium
--- Comment #7 from JP Rosevear jpr@novell.com 2008-09-19 06:50:14 MDT --- ConsoleKit provides a mechanism for determining the active user session and granting/revoking device permissions dynamically. pulseaudio may already support this.