Otfried Cheong

Results 99 comments of Otfried Cheong

For guidance on writing Ipelets, you may have more luck asking on the ipe-discuss mailing list.

I do all my development on Linux... It seems running ipe.exe from cmd will not give you any terminal output. However, running it from Bash (in the official Windows Subsystem...

Can you open a terminal and type `which pdflatex` ? What output do you get?

Hmm, that directory is on the path. I do not know what Apple has changed in Sequoia - if you say that also your other bash commands fail, so it...

And without the `sudo`? Just `open /Applications/Ipe.app` ?

Hmm, it could be that when starting with `open`, it inherits some path settings from the terminal, but that those are not correctly set when starting from the dock. I...

Does it work to create a text file `~/.ipe/ipe.conf` with the contents: ``` IPELATEXPATH=/Library/TeX/texbin ``` (one line) See https://otfried.github.io/ipe/80_advanced.html#ipe-conf

Have you tried actually setting `PATH` in `~/.ipe/ipe.conf` ?

In Ipe 7.2.XX it would be .ipe/ipe.conf in your home directory, that is `/Users/Username/.ipe/ipe.conf`. In 7.3.1, it has changed.

What is the output of `which pdflatex` for you?