I gave it another go and it seems like I cant get any of my projects working in lazarus under linux. I'm running ubuntu 9.10 here.

They all give the "invalid launching application" error when I try to run them.

I've stored all my projects on an ntfs partition that is used by windows aswell. I'm auto-mounting the drive at startup. This is the line in /etc/fstab:

/dev/sdb2 /mnt/dev ntfs-3g auto,exec,rw,user 0 0
My drive is called "dev" (development) and it's mounted at /mnt/dev. I think something is wrong in this line.

Can anyone help me?