Re: presentation not launching

Otfried Cheong via Ipe-discuss <ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected]> Sat, 26 Oct 2019 19:54:12 +0200
Newsgroups gmane.comp.graphics.ipe.general
Message-ID <[email protected]>
On Sat, Oct 26, 2019, at 19:15, Salvatore Modica wrote:
> ipe -sheet /usr/share/ipe/7.2.13./styles/presentation.isy 

You have an extra dot:   Not 7.2.13. but 7.2.13

I also figured out how this got broken.    To fix it, find the line

    style_sheets[#style_sheets + 1] = ipe.realPath(argv[i+1])

in /usr/share/ipe/7.2.13/lua/main.lua,

and change it to

    style_sheets[#style_sheets + 1] = argv[i+1]

It'll be fixed in 7.2.14.

Cheers,
  Otfried