[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] 0.7
- From: Tobias Burnus <burnus@xxxxxxxx>
- Date: Wed, 09 Aug 2006 16:41:51 +0200
- Subject: Re: [XaraXtreme-dev] 0.7
Hi,
Alex Bligh wrote:
>> I do, but I didn't use autoinstall but untared tar.bz2 file into a
>> directory and run then ./bin/xaralx.
>> Seemingly, in this case filters/svg*xml is not read?
> I don't think it is meant to work unless you install the filters.
Depends what you mean with install. I did now in ./xaralx:
mkdir share; ln -s .. share/xaralx
which did the trick. How about moving filters (and maybe some other
directory) to ./share/xaralx?
That way one could directly use the tar.bz2.
Could someone check in the following?
(By the way, the "..." looks odd!)
-----------
--- Mime/xaralx.xml (revision 1680)
+++ Mime/xaralx.xml (working copy)
@@ -3,6 +3,7 @@
xmlns:apkg="http://autopackage.org/xdgmime-extensions">
<mime-type type="application/vnd.xara">
<comment xml:lang="en">Xara drawing</comment>
+ <comment xml:lang="de">Xara-Zeichnung</comment>
...
<magic priority="80">
-----------
Tobias