Name of the sound settings application in Ubuntu?
I'm trying out Xubuntu and Kubuntu. I have a complicated sound setup which I knew how to setup in Ubuntu but I'm having trouble doing the same in Xubuntu and Kubuntu. I'd like to install the main GUI application from Ubuntu (the one where you click on a taskbar and go to preferences and you see all the devices, input, output...) to try to set the sound in Xubuntu and Kubuntu. What is the name of package I need to install?
Should I expect and conflicts?
sound kubuntu xubuntu
add a comment |
I'm trying out Xubuntu and Kubuntu. I have a complicated sound setup which I knew how to setup in Ubuntu but I'm having trouble doing the same in Xubuntu and Kubuntu. I'd like to install the main GUI application from Ubuntu (the one where you click on a taskbar and go to preferences and you see all the devices, input, output...) to try to set the sound in Xubuntu and Kubuntu. What is the name of package I need to install?
Should I expect and conflicts?
sound kubuntu xubuntu
add a comment |
I'm trying out Xubuntu and Kubuntu. I have a complicated sound setup which I knew how to setup in Ubuntu but I'm having trouble doing the same in Xubuntu and Kubuntu. I'd like to install the main GUI application from Ubuntu (the one where you click on a taskbar and go to preferences and you see all the devices, input, output...) to try to set the sound in Xubuntu and Kubuntu. What is the name of package I need to install?
Should I expect and conflicts?
sound kubuntu xubuntu
I'm trying out Xubuntu and Kubuntu. I have a complicated sound setup which I knew how to setup in Ubuntu but I'm having trouble doing the same in Xubuntu and Kubuntu. I'd like to install the main GUI application from Ubuntu (the one where you click on a taskbar and go to preferences and you see all the devices, input, output...) to try to set the sound in Xubuntu and Kubuntu. What is the name of package I need to install?
Should I expect and conflicts?
sound kubuntu xubuntu
sound kubuntu xubuntu
asked Nov 5 '11 at 10:03
enedeneenedene
99641330
99641330
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
11.04
It's very straightforward in 11.04...
however note from comments received - Xubuntu made an active decision not to include the gnome-packages since they depend very much on gnome settings, indicators, etc. Xubuntu and Xfce use xfce4-miser. When it is not sufficient, xubuntu advise pavucontrol be added instead.
The name of the package in ubuntu is gnome-media
From a quick test in xubuntu - if you install this, it will replace the screen displayed when you choose sound-preferences from the panel.
The command launched in gnome-volume-control
In terms of packages installed -
sudo apt-get install gnome-media
gave the following results:
The following extra packages will be installed:
gnome-media-common libgladeui-1-11 libgnome-media0
The following NEW packages will be installed
gnome-media gnome-media-common libgladeui-1-11 libgnome-media0
11.10
Its not so straightforward in 11.10...
The package in oneiric is called gnome-control-center
and you would display the sound preferences with the command
gnome-control-center sound
If you try to install (simulated) you will notice it will effectively try to install most of the Unity shell...
sudo apt-get -s install gnome-control-center
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
|
show 2 more comments
I'm not sure if it's the same as what you get from the top bar in Ubuntu, but pavucontrol
might help.
add a comment |
in ubuntu 18.04 try alsamixer it has a text-based interface with vertical bars you can adjust for speakers, headphones etc, using the arrow keys;
alsamixer can be installed like this:
sudo apt-get install alsa-utils
start by typing at the commandline (terminal)
alsamixer
exit by pressing ESC
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f75726%2fname-of-the-sound-settings-application-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
11.04
It's very straightforward in 11.04...
however note from comments received - Xubuntu made an active decision not to include the gnome-packages since they depend very much on gnome settings, indicators, etc. Xubuntu and Xfce use xfce4-miser. When it is not sufficient, xubuntu advise pavucontrol be added instead.
The name of the package in ubuntu is gnome-media
From a quick test in xubuntu - if you install this, it will replace the screen displayed when you choose sound-preferences from the panel.
The command launched in gnome-volume-control
In terms of packages installed -
sudo apt-get install gnome-media
gave the following results:
The following extra packages will be installed:
gnome-media-common libgladeui-1-11 libgnome-media0
The following NEW packages will be installed
gnome-media gnome-media-common libgladeui-1-11 libgnome-media0
11.10
Its not so straightforward in 11.10...
The package in oneiric is called gnome-control-center
and you would display the sound preferences with the command
gnome-control-center sound
If you try to install (simulated) you will notice it will effectively try to install most of the Unity shell...
sudo apt-get -s install gnome-control-center
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
|
show 2 more comments
11.04
It's very straightforward in 11.04...
however note from comments received - Xubuntu made an active decision not to include the gnome-packages since they depend very much on gnome settings, indicators, etc. Xubuntu and Xfce use xfce4-miser. When it is not sufficient, xubuntu advise pavucontrol be added instead.
The name of the package in ubuntu is gnome-media
From a quick test in xubuntu - if you install this, it will replace the screen displayed when you choose sound-preferences from the panel.
The command launched in gnome-volume-control
In terms of packages installed -
sudo apt-get install gnome-media
gave the following results:
The following extra packages will be installed:
gnome-media-common libgladeui-1-11 libgnome-media0
The following NEW packages will be installed
gnome-media gnome-media-common libgladeui-1-11 libgnome-media0
11.10
Its not so straightforward in 11.10...
The package in oneiric is called gnome-control-center
and you would display the sound preferences with the command
gnome-control-center sound
If you try to install (simulated) you will notice it will effectively try to install most of the Unity shell...
sudo apt-get -s install gnome-control-center
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
|
show 2 more comments
11.04
It's very straightforward in 11.04...
however note from comments received - Xubuntu made an active decision not to include the gnome-packages since they depend very much on gnome settings, indicators, etc. Xubuntu and Xfce use xfce4-miser. When it is not sufficient, xubuntu advise pavucontrol be added instead.
The name of the package in ubuntu is gnome-media
From a quick test in xubuntu - if you install this, it will replace the screen displayed when you choose sound-preferences from the panel.
The command launched in gnome-volume-control
In terms of packages installed -
sudo apt-get install gnome-media
gave the following results:
The following extra packages will be installed:
gnome-media-common libgladeui-1-11 libgnome-media0
The following NEW packages will be installed
gnome-media gnome-media-common libgladeui-1-11 libgnome-media0
11.10
Its not so straightforward in 11.10...
The package in oneiric is called gnome-control-center
and you would display the sound preferences with the command
gnome-control-center sound
If you try to install (simulated) you will notice it will effectively try to install most of the Unity shell...
sudo apt-get -s install gnome-control-center
11.04
It's very straightforward in 11.04...
however note from comments received - Xubuntu made an active decision not to include the gnome-packages since they depend very much on gnome settings, indicators, etc. Xubuntu and Xfce use xfce4-miser. When it is not sufficient, xubuntu advise pavucontrol be added instead.
The name of the package in ubuntu is gnome-media
From a quick test in xubuntu - if you install this, it will replace the screen displayed when you choose sound-preferences from the panel.
The command launched in gnome-volume-control
In terms of packages installed -
sudo apt-get install gnome-media
gave the following results:
The following extra packages will be installed:
gnome-media-common libgladeui-1-11 libgnome-media0
The following NEW packages will be installed
gnome-media gnome-media-common libgladeui-1-11 libgnome-media0
11.10
Its not so straightforward in 11.10...
The package in oneiric is called gnome-control-center
and you would display the sound preferences with the command
gnome-control-center sound
If you try to install (simulated) you will notice it will effectively try to install most of the Unity shell...
sudo apt-get -s install gnome-control-center
edited Nov 7 '11 at 16:12
answered Nov 5 '11 at 10:20
fossfreedom♦fossfreedom
149k37328373
149k37328373
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
|
show 2 more comments
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
gnome-volume-control: command not found
– enedene
Nov 5 '11 at 10:39
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tested this in xubuntu 11.04 - what version of xubuntu are you using?
– fossfreedom♦
Nov 5 '11 at 10:41
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
I tried on Xubuntu 11.10 and Kubuntu 11.10
– enedene
Nov 5 '11 at 10:48
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
... updated the answer
– fossfreedom♦
Nov 5 '11 at 10:56
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
Yes, that doesn't sound good. I'll have to stick to what I have. Thank you.
– enedene
Nov 5 '11 at 11:01
|
show 2 more comments
I'm not sure if it's the same as what you get from the top bar in Ubuntu, but pavucontrol
might help.
add a comment |
I'm not sure if it's the same as what you get from the top bar in Ubuntu, but pavucontrol
might help.
add a comment |
I'm not sure if it's the same as what you get from the top bar in Ubuntu, but pavucontrol
might help.
I'm not sure if it's the same as what you get from the top bar in Ubuntu, but pavucontrol
might help.
answered Nov 5 '11 at 10:07
PrateekPrateek
2,07621731
2,07621731
add a comment |
add a comment |
in ubuntu 18.04 try alsamixer it has a text-based interface with vertical bars you can adjust for speakers, headphones etc, using the arrow keys;
alsamixer can be installed like this:
sudo apt-get install alsa-utils
start by typing at the commandline (terminal)
alsamixer
exit by pressing ESC
add a comment |
in ubuntu 18.04 try alsamixer it has a text-based interface with vertical bars you can adjust for speakers, headphones etc, using the arrow keys;
alsamixer can be installed like this:
sudo apt-get install alsa-utils
start by typing at the commandline (terminal)
alsamixer
exit by pressing ESC
add a comment |
in ubuntu 18.04 try alsamixer it has a text-based interface with vertical bars you can adjust for speakers, headphones etc, using the arrow keys;
alsamixer can be installed like this:
sudo apt-get install alsa-utils
start by typing at the commandline (terminal)
alsamixer
exit by pressing ESC
in ubuntu 18.04 try alsamixer it has a text-based interface with vertical bars you can adjust for speakers, headphones etc, using the arrow keys;
alsamixer can be installed like this:
sudo apt-get install alsa-utils
start by typing at the commandline (terminal)
alsamixer
exit by pressing ESC
answered Jan 23 at 15:22
jmarinajmarina
179212
179212
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f75726%2fname-of-the-sound-settings-application-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown