On KDE Neon Kmail (and whole akonadi) stays offline after suspend or when reestablishing a network connection

Ok, it seems that pointed me into the right direction! Thank you for that!

  1. add following line to /etc/apt/sources.list

deb http://de.archive.ubuntu.com/ubuntu lunar main

  1. sudo pkcon refresh
  2. sudo pkcon install network-manager
  3. sudo service NetworkManager restart
  4. add # in front of the currently added line in /etc/apt/sources.list
  5. sudo pkcon refresh
    (Please make sure not to update the whole system, it’ll likely break the whole thing, so don’t forget do comment the lunar repository after updating networkmanager)

(By the way, wo came up with this strange idea to use 3 different names for one thing: network-manager, NetworkManager, networkmanager)

to my sources.list and updated NetworkManager. This seems to work, but it’s a very dirty solution imho.

Still need to do some testing. I’d say this is just a workaround

1 Like