Re: presentation not launching

Otfried Cheong via Ipe-discuss <ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected]> Sat, 26 Oct 2019 19:10:35 +0200
Newsgroups gmane.comp.graphics.ipe.general
Message-ID <[email protected]>
On Sat, Oct 26, 2019, at 15:29, Salvatore Modica via Ipe-discuss wrote:
> on xubuntu 19.10
> the result of "ipe -sheet presentation &" is 
> 
> /usr/share/ipe/7.2.13/lua/model.lua:485: fopen error: No such file or directory

Looking at the code, I think this has not worked like this for a long time (even though it's shown like this in the manual).

Instead, you currently need to provide the path to the stylesheet file.    Check with 

ipe -show-configuration

what your style directories are.

Then you can use the full path like this:

ipe -sheet /usr/share/ipe/7.2.13./styles/presentation.isy

I will fix it so that "-sheet presentation" will work by searching the standard style directories.

Cheers,
  Otfried