Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Tim Jones

> On Apr 4, 2018, at 7:13 AM, Marnaud  wrote:
> 
> Le 4 avr. 2018 à 15:54 du soir, Christian Schmitz 
>  a écrit:
>> Yes. So where is the file on the disk?
> 
> Ok, the Nautilus search gave better results than the Terminal one. I finally 
> found these files:
> libcairo.so.2 in /usr/lib/i386-linux-gnu
> libcairo.so.2 in /usr/lib/x86_64-linux-gnu
> 
> Those two files are each a link to libcairo.so.2.11400.6 files in the same 
> two directories.
> 
> No mention of simple libcairo.so file (i.e. without the ending “2”). Not sure 
> that it's relevant or not.

This is something that developers are complaining about bitterly.  The constant 
shifting of the lib folders away from accepted, long-standing, standard 
locations.  I now create symlinks from the "found" locations to the standard 
locations of /lib/ /usr/lib, /lib64, and /usr/lib64 as part of my installer 
scripts.

Tim


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Marnaud
Le 4 avr. 2018 à 16:18 du soir, Christian Schmitz 
 a écrit:
> 
>> Ok, the Nautilus search gave better results than the Terminal one. I finally 
>> found these files:
>> libcairo.so.2 in /usr/lib/i386-linux-gnu
>> libcairo.so.2 in /usr/lib/x86_64-linux-gnu
> 
> Let me rebuild a new plugin or 18.2pr2 in the next days to fix this.

Ok, thank you.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Christian Schmitz

> Ok, the Nautilus search gave better results than the Terminal one. I finally 
> found these files:
> libcairo.so.2 in /usr/lib/i386-linux-gnu
> libcairo.so.2 in /usr/lib/x86_64-linux-gnu
> 

Let me rebuild a new plugin or 18.2pr2 in the next days to fix this.


Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Marnaud
Le 4 avr. 2018 à 15:54 du soir, Christian Schmitz 
 a écrit:
> Yes. So where is the file on the disk?

Ok, the Nautilus search gave better results than the Terminal one. I finally 
found these files:
libcairo.so.2 in /usr/lib/i386-linux-gnu
libcairo.so.2 in /usr/lib/x86_64-linux-gnu

Those two files are each a link to libcairo.so.2.11400.6 files in the same two 
directories.

No mention of simple libcairo.so file (i.e. without the ending “2”). Not sure 
that it's relevant or not.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Christian Schmitz

> Am 04.04.2018 um 15:52 schrieb Marnaud :
> 
> Le 3 avr. 2018 à 14:19 du soir, Christian Schmitz 
>  a écrit:
>> 
>> Than please install Cairo library.
> 
> In the software manager, the thing that looks most like Cairo is named 
> “Libcairo2” and is already installed. Is it this one you asked me to install?

Yes. So where is the file on the disk?

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Marnaud
Le 3 avr. 2018 à 14:19 du soir, Christian Schmitz 
 a écrit:
> 
> Than please install Cairo library.

In the software manager, the thing that looks most like Cairo is named 
“Libcairo2” and is already installed. Is it this one you asked me to install?
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Marnaud
Le 4 avr. 2018 à 11:13 du matin, Christian Schmitz 
 a écrit:
> 
> Strange that Xojo works without Cairo?

I'm remote debugging, so the IDE is not running. Still, the remote debugger and 
my app launch without Cairo.

> Well, it's a system library and you should not put it next to your app.

So I'll need to instruct the users to install it manually; don't ask me why I 
dislike Linux…

Thanks.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Christian Schmitz
> I will, for testing. But if someone wants to try my app, (s)he will also need 
> to install the library, which is "ugly". Can't I install the library 
> somewhere next to the app?#

Strange that Xojo works without Cairo?

Well, it's a system library and you should not put it next to your app.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Marnaud

> Le 3 avr. 2018 à 14:19 du soir, Christian Schmitz 
>  a écrit:
> 
>> I'm actually failing to find it; could it be not installed? Linux isn't the 
>> system I'm most comfortable with.
>> (I tried the “find” terminal command to search for it)
> 
> Than please install Cairo library.

I will, for testing. But if someone wants to try my app, (s)he will also need 
to install the library, which is "ugly". Can't I install the library somewhere 
next to the app?
Thanks.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-03 Thread Christian Schmitz

>> Because if e.g. Cairo library is not found, some things fail.
>> Where is your libcairo.so file on disk?
> 
> I'm actually failing to find it; could it be not installed? Linux isn't the 
> system I'm most comfortable with.
> (I tried the “find” terminal command to search for it)

Than please install Cairo library.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-03 Thread Marnaud
Le 2 avr. 2018 à 20:33 du soir, Christian Schmitz 
 a écrit:
> 
>> Running on Linux Mint 18.1 64-bit, Cinnamon 3.2.7., PictureToPNGStringMBS 
>> returns an empty string.
> 
> Well, just this functions or also other functions?
> Like LogoMBS() works?

You're right: LogoMBS also fails.

> Because if e.g. Cairo library is not found, some things fail.
> Where is your libcairo.so file on disk?

I'm actually failing to find it; could it be not installed? Linux isn't the 
system I'm most comfortable with.
(I tried the “find” terminal command to search for it)

Thank you.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info