What about libedataserver
, libebook-contacts
, ‘libgoa’?
Also evolution-data-server
should be installed. Such package exist in backports but it seems that its version mismatched… In fact I have two version of libgoa-backend
installed on my phone - 3.46 and 3.52. Have no idea why it happened.
All the packages you have mentioned are installed
Ok, lets check keyring
and gnome-setting
related packages:
$ LANG=en apt list --installed | grep keyring
debian-archive-keyring/byzantium,now 2021.1.1+deb11u1 all [installed]
debian-keyring/byzantium,now 2021.07.26 all [installed,automatic]
gnome-keyring-pkcs11/unknown,now 42.1-1 arm64 [installed,automatic]
gnome-keyring/unknown,now 42.1-1 arm64 [installed,automatic]
libpam-gnome-keyring/unknown,now 42.1-1 arm64 [installed,automatic]
pureos-archive-keyring/byzantium,now 2021.11.0 all [installed]
$ LANG=en apt list --installed | grep setting
dconf-gsettings-backend/byzantium,now 0.38.0-2 arm64 [installed,automatic]
gnome-settings-daemon-common/unknown,now 47.1-2 all [installed,automatic]
gnome-settings-daemon/unknown,now 47.1-2 arm64 [installed,automatic]
gsettings-desktop-schemas/unknown,now 47.1-1 all [installed,automatic]
phosh-mobile-settings/unknown,now 0.43.0-1 arm64 [installed]
qml-module-qt-labs-settings/byzantium,now 5.15.2+dfsg-6 arm64 [installed,automatic]
May be there is some option to control this behavior or the module/library responsible for the priority that is familiar for you?
Check
and
And this fixes the copy-paste error in the above commit: data: Really add gnome-clocks (!148) · Merge requests · Librem5 / feedbackd · GitLab to really use gnome-clocks app-id. But the idea remains the same.
This made the job!
Everything works as expected, thank you very much!
Backports are updated
By the way, it looks like packages can be downloaded directly from codeberg. The next line should be added into /etc/apt/sources.list
deb [allow-insecure=yes] https://codeberg.org/galilley/librem5-byzantium-backports/raw/branch/main ./
$ apt list --installed | grep keyring
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
debian-archive-keyring/byzantium,now 2021.1.1+deb11u1 all [installed]
gnome-keyring-pkcs11/now 42.1-1 arm64 [installed,local]
gnome-keyring/now 42.1-1 arm64 [installed,local]
libpam-gnome-keyring/now 42.1-1 arm64 [installed,local]
pureos-archive-keyring/byzantium,now 2021.11.0 all [installed]
$ apt list --installed | grep setting
dconf-gsettings-backend/byzantium,now 0.38.0-2 arm64 [installed,automatic]
gnome-settings-daemon-common/now 47.1-2 all [installed,local]
gnome-settings-daemon/now 47.1-2 arm64 [installed,local]
gsettings-desktop-schemas/now 47.1-1 all [installed,local]
phosh-mobile-settings/now 0.43.0-1 arm64 [installed,local]
I appear to be missing:
debian-keyring/byzantium,now 2021.07.26 all [installed,automatic]
but it did not help.
since these aren’t signed there is an error but using ‘deb [allow-insecure=yes]’ also still generates the following errors running “sudo apt update”.
“Encountered a section with no Package: header”
“Problem with MergeList /var/lib/apt/lists/codeberg.org_galilley_librem5-byzantium-backports_src_branch_main_._Packages”
“The package lists or status file could not be parsed or opened”
I fixed the url, looks like it works now, please check.
Worked like s charm!!
Turns put the issue here was far simpler…
My randomly generated passwords I was trying with both contained a \
char.
The error was something about parsing a string, so I figures I would try, and yes, changing my passwords to remove the \
got me connected again.
I will do a little digging and see if an Issue needs to be filed for Gnome Control Center or Libadwaita or whatever.
So, are you able to get the list of your contacts now?
Yup, all set!
I have very few issues now running your backports, and I’m not even sure they are attributable to your backports at this point.