Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [Solved]missing library files (Read 2221 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[Solved]missing library files

1.kmail
When adding account to kmail, it reports missing of  libqgpgme.so.7
libqgpgme.so is owned by qgpgme

2.geary
Geary does not show gui.
Code: [Select]
*[wrn] 12:55:44.0156 [no domain]:Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0156 [no domain]:Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0158 [no domain]:Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0158 [no domain]:Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0160 [no domain]:Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0160 [no domain]:Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0161 [no domain]:Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0161 [no domain]:Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory

*[wrn] 12:55:44.0168 geary:application-certificate-manager.vala:74: No GCR slot URIs found, GCR certificate pinning unavailable
*[wrn] 12:55:44.0242 geary:application-client.vala:1001: Error creating controller: The name org.freedesktop.secrets was not provided by any .service files

After installing following packages :
libvoikko
hspell
nuspell

library errors was removed but still cant launch app
Code: [Select]
*[wrn] 12:55:44.0168 geary:application-certificate-manager.vala:74: No GCR slot URIs found, GCR certificate pinning unavailable
*[wrn] 12:55:44.0242 geary:application-client.vala:1001: Error creating controller: The name org.freedesktop.secrets was not provided by any .service files

My DE:  KDE plasma
Create problems which don't have solution

Re: missing library files

Reply #1
I can't reproduce the Geary issue. I recall there was an issue with libqgpgme and kmail a while ago, but it should have been fixed.

Re: missing library files

Reply #2
The org.freedesktop.secrets D-Bus service is provided by KWallet, gnome-keyring or KeePassXC.

Re: missing library files

Reply #3
@capezotte Thanks installing gnome-keyring solved issue for geary
Create problems which don't have solution

Re: missing library files

Reply #4
Geary depends on org.freedesktop.secrets which will pull in gnome-keyring or keepassxc. Either one should work.

Re: missing library files

Reply #5
@Dudemanguy Keepassxc was already installed
Create problems which don't have solution

Re: missing library files

Reply #6
https://forum.artixlinux.org/index.php/topic,3797.0.html

1. What is the kmail version? LC_ALL=C pacman -Qi kmail | grep Version? Make sure you are up to date, current version is world/kmail 21.12.3-2.1.

2. Make sure you are using world/kmail and not extra/kmail. https://wiki.artixlinux.org/Main/Repositories#Arch_repositories


Re: missing library files

Reply #8
@strajder
1.
$ LC_ALL=C pacman -Qi kmail | grep Version
Code: [Select]
Version         : 21.12.3-2.1

2. Yes kmail is installed from world repo

Edit: I tested in VM, missing library file libqgpgme.so.7
Create problems which don't have solution


Re: missing library files

Reply #10

I ran kmail from terminal then click on "Settings>Add account"

I noticed that is related to accountwizard
Code: [Select]
/usr/bin/accountwizard: error while loading shared libraries: libqgpgme.so.7: cannot open shared object file: No such file or directory
$ ldd /usr/bin/accountwizard | grep gpgme
      
Code: [Select]
 libqgpgme.so.7 => not found
        libgpgmepp.so.6 => /usr/lib/libgpgmepp.so.6 (0x00007f750daca000)
        libqgpgme.so.15 => /usr/lib/libqgpgme.so.15 (0x00007f750baea000)
        libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0x00007f750ba4b000)
Create problems which don't have solution