Shame on me; yes, it was just a problem with a badly made shell script
of mine. (I just double-checked: xournal itself works fine.) Sorry about
that.
Immi
Am 19.09.2016 um 02:27 schrieb D M German:
> Immi Halupczok twisted the bytes to say:
>
> Immi> Hi,
> Immi> the Next branch doesn
Immi Halupczok twisted the bytes to say:
Immi> Hi,
Immi> the Next branch doesn't work with filenames containing spaces. For
example,
xournal "ab cd.xoj"
Immi> tries to open a file called "ab".
can you check if you have an alias for xournal? both the cl-options
branch and the next branch
Hi Immi,
There is one branch currently in dmgerman/xournal for the command line
options. That is the code that must be debugged. I'll move it to
dmgerman/xournal-dmg so it is connected to xournal/xournal and we can do
pull requests.
I'll take a look later today.
On Wed, Sep 14, 2016 at 6:40 AM,
Hi,
the Next branch doesn't work with filenames containing spaces. For example,
xournal "ab cd.xoj"
tries to open a file called "ab".
I tried to find out why this happens, but it looks a bit as if it's a
problem with g_option_context_parse(); I don't know why it behaves like
this.
I guess