[systemsettings] [Bug 414965] Systemsettings complains about missing shared library

2020-10-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414965

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Nate Graham  ---
This search paths issue was fixed a release or two ago.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 414965] Systemsettings complains about missing shared library

2019-12-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414965

--- Comment #4 from fli...@vongellhorn.ch ---
(In reply to David Edmundson from comment #3)
> To be clear, you're saying it has a warning line but everything works
> correctly?

yes, it checks for the plugin inside the /usr/lib/qt/plugins path, triggers the
warning but checks right after the warning inside the /usr/lib/qt/plugins/kcms
path finds it and continues it. 

one of the annoying part is, it fills as well as my journalctl log with errors

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 414965] Systemsettings complains about missing shared library

2019-12-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=414965

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
To be clear, you're saying it has a warning line but everything works
correctly?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 414965] Systemsettings complains about missing shared library

2019-12-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414965

fli...@vongellhorn.ch changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #2 from fli...@vongellhorn.ch ---
I have to reopen this, I checked it with the devs from Solus and we checked it
as well with kde neon unstable Edition (fully updated) and it throws the same
error as well.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE neon unstable Edition 
(available in About System)
KDE Plasma Version: 5.17.80
KDE Frameworks Version: 5.66
Qt Version: 5.13.2

Strace from KDE neon

stat("./kcm_cursortheme", 0x7ffeae4a6af0) = -1 ENOENT (No such file or
directory)
stat("./kcm_cursortheme.so", 0x7ffeae4a6af0) = -1 ENOENT (No such file or
directory)
stat("./libkcm_cursortheme", 0x7ffeae4a6af0) = -1 ENOENT (No such file or
directory)
stat("./libkcm_cursortheme.so", 0x7ffeae4a6af0) = -1 ENOENT (No such file or
directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcm_cursortheme", 0x7ffeae4a6af0) =
-1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcm_cursortheme.so",
0x7ffeae4a6af0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/libkcm_cursortheme",
0x7ffeae4a6af0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/libkcm_cursortheme.so",
0x7ffeae4a6af0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/kcm_cursortheme", 0x7ffeae4a6af0) = -1 ENOENT (No such file or
directory)
stat("/usr/bin/kcm_cursortheme.so", 0x7ffeae4a6af0) = -1 ENOENT (No such file
or directory)
stat("/usr/bin/libkcm_cursortheme", 0x7ffeae4a6af0) = -1 ENOENT (No such file
or directory)
stat("/usr/bin/libkcm_cursortheme.so", 0x7ffeae4a6af0) = -1 ENOENT (No such
file or directory)
write(2, "org.kde.kcoreaddons: Error loadi"..., 243org.kde.kcoreaddons: Error
loading plugin "kcm_cursortheme" "The shared library was not found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
) = 243
stat("./kcms/kcm_cursortheme", 0x7ffeae4a6b60) = -1 ENOENT (No such file or
directory)
stat("./kcms/kcm_cursortheme.so", 0x7ffeae4a6b60) = -1 ENOENT (No such file or
directory)
stat("./kcms/libkcm_cursortheme", 0x7ffeae4a6b60) = -1 ENOENT (No such file or
directory)
stat("./kcms/libkcm_cursortheme.so", 0x7ffeae4a6b60) = -1 ENOENT (No such file
or directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme",
0x7ffeae4a6b60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",
{st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
openat(AT_FDCWD,
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",
O_RDONLY|O_CLOEXEC) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
fstat(17, {st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
mmap(NULL, 251320, PROT_READ, MAP_SHARED, 17, 0) = 0x7f4a88049000
close(17)   = 0
munmap(0x7f4a88049000, 251320)  = 0
stat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",
{st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=118784, ...})
= 0
lstat("/usr/lib/x86_64-linux-gnu/qt5", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
lstat("/usr/lib/x86_64-linux-gnu/qt5/plugins", {st_mode=S_IFDIR|0755,
st_size=20480, ...}) = 0
lstat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
lstat("/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",
{st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
openat(AT_FDCWD,
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",
O_RDONLY|O_CLOEXEC) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
fstat(17, {st_mode=S_IFREG|0644, st_size=251320, ...}) = 0
mmap(NULL, 251320, PROT_READ, MAP_SHARED, 17, 0) = 0x7f4a88049000
close(17)   = 0
munmap(0x7f4a88049000, 251320)  = 0
openat(AT_FDCWD,
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kcms/kcm_cursortheme.so",


Strace output from my Solus system

Strace:
## Search for KCM
statx(AT_FDCWD, "./kcm_cursortheme", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc92db4f20) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "./kcm_cursortheme.so", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc92db4f20) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "./libkcm_cursortheme", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc92db4f20) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "./libkcm_cursortheme.so", AT_STATX_SYNC_AS_STAT, STATX_ALL,
0x7ffc92db4f20) = -1 

[systemsettings] [Bug 414965] Systemsettings complains about missing shared library

2019-12-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414965

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
> Error loading plugin "kcm_desktoptheme" "The shared library was not found." 
That means there's a problem with your installation. Please report this to the
Solus folks.

-- 
You are receiving this mail because:
You are watching all bug changes.