Why aren't there multiple notifications? And how to enable?
I noticed in Ubuntu 11.04 there are only two notifications allowed at once, one being for sound, etc... and the other for all applications. I am using udev-notify and my computer likes to dump my webcam and whenever that happens, there are two popups just for it being disconnected and then two more for re-connecting it which takes forever to see since I have to wait for each to close.
Is there a way to enable multiple notifications?
notification notify-osd
add a comment |
I noticed in Ubuntu 11.04 there are only two notifications allowed at once, one being for sound, etc... and the other for all applications. I am using udev-notify and my computer likes to dump my webcam and whenever that happens, there are two popups just for it being disconnected and then two more for re-connecting it which takes forever to see since I have to wait for each to close.
Is there a way to enable multiple notifications?
notification notify-osd
add a comment |
I noticed in Ubuntu 11.04 there are only two notifications allowed at once, one being for sound, etc... and the other for all applications. I am using udev-notify and my computer likes to dump my webcam and whenever that happens, there are two popups just for it being disconnected and then two more for re-connecting it which takes forever to see since I have to wait for each to close.
Is there a way to enable multiple notifications?
notification notify-osd
I noticed in Ubuntu 11.04 there are only two notifications allowed at once, one being for sound, etc... and the other for all applications. I am using udev-notify and my computer likes to dump my webcam and whenever that happens, there are two popups just for it being disconnected and then two more for re-connecting it which takes forever to see since I have to wait for each to close.
Is there a way to enable multiple notifications?
notification notify-osd
notification notify-osd
edited Aug 4 '17 at 8:58
muru
1
1
asked Jul 1 '11 at 19:45
ErurainionErurainion
385
385
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
No, there is not a way to enable multiple notification bubbles:
JD, this is the intended behaviour. We queue application notifications,
so that only one will be displayed at any time. That means they are
delivered asynchronously, which drives a number of the changes in our
implementation from other implementations.
- Mark Shuttleworth
add a comment |
You can achieve 2 notification at once at a screen with notify-send
. One is synchronous and another is asynchronous.
notify-send "Message1" -h string:x-canonical-private-synchronous:anything
notify-send "Message2"
Here for first command you don't need to wait for it to complete and it's output position is at top (checked in 12.04). You can replace that message at anytime.
To replace first command use:
notify-send "Message1replaced" -h string:x-canonical-private-synchronous:anything
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%2f51434%2fwhy-arent-there-multiple-notifications-and-how-to-enable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
No, there is not a way to enable multiple notification bubbles:
JD, this is the intended behaviour. We queue application notifications,
so that only one will be displayed at any time. That means they are
delivered asynchronously, which drives a number of the changes in our
implementation from other implementations.
- Mark Shuttleworth
add a comment |
No, there is not a way to enable multiple notification bubbles:
JD, this is the intended behaviour. We queue application notifications,
so that only one will be displayed at any time. That means they are
delivered asynchronously, which drives a number of the changes in our
implementation from other implementations.
- Mark Shuttleworth
add a comment |
No, there is not a way to enable multiple notification bubbles:
JD, this is the intended behaviour. We queue application notifications,
so that only one will be displayed at any time. That means they are
delivered asynchronously, which drives a number of the changes in our
implementation from other implementations.
- Mark Shuttleworth
No, there is not a way to enable multiple notification bubbles:
JD, this is the intended behaviour. We queue application notifications,
so that only one will be displayed at any time. That means they are
delivered asynchronously, which drives a number of the changes in our
implementation from other implementations.
- Mark Shuttleworth
answered Jul 1 '11 at 20:12
IsaiahIsaiah
43.2k20118138
43.2k20118138
add a comment |
add a comment |
You can achieve 2 notification at once at a screen with notify-send
. One is synchronous and another is asynchronous.
notify-send "Message1" -h string:x-canonical-private-synchronous:anything
notify-send "Message2"
Here for first command you don't need to wait for it to complete and it's output position is at top (checked in 12.04). You can replace that message at anytime.
To replace first command use:
notify-send "Message1replaced" -h string:x-canonical-private-synchronous:anything
add a comment |
You can achieve 2 notification at once at a screen with notify-send
. One is synchronous and another is asynchronous.
notify-send "Message1" -h string:x-canonical-private-synchronous:anything
notify-send "Message2"
Here for first command you don't need to wait for it to complete and it's output position is at top (checked in 12.04). You can replace that message at anytime.
To replace first command use:
notify-send "Message1replaced" -h string:x-canonical-private-synchronous:anything
add a comment |
You can achieve 2 notification at once at a screen with notify-send
. One is synchronous and another is asynchronous.
notify-send "Message1" -h string:x-canonical-private-synchronous:anything
notify-send "Message2"
Here for first command you don't need to wait for it to complete and it's output position is at top (checked in 12.04). You can replace that message at anytime.
To replace first command use:
notify-send "Message1replaced" -h string:x-canonical-private-synchronous:anything
You can achieve 2 notification at once at a screen with notify-send
. One is synchronous and another is asynchronous.
notify-send "Message1" -h string:x-canonical-private-synchronous:anything
notify-send "Message2"
Here for first command you don't need to wait for it to complete and it's output position is at top (checked in 12.04). You can replace that message at anytime.
To replace first command use:
notify-send "Message1replaced" -h string:x-canonical-private-synchronous:anything
edited Jan 26 at 0:17
Catskul
550512
550512
answered Aug 4 '17 at 8:52
vusanvusan
352416
352416
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%2f51434%2fwhy-arent-there-multiple-notifications-and-how-to-enable%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