Page 1 of 1

[SOLVED] QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 05:25
by Rava
[SOLVED] see this post by me (post #10 of this thread) what extra modules to activate to get QtFM for XFCE 5.0rc3 running:
QtFM for XFCE 5.0rc3 (Post by Rava #85922)
Thanks ncmprhnsbl & rych !
_________________

In regards to QtFM for OpenBox (Post by ncmprhnsbl #81385) - but this is for 5.0rc3 and also for XFCE.

ncmprhnsbl , is there a major change from 5.0rc2 to 5.0rc3 concerning QT?

I try running qtfm as an QT test on 5.0rc3 XFCE but it not works.
I only have these extra modules activated:

Code: Select all

qt5-base-5.15.0-x86_64-1.xzm
qtfm-6.2.0-x86_64-1_ncm.xzm
xcb-util-image-0.4.0-x86_64-3.xzm
xcb-util-keysyms-0.4.0-x86_64-3.xzm
xcb-util-renderutil-0.3.9-x86_64-3.xzm
Seems XFCE lacks some stuff unlike Openbox?

Code: Select all

guest@porteus:~$ qtfm
qtfm: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
guest@porteus:~$ ldd /usr/bin/qtfm|grep found
	libicui18n.so.67 => not found
	libicuuc.so.67 => not found
	libicudata.so.67 => not found
Would it work if these dependencies are resolved or would I need newer modules instead of the above listed / instead of the ones I downloaded and activated?

QtFM for OpenBox

Posted: 25 Nov 2021, 05:31
by ncmprhnsbl
Rava wrote:
25 Nov 2021, 04:53
ncmprhnsbl , is there a major change from 5.0rc2 to 5.0rc3 concerning QT?
well, yes, for one, it's built against a different icu version..
for RC3 xfce, you'll need to use the qt5 version for RC3 , the qtfm you have, the xcb libs you have plus xcb-util-wm (which is present in openbox but not xfce)
xcb-util-wm can be got from slackware current repo with getpkg..

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 07:15
by Rava
ncmprhnsbl wrote:
25 Nov 2021, 05:31
you'll need to use the qt5 version for RC3
Where do I find that?
ncmprhnsbl wrote:
25 Nov 2021, 05:31
xcb-util-wm can be got from slackware current repo with getpkg..
created xcb-util-wm-0.4.1-x86_64-5.xzm … still the same dependencies missing.
Are these all part of QT5 even when their names suggest they are unrelated to QT?

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 07:34
by ncmprhnsbl
Rava wrote:
25 Nov 2021, 07:15
Where do I find that?
wherever you put it :D
Rava wrote:
23 Nov 2021, 20:24
All these I have already, also these I have:
qt5-base-5.15.2-x86_64_10-xfce-cinnamon-openbox-lxde-mate.xzm
qt5-dev-5.15.2-x86_64_10-extralib.xzm
or via bundles

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 09:09
by beny
hi, for the record if someone have need to change a software version number,i have used to revert back on the python 3.10 version to the old one: https://slackware.uk/cumulative/slackware-current/

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 09:18
by rych
I wonder which of the (dated) libs still require libicui18n.so.67 when Slackware Current Official already provides libicui18n.so.69.1 through this package:https://slackware.pkgs.org/current/slac ... 1.txz.html. Maybe if you just getpkg icu or if you download and convert it from the link yourself it might satisfy the requirement for libicui18n.so.67. Otherwise could get an older icu from a 3rd party Slackware, start by searching https://pkgs.org/search/?q=icu

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 09:27
by ncmprhnsbl
rych wrote:
25 Nov 2021, 09:18
I wonder which of the (dated) libs still require libicui18n.so.67
qt5-base-5.15.0-x86_64-1.xzm from RC2 ..
no need to go finding old an icu, just use the right qt5 for RC3 ie: qt5-base-5.15.2-x86_64_10-xfce-cinnamon-openbox-lxde-mate.xzm

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 15:09
by rych
Sorry, ncmprhnsbl, I see Rava has decided to fall back to qt5-base-5.15.0-x86_64-1.xzm for some reason, causing confusion and unsurprising errors on libicui18n -- please disregard my last post

QtFM for XFCE 5.0rc3

Posted: 25 Nov 2021, 16:28
by Rava
rych wrote:
25 Nov 2021, 15:09
Sorry, ncmprhnsbl, I see Rava has decided to fall back to qt5-base-5.15.0-x86_64-1.xzm for some reason, causing confusion and unsurprising errors on libicui18n -- please disregard my last post
That was a mistake by me, I now corrected it into having these extra modules in 5.0rc3 XFCE:

Code: Select all

qt5-base-5.15.2-x86_64_10-xfce-cinnamon-openbox-lxde-mate.xzm
qtfm-6.2.0-x86_64-1_ncm.xzm
xcb-util-image-0.4.0-x86_64-3.xzm
xcb-util-keysyms-0.4.0-x86_64-3.xzm
xcb-util-renderutil-0.3.9-x86_64-3.xzm
xcb-util-wm-0.4.1-x86_64-5.xzm
and QtFM runs just fine. :)

Therefore I set the thread title to [SOLVED] :)