https://bugs.kde.org/show_bug.cgi?id=421178
Bug ID: 421178
Summary: kwalletmanager cannot be started by
systemsettings/account details/launch
Product: plasmashell
Version: 5.18.5
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
Hi,
i'm using the plasma 5.18.5 and i cannot access the kwallet manager any more
using the systemsettings5 panels.
Click on 'account details', select 'kde wallet', click on button 'launch wallet
manager'.... nothing happens.
I was using strace to get some addittional info for systemsettings, there it
shows:
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/kcms/kcm_kwallet5",
AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or
directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/kcms/kcm_kwallet5.so",
AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or
directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/kcms/libkcm_kwallet5",
AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or
directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/kcms/libkcm_kwallet5.so",
AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or
directory)
statx(AT_FDCWD, "/usr/bin/kcms/kcm_kwallet5", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9c90) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/kcms/kcm_kwallet5.so", AT_STATX_SYNC_AS_STAT,
STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/kcms/libkcm_kwallet5", AT_STATX_SYNC_AS_STAT,
STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/kcms/libkcm_kwallet5.so", AT_STATX_SYNC_AS_STAT,
STATX_ALL, 0x7ffc337c9c90) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/", AT_STATX_SYNC_AS_STAT, STATX_ALL,
{stx_mask=STATX_ALL, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=20480,
...}) = 0
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/.so", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/lib", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/lib64/qt5/plugins/lib.so", AT_STATX_SYNC_AS_STAT,
STATX_ALL, 0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/", AT_STATX_SYNC_AS_STAT, STATX_ALL,
{stx_mask=STATX_ALL, stx_attributes=0, stx_mode=S_IFDIR|0555, stx_size=69632,
...}) = 0
statx(AT_FDCWD, "/usr/bin/.so", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/lib", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/lib.so", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc337c9cb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/tty", O_RDONLY|O_CLOEXEC) = 14
close(14) = 0
write(2, "Couldn't load plugin: \"The share"..., 58Couldn't load plugin: "The
shared library was not found."
) = 58
so.. some lib is missing, it seems?
Although, i have this lib in
/usr/lib64/qt5/plugins/kcm_kwallet5.so
but not in any of those above search paths.
I can still run kwalletmanager5 directly from commandline without any problem
--
You are receiving this mail because:
You are watching all bug changes.