PDA

View Full Version : gnome-shell's sound manager different than unity's



dashman
January 4th, 2013, 02:48 PM
Hello, everyone
I'd like to know if there's a way to get unity's sound manager

http://pix.toile-libre.org/upload/img/1357305237.png (http://pix.toile-libre.org/upload/original/1357305237.png)

to look like gnome-shell's

http://pix.toile-libre.org/upload/img/1357305309.png (http://pix.toile-libre.org/upload/original/1357305309.png)
I'd really like to have that connector selector thingy in unity


any idea ?

jbicha
January 4th, 2013, 04:19 PM
Run

XDG_CURRENT_DESKTOP=GNOME gnome-control-center
to get the GNOME version.

grahammechanical
January 4th, 2013, 09:02 PM
It is there in Raring Ringtail development version. It is moved to the bottom of the sound utility in Ubuntu. Whereas it is at the top in Gnome Remix.

Regards.

dashman
January 5th, 2013, 07:29 AM
Run

XDG_CURRENT_DESKTOP=GNOME gnome-control-centerto get the GNOME version.
Thanks Jeremy but shouldn't I put the XDG_CURRENT_DESKTOP=GNOME bit in ~/.bashrc or some other config file to make it permanent ?

zombifier25
January 5th, 2013, 07:57 AM
It goes in .profile.

dashman
January 5th, 2013, 08:18 AM
Alright
thank you

markbl
January 5th, 2013, 11:37 PM
It goes in .profile.
But you will likely break heaps of things if you set it globally like that.

dashman
January 6th, 2013, 09:59 AM
But you will likely break heaps of things if you set it globally like that.
so what should I do Mark ? is ~/.pam_environment a better choice ?

markbl
January 6th, 2013, 01:39 PM
so what should I do Mark ? is ~/.pam_environment a better choice ?
I understand you want to run a normal Unity environment but activate the gnome sound manager rather than the Unity version? Well then just edit the corresponding desktop file and add that environment variable (e.g. http://askubuntu.com/questions/144968/set-variable-in-desktop-file).