FS#54348 - plasmashell gives "missing shared lib warning"

Attached to Project: Arch Linux
Opened by BrLi (brli) - Wednesday, 07 June 2017, 17:47 GMT
Last edited by Antonio Rojas (arojas) - Friday, 09 June 2017, 15:23 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
when exec command `plasmashell` from terminal (konsole)
it complains about cannot find two libs
```
Could not create Plasma Calendar Plugin: "/usr/lib/qt5/plugins/plasmacalendarplugins/holidaysevents.so"
Could not create Plasma Calendar Plugin: "/usr/lib/qt5/plugins/plasmacalendarplugins/pimevents.so"
```
Additional info:
* package version(s) 5.10.1
* config and/or log files etc.


Steps to reproduce:
$ plasmashell
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 09 June 2017, 15:23 GMT
Reason for closing:  Not a bug
Comment by Antonio Rojas (arojas) - Wednesday, 07 June 2017, 18:16 GMT
does this cause any actual issue?
Comment by BrLi (brli) - Friday, 09 June 2017, 02:28 GMT
Calendar doesn't display scheduled events?
Plasma starts slower maybe?
Comment by Antonio Rojas (arojas) - Friday, 09 June 2017, 05:52 GMT
Have you installed kdepim-addons and selected the calendars in the clock settings?
Comment by BrLi (brli) - Friday, 09 June 2017, 13:04 GMT
pacman -Qoo /usr/lib/qt/plugins/plasmacalendarplugins/
/usr/lib/qt/plugins/plasmacalendarplugins/ is owned by kdepim-addons 17.04.2-1
/usr/lib/qt/plugins/plasmacalendarplugins/ is owned by plasma-workspace 5.10.1-1

pacman -Ql plasma-workspace| grep plasmacalendar
plasma-workspace /usr/lib/qt/plugins/plasmacalendarplugins/
plasma-workspace /usr/lib/qt/plugins/plasmacalendarplugins/holidays/
plasma-workspace /usr/lib/qt/plugins/plasmacalendarplugins/holidays/HolidaysConfig.qml
plasma-workspace /usr/lib/qt/plugins/plasmacalendarplugins/holidaysevents.so

so, yes, I suppose I've installed them.
It seems to be somewhere hard-coded in plasma-workspace source, or being mis-configured while packaging.

For the "setting", I suppose you're asking about "digital clock setting": well, it gives a blank window[attachment]
Comment by Antonio Rojas (arojas) - Friday, 09 June 2017, 14:54 GMT
Please post the output of 'echo $QT_PLUGIN_PATH $QTDIR'
Comment by BrLi (brli) - Friday, 09 June 2017, 14:58 GMT
they're not in my environment variables
Comment by Antonio Rojas (arojas) - Friday, 09 June 2017, 15:13 GMT
And 'qtpaths --plugin-dir'?
Comment by BrLi (brli) - Friday, 09 June 2017, 15:19 GMT
$ qtpaths --plugin-dir
/usr/lib/qt/plugins
Comment by BrLi (brli) - Friday, 09 June 2017, 15:23 GMT
okay, got it fixed. was in ~/.config/plasma-org.kde.plasma.desktop-appletsrc

Loading...