Ubuntu 18.04 Rhythmbox starts when Skype call is finished
I have weird problem. When I finish a Skype call, in Ubuntu 18.04 then Rhythombox automatically starts playing music?!
This happens even if Rhythmbox was paused before the Skype call began.
I'm not even sure where to start debugging this problem.
18.04 skype rhythmbox
add a comment |
I have weird problem. When I finish a Skype call, in Ubuntu 18.04 then Rhythombox automatically starts playing music?!
This happens even if Rhythmbox was paused before the Skype call began.
I'm not even sure where to start debugging this problem.
18.04 skype rhythmbox
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15
add a comment |
I have weird problem. When I finish a Skype call, in Ubuntu 18.04 then Rhythombox automatically starts playing music?!
This happens even if Rhythmbox was paused before the Skype call began.
I'm not even sure where to start debugging this problem.
18.04 skype rhythmbox
I have weird problem. When I finish a Skype call, in Ubuntu 18.04 then Rhythombox automatically starts playing music?!
This happens even if Rhythmbox was paused before the Skype call began.
I'm not even sure where to start debugging this problem.
18.04 skype rhythmbox
18.04 skype rhythmbox
edited Jan 18 at 5:01
Codito ergo sum
1,5023825
1,5023825
asked Jan 17 at 14:22
Mikael FremlingMikael Fremling
12815
12815
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15
add a comment |
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15
add a comment |
1 Answer
1
active
oldest
votes
It appears that this might be related to PulseAudio. Had the same issue a long time ago. Try fixing it by opening /etc/pulse/default.pa and commenting out the line load-module module-role-cork by putting a # in front of it. After that, restart the PulseAudio deamon:
$ pulseaudio -k
$ pulseaudio -D
If that doesn't help, you might need to at least log out of your user account or even restart the whole PC.
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
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%2f1110572%2fubuntu-18-04-rhythmbox-starts-when-skype-call-is-finished%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It appears that this might be related to PulseAudio. Had the same issue a long time ago. Try fixing it by opening /etc/pulse/default.pa and commenting out the line load-module module-role-cork by putting a # in front of it. After that, restart the PulseAudio deamon:
$ pulseaudio -k
$ pulseaudio -D
If that doesn't help, you might need to at least log out of your user account or even restart the whole PC.
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
add a comment |
It appears that this might be related to PulseAudio. Had the same issue a long time ago. Try fixing it by opening /etc/pulse/default.pa and commenting out the line load-module module-role-cork by putting a # in front of it. After that, restart the PulseAudio deamon:
$ pulseaudio -k
$ pulseaudio -D
If that doesn't help, you might need to at least log out of your user account or even restart the whole PC.
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
add a comment |
It appears that this might be related to PulseAudio. Had the same issue a long time ago. Try fixing it by opening /etc/pulse/default.pa and commenting out the line load-module module-role-cork by putting a # in front of it. After that, restart the PulseAudio deamon:
$ pulseaudio -k
$ pulseaudio -D
If that doesn't help, you might need to at least log out of your user account or even restart the whole PC.
It appears that this might be related to PulseAudio. Had the same issue a long time ago. Try fixing it by opening /etc/pulse/default.pa and commenting out the line load-module module-role-cork by putting a # in front of it. After that, restart the PulseAudio deamon:
$ pulseaudio -k
$ pulseaudio -D
If that doesn't help, you might need to at least log out of your user account or even restart the whole PC.
answered Jan 30 at 23:51
Petar VasilevPetar Vasilev
1262
1262
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
add a comment |
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
Thanks. Tried you changes and at least audio did not kick back this time i was skyping. Fingers crossed it's permanent...
– Mikael Fremling
Jan 31 at 13:00
1
1
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
Awesome! Should be permanent :)
– Petar Vasilev
Feb 1 at 13:54
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%2f1110572%2fubuntu-18-04-rhythmbox-starts-when-skype-call-is-finished%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
@PRATAP No, it's though apt-get. Version 8.34.0.78, invoked as skypeforlinux.
– Mikael Fremling
Jan 17 at 14:47
In only get that the the package is already installed: me@mysmashine:~$ sudo apt-get install skypeforlinux Reading package lists... Done Building dependency tree Reading state information... Done skypeforlinux is already the newest version (8.34.0.78). 0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
– Mikael Fremling
Jan 17 at 15:15