Hi, I can confirm that the following fixes the issue with 0.95:
cd /XnView/lib
rm libfreetype.so
rm libfreetype.so.6
sudo ln -s /lib64/libbz2.so.1 libbz2.so.1.0 <--- this was required in previous versions as well
sudo ln -s /usr/lib64/libfreetype.so.6 libfreetype.so.6
Thanks,
Ivan
Search found 12 matches
- Mon Feb 10, 2020 6:22 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
- Tue Feb 04, 2020 6:20 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
Re: Fedora 31 - XnView MP 0.95 - QT error
Hi Pierre,
I'm sorry, but that didn't work.
I've just downloaded the 0.95 (tgz) file again, and XnView doesn't start:
./xnview.sh
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be ...
I'm sorry, but that didn't work.
I've just downloaded the 0.95 (tgz) file again, and XnView doesn't start:
./xnview.sh
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be ...
- Mon Feb 03, 2020 2:54 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
Re: Fedora 31 - XnView MP 0.95 - QT error
Reinstalled a few QT packages, deleted XnView completely and "re-installed" it..
Everything works fine now. It will remain a mystery why I was getting the error message.
Ivan
Everything works fine now. It will remain a mystery why I was getting the error message.
Ivan
- Sun Feb 02, 2020 10:44 am
- Forum: MP - General Support
- Topic: Missing dependencies
- Replies: 8
- Views: 5418
Re: Missing dependencies
Hi, what distribution are you using?
Debian, Ubuntu, Fedora, etc.
Have you tried to launch the software using xnview.sh?
That script will also use the libs coming with the software.
Ivan
Debian, Ubuntu, Fedora, etc.
Have you tried to launch the software using xnview.sh?
That script will also use the libs coming with the software.
Ivan
- Sat Feb 01, 2020 2:23 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
Re: Fedora 31 - XnView MP 0.95 - QT error
BTW, I tried to reinstall 0.94.3 and 0.94.2, but I get the same error message.
Fedora did get a couple of QT updates lately (one just yesterday), so the issue might have been caused by that.
Just guessing, since everything worked fine until a few weeks ago.
Ivan
Fedora did get a couple of QT updates lately (one just yesterday), so the issue might have been caused by that.
Just guessing, since everything worked fine until a few weeks ago.
Ivan
- Sat Feb 01, 2020 2:18 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
Re: Fedora 31 - XnView MP 0.95 - QT error
Hi, thank you for the suggestion.
I tried to download that file and tested it, but unfortunately it didn't work (see below).
./XnView-archx64
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application ...
I tried to download that file and tested it, but unfortunately it didn't work (see below).
./XnView-archx64
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application ...
- Fri Jan 31, 2020 2:48 pm
- Forum: MP - General Support
- Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
- Replies: 10
- Views: 5993
[SOLVED] Fedora 31 - XnView MP 0.95 - QT error
Hi, I upgraded Xnview MP from 0.94.3 to 0.95.
I now get the following error when trying to use the software:
./xnview.sh
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in ...
I now get the following error when trying to use the software:
./xnview.sh
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in ...
- Thu Nov 07, 2019 4:25 pm
- Forum: MP - General Support
- Topic: Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
- Replies: 4
- Views: 1231
Re: Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
Hi Pierre,
OK, I forgot about xnview.sh and was using the Xnview file directly.
Anyway, xnview.sh worked after I added the following link in the lib folder:
sudo ln -s /lib64/libbz2.so.1 libbz2.so.1.0
Without that Xnview was complaining:
/opt/XnView/XnView: error while loading shared libraries ...
OK, I forgot about xnview.sh and was using the Xnview file directly.
Anyway, xnview.sh worked after I added the following link in the lib folder:
sudo ln -s /lib64/libbz2.so.1 libbz2.so.1.0
Without that Xnview was complaining:
/opt/XnView/XnView: error while loading shared libraries ...
- Tue Nov 05, 2019 6:03 pm
- Forum: MP - General Support
- Topic: Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
- Replies: 4
- Views: 1231
Re: Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
Hi Pierre,
I cannot use the QT libs provided by creating links in /lib64 because those libs already exist.
I cannot remove the packages qt5-qtbase + qt5-common (and their libraries), because they are used by other applications.
If there is way to tell XnView MP to use /opt/XnView/lib instead of ...
I cannot use the QT libs provided by creating links in /lib64 because those libs already exist.
I cannot remove the packages qt5-qtbase + qt5-common (and their libraries), because they are used by other applications.
If there is way to tell XnView MP to use /opt/XnView/lib instead of ...
- Fri Nov 01, 2019 10:05 pm
- Forum: MP - General Support
- Topic: Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
- Replies: 4
- Views: 1231
Fedora 31 - /XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
Hi, I've just upgraded to Fedora 31.
I initially had an error for a missing library.
After installing that, I started getting the following error:
./XnView
./XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
That's where I'm currently stuck, also ...
I initially had an error for a missing library.
After installing that, I started getting the following error:
./XnView
./XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
That's where I'm currently stuck, also ...
- Tue Oct 09, 2018 12:48 pm
- Forum: Archive
- Topic: XnView MP 0.92
- Replies: 15
- Views: 46245
Re: XnView MP 0.92
Issue with Fedora 28.. I upgraded from 0.90 to 0.92..
I'm getting the following error:
/opt/XnView/XnView: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
/usr/lib64/libbz2.so.1.0.6 is installed
Strangely enough, if I try to go back ...
- Tue Oct 09, 2018 11:51 am
- Forum: Archive
- Topic: XnView MP 0.92
- Replies: 15
- Views: 46245
Re: XnView MP 0.92
Issue with Fedora 28.. I upgraded from 0.90 to 0.92..
I'm getting the following error:
/opt/XnView/XnView: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
/usr/lib64/libbz2.so.1.0.6 is installed
Strangely enough, if I try to go back ...
I'm getting the following error:
/opt/XnView/XnView: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
/usr/lib64/libbz2.so.1.0.6 is installed
Strangely enough, if I try to go back ...