FS#59339 - [kdelibs4support] kf5-config plugins path seems to be incorrect

Attached to Project: Arch Linux
Opened by Musikolo (Musikolo) - Saturday, 14 July 2018, 23:18 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 15 July 2018, 09:42 GMT
Task Type Support Request
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I'm trying to solve an issue I have when installing a plugin for a Qt-based application, and I've noticed that the plugin paths returned by `qtpaths-qt5` and `kf5-config` aren't consistent to each other.

This is what I get:
```
$ qtpaths-qt5 --plugin-dir
/usr/lib/qt/plugins

$ kf5-config --path qtplugins
/usr/lib/plugins/:/usr/lib/qt/plugins/plugins/
```

If I list the content of `/usr/lib/qt/plugins` path, I get a lot of installed plugins. However, none the paths returned by `kf5-config` actually exists in my system.

So, my concern is - is this a bug?

At least, it doesn't look accurate or right to me.

Thoughts?

Additional info:
* package version: 5.47.0-1

Steps to reproduce:
```
$ qtpaths-qt5 --plugin-dir
/usr/lib/qt/plugins

$ kf5-config --path qtplugins
/usr/lib/plugins/:/usr/lib/qt/plugins/plugins/
```
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 15 July 2018, 09:42 GMT
Reason for closing:  Upstream
Additional comments about closing:  Fixed upstream, will be in 5.49
Comment by Antonio Rojas (arojas) - Sunday, 15 July 2018, 07:57 GMT
Yes, it is an upstream bug. You should use 'kf5-config --qt-plugins' instead though.

Loading...