Passepartout Frequently Asked Questions


Table of Contents
1. What does "Passepartout" mean?
2. Are you guys French?
3. How do I edit text in Passepartout?
4. If I import text into Passepartout, does that mean I can't change it afterwards?
5. I have a problem with libxml++
6. Configure says libxml++ is unknown to pkg-config

1. What does "Passepartout" mean?

An early draft name for Passepartout was "Framer" since it deals with frames. (We like FrameMaker a lot, not that it has much in common with Passepartout.) This was a very dull name, so we changed it. A passepartout is a kind of cardboard frame you put around watercolour paintings.


2. Are you guys French?

Non. I mean no.


3. How do I edit text in Passepartout?

You don't. You write the text in XML format in your favourite text editor, then you import the text into Passepartout. Read the User's Guide for more detailed instructions.


4. If I import text into Passepartout, does that mean I can't change it afterwards?

Not at all. Text is only imported by reference. If you edit and save changes to the XML file, Passepartout will notice the change and update the display.


5. I have a problem with libxml++

Any Passepartout release will only build with exactly the version or versions of libxml++ that are specified in the INSTALL file. The libxml++ library is currently undergoing rapid development. As soon as the libxml++ team makes a stable release this will no longer be a problem.


6. Configure says libxml++ is unknown to pkg-config

Pkg-config can't find libxml++, because it doesn't know where to look. Try adding the path to the file libxml++-1.0.pc to the environment variable PKG_CONFIG_PATH. If libxml++ is installed in /usr/local/ then the path is /usr/local/lib/pkgconfig/.