[ark] [Bug 429616] Ark can't find kpart component.

2020-11-26 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=429616

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/ark/commit/4c8546dcaf
   ||9e2359822a368b8e5864c2db27d
   ||2f2
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Friedrich W. H. Kossebau  ---
Git commit 4c8546dcaf9e2359822a368b8e5864c2db27d2f2 by Friedrich W. H.
Kossebau.
Committed on 26/11/2020 at 11:36.
Pushed by kossebau into branch 'master'.

Ark KPart: restore mismatch of componentname and plugin id

By history Ark stores the xmlgui ui.rc file for the part in the same
subdir as the program, ark/. And set the comppnent name as needed to "ark"
via the KAboutData instance for the KPart.
At the same time the plugin id has been "arkpart", as derived from the
library name due to the absence of an explicit X-KDE-PluginInfo-Name entry
in the desktop file.

With the change to the KPluginMetaData API of KParts/KPluginLoader and
the new entries added to the desltop file based on the KAboutData values,
that mismatch was resolved by accident. With "ark" now also the plugin id,
the look up the kpart by the program though now fails, due to the condition
metaData.pluginId() == QLatin1String("arkpart")

M  +1-1part/ark_part.desktop.cmake
M  +10   -0part/part.cpp
M  +5-0part/part.h

https://invent.kde.org/utilities/ark/commit/4c8546dcaf9e2359822a368b8e5864c2db27d2f2

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

[ark] [Bug 429616] Ark can't find kpart component.

2020-11-25 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=429616

--- Comment #2 from Friedrich W. H. Kossebau  ---
Patch up for review here:
https://invent.kde.org/utilities/ark/-/merge_requests/18

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

[ark] [Bug 429616] Ark can't find kpart component.

2020-11-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=429616

Nicolas Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[ark] [Bug 429616] Ark can't find kpart component.

2020-11-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=429616

Nicolas Fella  changed:

   What|Removed |Added

 CC||kosse...@kde.org,
   ||nicolas.fe...@gmx.de

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

[ark] [Bug 429616] Ark can't find kpart component.

2020-11-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429616

--- Comment #1 from 2wxsy5823...@opayq.com ---
If you are using beta versions or a manually compiled KDE component, you may
want to check the dependencies.

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