Ugh... Let me investigate...

On Jan 25, 2013 5:48 AM, "Laurent Willkomm" <willkomm@pt.lu> wrote:
On 01/23/2013 04:15 PM, Ivica Ico Bukvic wrote:
OK, this is now fixed in pd-l2ork git (pd/src/s_main.c is the only file that
was changed). Binary builds should be up in the next 24-48 hours.


New problem: the last version does not start when clicking on menu entry (KDE).

Typing "pd-l2ork" in Konsole opens the version installed in /usr/local.

Typing "/usr/local/bin/pd-l2ork" in Konsole gives this error:

sh: 1: /usr/bin/pd-gui: not found

So pd-l2ork is looking for a pd version in /usr/bin instead of /usr/local/bin, which will fail or start the wrong one.

L.Willkomm