Bug 388727 - networkingservice requires kded networking module
Summary: networkingservice requires kded networking module
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kdelibs4support
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.41.0
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks: 380136 388168
  Show dependency treegraph
 
Reported: 2018-01-09 12:24 UTC by Ralf Habacker
Modified: 2021-03-04 08:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2018-01-09 12:24:03 UTC
The networkingservice test application requires the kded networkstatus module, which is located in the kdebase4-runtime package and is therefore a dependency for running test applications.
Comment 1 Ralf Habacker 2018-01-09 12:38:22 UTC
>The networkingservice test application requires the kded networkstatus module,
>which is located in the kdebase4-runtime package and is therefore a 
>dependency for running test applications.
Not really, a copy of this module seems to be embedded into kdelibs4support.

On (opensuse) linux this module is installed as /usr/lib64/qt5/plugins/kf5/kded/networkstatus.so and belongs to the kdelibs4support package
In linux is seems to be autoloaded because it is visible in org.kde.kded5.  qdbusviewer, but I do not see the way how this happens, which is required to find the issue why it is not loaded on Windows.
Comment 2 Ralf Habacker 2018-01-09 13:02:06 UTC
The README in src/solid-networkstatus mentions to use 

 qdbus org.kde.kded /kded loadModule networkstatus,

which is wrong - see https://phabricator.kde.org/D9760 for a fix
Comment 3 Ralf Habacker 2018-01-09 13:41:30 UTC
The problem is caused by the fact that networkingservice test requires an installed networkstatus module in the install root where kded5.exe is started from.
Comment 4 Ralf Habacker 2018-01-11 21:50:50 UTC
see https://phabricator.kde.org/D9831 for an additional doc  fix review request
Comment 5 Ralf Habacker 2021-03-04 08:18:35 UTC
reply to Ralf Habacker from comment #4)
> see https://phabricator.kde.org/D9831 for an additional doc  fix review
> request
This patch has been applied with https://phabricator.kde.org/R239:a874b6a67643e9db22eb586ff01646968d149e41
Comment 6 Ralf Habacker 2021-03-04 08:18:58 UTC
(In reply to Ralf Habacker from comment #4)
> see https://phabricator.kde.org/D9831 for an additional doc  fix review
> request

This patch has been applied with https://phabricator.kde.org/R239:8ab28756d66cb1c194e12502846d03d06cac575a
Comment 7 Ralf Habacker 2021-03-04 08:21:42 UTC
(In reply to Ralf Habacker from comment #6)

> This patch has been applied with
> https://phabricator.kde.org/R239:8ab28756d66cb1c194e12502846d03d06cac575a

This patch belong to the review request https://phabricator.kde.org/D9760 for a fix mentioned in comment #2