AyatanaIndicators / ayatana-webmail

Webmail notifications and actions for any desktop
GNU General Public License v3.0
8 stars 4 forks source link

Doesn't work after installation. #36

Open jschoete opened 8 months ago

jschoete commented 8 months ago

I tried installing with sudo apt install ayatana-webmail but obtained:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ayatana-webmail

Then I installed as described on https://tari.in/www/software/ayatana-webmail/ :

git clone https://github.com/AyatanaIndicators/ayatana-webmail.git
cd ayatana-webmail
python3 setup.py build
sudo python3 setup.py install --root=/ --optimize=1
sudo glib-compile-schemas /usr/share/glib-2.0/schemas

I then rebooted and sent an email to my gmail account (which is linked to Ubuntu Online Accounts) and received it, but no pop-up whatsoever showed up.

I tried starting it as well by pressing ALT+F2, and entering "ayatana-webmail", but to no avail.

tari01 commented 8 months ago

Ayatana Webmail is in both the Debian and Ubuntu 22.04+ repositories, so installing it with apt should work.

What happens when you open a terminal and enter ayatana-webmail?