Search found 9 matches

by blablaalb
Mon Feb 14, 2022 12:45 pm
Forum: MP - General Support
Topic: Can I change color of the selection guiding lines?
Replies: 1
Views: 362

Can I change color of the selection guiding lines?

The guiding lines inside the selection box are white. I can't see them on white background. Can i change the color?
Image
by blablaalb
Sat Feb 12, 2022 4:06 pm
Forum: Classic - Suggestions
Topic: How to pick a color for pasting it in HTML code
Replies: 8
Views: 17268

Re: How to pic a color for pasting it in HTML code


so copy the current shown color from 'Display Color Information' in clipboard?
Yes :-)

So how to copy it? A left click?


I'm sorry for awakening an old thread, but I just wanted to reconfirm that such functionality could come very handy for various people, web designers and developers in ...
by blablaalb
Wed Oct 06, 2021 8:23 am
Forum: Closed/Resolved
Topic: The Draw tool fills shape with color even with the Contour Only option selected
Replies: 3
Views: 3711

The Draw tool fills shape with color even with the Contour Only option selected

I'm not sure if this's a bug or I'm doing something wrong, but here you can see that the second time a draw the eclipse shape it's filled with a color even though the Contour Only option is selected. Image
by blablaalb
Wed Feb 10, 2021 10:54 am
Forum: MP - General Support
Topic: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit
Replies: 7
Views: 2196

Re: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit

So, I installed the missing packages and now I'm able to run the XnView. Hooray :D !

Code: Select all

sudo apt install libxcb-image0
sudo apt install libxcb-keysyms1
sudo apt install libxcb-render-util0
sudo apt install libxcb-xkb1
sudo apt install libxkbcommon-x11-0
by blablaalb
Wed Feb 10, 2021 10:44 am
Forum: MP - General Support
Topic: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit
Replies: 7
Views: 2196

Re: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit

ldd /opt/XnView/lib/platforms/libqxcb.so | grep "not found" gives the following result:
ldd /opt/XnView/lib/platforms/libqxcb.so | grep "not found"
libxcb-icccm.so.4 => not found
libxcb-image.so.0 => not found
libxcb-keysyms.so.1 => not found
libxcb-render-util.so.0 => not found
libxcb-xkb.so ...
by blablaalb
Wed Feb 10, 2021 10:38 am
Forum: MP - General Support
Topic: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit
Replies: 7
Views: 2196

Re: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit

I set QT_DEBUG_PLUGINS to 1 and this is the output I get when I try i run xnview
QFactoryLoader::QFactoryLoader() checking directory path "/opt/XnView/lib/platforms" ...
QFactoryLoader::QFactoryLoader() looking at "/opt/XnView/lib/platforms/libqlinuxfb.so"
Found metadata in lib /opt/XnView/lib ...
by blablaalb
Wed Feb 10, 2021 10:09 am
Forum: MP - General Support
Topic: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit
Replies: 7
Views: 2196

Re: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit

That's how I got the output. I entered xnview into the console and the output came out
by blablaalb
Wed Feb 10, 2021 10:07 am
Forum: MP - General Support
Topic: XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit
Replies: 7
Views: 2196

XnView MP doesn't run on Xubuntu 20.04 LTS 64 bit

Hello everyone. I installed XnView MP on my Xubuntu machine, but it doesn't start. Here's the output from the console:
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 initialized ...