Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36

Thread: Ubuntu,Thunderbird and Gmail

  1. #1
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Ubuntu,Thunderbird and Gmail

    Starting a couple of days ago Thunderbird began having difficulties with Gmail in general.Very long wait times for both retrieval and sending of messages,other times simply won't do it at all and on rare occasions TB will behave normally with Gmail.I have other accounts thru my ISP and Yahoo and there are absolutely no issues.The settings in TB for Gmail are correct as far as I can tell and what I've researched on the web and Google confirms the settings are correct unless something has very recently changed.I've had these problems in both the latest stable versions of Supernova(115.15.0) and Nebula(128.0.1esr) but both these versions worked normally after updating from their previous versions until a couple of days ago.

    I do have a Win10 PC in the house and TB and Gmail play perfectly together.I have two machines running Mate 22.04.4 and 24.01.1 respectively and both have issues with TB and Gmail which leads me to believe this an issue with Ubuntu.

    I've searched the forums for this issue to no avail.If anyone else has had these problems I'd love to hear from you and would love to know even more how you solved this issue.
    UP THE IRONS!

  2. #2
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu,Thunderbird and Gmail

    If your a snap fan, your not going to like my suggestion, and because it works for me YMMV
    First show us this please::
    Code:
     apt policy thunderbird
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  3. #3
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: Ubuntu,Thunderbird and Gmail

    Using the Mozilla build of TB.
    UP THE IRONS!

  4. #4
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: Ubuntu,Thunderbird and Gmail

    Quote Originally Posted by 1fallen2 View Post
    If your a snap fan, your not going to like my suggestion, and because it works for me YMMV
    First show us this please::
    Code:
     apt policy thunderbird
    This is what I get:
    Code:
    thunderbird:
      Installed: (none)
      Candidate: 2:1snap1-0ubuntu3
      Version table:
         2:1snap1-0ubuntu3 500
            500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
    UP THE IRONS!

  5. #5
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu,Thunderbird and Gmail

    Yes it is a snap, but I'll use the .deb TB
    Code:
    apt policy thunderbird
    thunderbird:
      Installed: 1:115.15.0+build1-0ubuntu0.24.10.1~mt1
      Candidate: 1:115.15.0+build1-0ubuntu0.24.10.1~mt1
      Version table:
         2:1snap1-0ubuntu3 500
            500 http://archive.ubuntu.com/ubuntu oracular/main amd64 Packages
     *** 1:115.15.0+build1-0ubuntu0.24.10.1~mt1 1001
            500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu oracular/main amd64 Packages
            100 /var/lib/dpkg/status
    If your interested.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  6. #6
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: Ubuntu,Thunderbird and Gmail

    Quote Originally Posted by 1fallen2 View Post
    Yes it is a snap, but I'll use the .deb TB
    Code:
    apt policy thunderbird
    thunderbird:
      Installed: 1:115.15.0+build1-0ubuntu0.24.10.1~mt1
      Candidate: 1:115.15.0+build1-0ubuntu0.24.10.1~mt1
      Version table:
         2:1snap1-0ubuntu3 500
            500 http://archive.ubuntu.com/ubuntu oracular/main amd64 Packages
     *** 1:115.15.0+build1-0ubuntu0.24.10.1~mt1 1001
            500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu oracular/main amd64 Packages
            100 /var/lib/dpkg/status
    If your interested.
    That's the crazy thing is that I am using .deb package installed through Ubuntuzilla.Been installing the Mozilla builds of FF and TB this way for over 15 years.
    UP THE IRONS!

  7. #7
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,850
    Distro
    Ubuntu

    Re: Ubuntu,Thunderbird and Gmail

    I see no snap installed, at least according to apt policy.
    But that has no bearing on whether or not a snap is installed, only if the Ubuntu deb transitional packages is installed
    'snap list' is more definitive for seeing what snaps are installed

    The apt name for your deb is probably different, which is why it's not showing in the apt policy output.
    try
    Code:
    dpkg -l | grep thunderbird
    it should list the actual name.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  8. #8
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: Ubuntu,Thunderbird and Gmail

    Quote Originally Posted by deadflowr View Post
    I see no snap installed, at least according to apt policy.
    But that has no bearing on whether or not a snap is installed, only if the Ubuntu deb transitional packages is installed
    'snap list' is more definitive for seeing what snaps are installed

    The apt name for your deb is probably different, which is why it's not showing in the apt policy output.
    try
    Code:
    dpkg -l | grep thunderbird
    it should list the actual name.
    This is the output:


    Code:
    ii  thunderbird-mozilla-build                115.15.0-0ubuntu1                        amd64        Mozilla Thunderbird, official Mozilla build, packaged for Ubuntu by the Ubuntuzilla project.
    UP THE IRONS!

  9. #9
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu,Thunderbird and Gmail

    There is more to it you may have forgot

    Code:
    sudo snap remove --purge thunderbird
    Next we tell apt how to handle both:

    Code:
    sudo nano /etc/apt/preferences.d/mozillateamppa
    When file opens, paste following lines and save it:

    Code:
    Package: thunderbird*
    Pin: release o=LP-PPA-mozillateam
    Pin-Priority: 1001
    That should be enough, and may have to purge .deb TB first so Apt knows about the priority.

    Code:
    dpkg -l | grep thunderbird
    ii  thunderbird                                              1:115.15.0+build1-0ubuntu0.24.10.1~mt1        amd64        Email, RSS and newsgroup client with integrated spam filter
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  10. #10
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: Ubuntu,Thunderbird and Gmail

    Quote Originally Posted by 1fallen2 View Post
    There is more to it you may have forgot

    Code:
    sudo snap remove --purge thunderbird
    Next we tell apt how to handle both:

    Code:
    sudo nano /etc/apt/preferences.d/mozillateamppa
    When file opens, paste following lines and save it:

    Code:
    Package: thunderbird*
    Pin: release o=LP-PPA-mozillateam
    Pin-Priority: 1001
    That should be enough, and may have to purge .deb TB first so Apt knows about the priority.

    Code:
    dpkg -l | grep thunderbird
    ii  thunderbird                                              1:115.15.0+build1-0ubuntu0.24.10.1~mt1        amd64        Email, RSS and newsgroup client with integrated spam filter
    Mozilla Build of Thunderbird is the installed version through the Ubuntuzilla PPA.Post #8.
    Last edited by Norm24; 3 Weeks Ago at 08:53 PM.
    UP THE IRONS!

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •