[Ipe-discuss] presentation not launching

Otfried Cheong ipe at otfried.org
Sat Oct 26 19:54:12 CEST 2019


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



More information about the Ipe-discuss mailing list