Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and...
Why is it that the natural deduction method can't test for invalidity?
A Note on N!
Pulling the rope with one hand is as heavy as with two hands?
Repelling Blast: Must targets always be pushed back?
Will a top journal at least read my introduction?
Combinable filters
How to solve constants out of the internal energy equation?
Do I have an "anti-research" personality?
Examples of subgroups where it's nontrivial to show closure under multiplication?
How would one muzzle a full grown polar bear in the 13th century?
How can I place the product on a social media post better?
How to make a pipeline wait for end-of-file or stop after an error?
Controversial area of mathematics
What are the potential pitfalls when using metals as a currency?
How could Tony Stark make this in Endgame?
How to reduce LED flash rate (frequency)
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
How can I practically buy stocks?
How to creep the reader out with what seems like a normal person?
What do the phrase "Reeyan's seacrest" and the word "fraggle" mean in a sketch?
Is there any limitation with Arduino Nano serial communication distance?
How exactly does Hawking radiation decrease the mass of black holes?
Reducing vertical space in stackrel
Sci fi novel series with instant travel between planets through gates. A river runs through the gates
Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and Unity)?
notification for new mail in ubuntu 18.04 with thunderbird and pop3 accountsThunderbird : email notification and unity-panel iconStop Thunderbird messaging menu from searching archiveHow to remove the mail/IM icon from the notification area?How to configure Thunderbird to notify new mails only in certain folders?How to obtain mail icon on the top panel?Claws mail does not minimise to notification/indicator appletBidirectionally synchronize Thunderbird profiles (POP3 mail accounts) between two computersWindows border problem in Unity and Matenotification for new mail in ubuntu 18.04 with thunderbird and pop3 accountsIs it possible to make Ejecter working on Ubuntu 14.04 LTS, 16.04 LTS or 18.04 LTS?New Thunderbird (version 60+) to show emails' date with four-digit again?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
In Ubuntu 12.04 LTS I used Popper as e-mail checker.
It supports POP/POP3 and IMAP without and with SSL.
Has Thunderbird integration.
and integrates into indicator-messages
:
- no new e-mails
- got new e-mails
Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and Unity)?
16.04 unity 18.04 email mate
add a comment |
In Ubuntu 12.04 LTS I used Popper as e-mail checker.
It supports POP/POP3 and IMAP without and with SSL.
Has Thunderbird integration.
and integrates into indicator-messages
:
- no new e-mails
- got new e-mails
Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and Unity)?
16.04 unity 18.04 email mate
add a comment |
In Ubuntu 12.04 LTS I used Popper as e-mail checker.
It supports POP/POP3 and IMAP without and with SSL.
Has Thunderbird integration.
and integrates into indicator-messages
:
- no new e-mails
- got new e-mails
Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and Unity)?
16.04 unity 18.04 email mate
In Ubuntu 12.04 LTS I used Popper as e-mail checker.
It supports POP/POP3 and IMAP without and with SSL.
Has Thunderbird integration.
and integrates into indicator-messages
:
- no new e-mails
- got new e-mails
Is it possible to make Popper mail notification working on Ubuntu 16.04 and 18.04 (MATE and Unity)?
16.04 unity 18.04 email mate
16.04 unity 18.04 email mate
edited Aug 21 '18 at 21:44
N0rbert
asked Oct 15 '17 at 16:31
N0rbertN0rbert
26.1k957123
26.1k957123
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes, it is possible. The result will look like as in screenshot from Ubuntu MATE 18.04 LTS:
Ubuntu 16.04 LTS (running MATE or Unity)
See comment on bug 1683516.
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-gnomekeyring python-notify
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
sudo dpkg -i python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
Then for MATE - mate-tweak
-> Panel (Interface) -> Enable indicators.
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Ubuntu 18.04 LTS, 18.10 and 19.04 (running MATE or Unity)
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-notify libpango1.0-0
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb
sudo apt-get install ./*.deb
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-gnomekeyring
Pin: version 2.32.0+dfsg-3
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
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%2f965155%2fis-it-possible-to-make-popper-mail-notification-working-on-ubuntu-16-04-and-18-0%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
Yes, it is possible. The result will look like as in screenshot from Ubuntu MATE 18.04 LTS:
Ubuntu 16.04 LTS (running MATE or Unity)
See comment on bug 1683516.
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-gnomekeyring python-notify
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
sudo dpkg -i python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
Then for MATE - mate-tweak
-> Panel (Interface) -> Enable indicators.
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Ubuntu 18.04 LTS, 18.10 and 19.04 (running MATE or Unity)
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-notify libpango1.0-0
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb
sudo apt-get install ./*.deb
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-gnomekeyring
Pin: version 2.32.0+dfsg-3
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
add a comment |
Yes, it is possible. The result will look like as in screenshot from Ubuntu MATE 18.04 LTS:
Ubuntu 16.04 LTS (running MATE or Unity)
See comment on bug 1683516.
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-gnomekeyring python-notify
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
sudo dpkg -i python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
Then for MATE - mate-tweak
-> Panel (Interface) -> Enable indicators.
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Ubuntu 18.04 LTS, 18.10 and 19.04 (running MATE or Unity)
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-notify libpango1.0-0
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb
sudo apt-get install ./*.deb
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-gnomekeyring
Pin: version 2.32.0+dfsg-3
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
add a comment |
Yes, it is possible. The result will look like as in screenshot from Ubuntu MATE 18.04 LTS:
Ubuntu 16.04 LTS (running MATE or Unity)
See comment on bug 1683516.
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-gnomekeyring python-notify
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
sudo dpkg -i python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
Then for MATE - mate-tweak
-> Panel (Interface) -> Enable indicators.
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Ubuntu 18.04 LTS, 18.10 and 19.04 (running MATE or Unity)
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-notify libpango1.0-0
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb
sudo apt-get install ./*.deb
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-gnomekeyring
Pin: version 2.32.0+dfsg-3
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Yes, it is possible. The result will look like as in screenshot from Ubuntu MATE 18.04 LTS:
Ubuntu 16.04 LTS (running MATE or Unity)
See comment on bug 1683516.
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-gnomekeyring python-notify
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
sudo dpkg -i python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
Then for MATE - mate-tweak
-> Panel (Interface) -> Enable indicators.
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
Ubuntu 18.04 LTS, 18.10 and 19.04 (running MATE or Unity)
You can do the following:
sudo apt-get install libindicate-gtk3 libindicate5 python-indicate
python-notify libpango1.0-0
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb
wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb
sudo apt-get install ./*.deb
Then Applications -> Internet -> Popper - set account settings.
Then pin installed packages:
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-indicators
Package: indicator-messages
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: indicator-messages-gtk2
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: libindicator-messages-status-provider1
Pin: version 0.6.0-0ubuntu2
Pin-Priority: 1337
Package: popper
Pin: version 0.31.3-0ubuntu1
Pin-Priority: 1337
Package: python-gnomekeyring
Pin: version 2.32.0+dfsg-3
Pin-Priority: 1337
Package: python-support
Pin: version 1.0.14ubuntu2
Pin-Priority: 1337
EOF
Reboot and login back.
That is all. You got indicator-messages
working again.
edited 14 hours ago
answered Oct 15 '17 at 16:34
N0rbertN0rbert
26.1k957123
26.1k957123
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%2f965155%2fis-it-possible-to-make-popper-mail-notification-working-on-ubuntu-16-04-and-18-0%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