Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2009 12:50:03 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/136882: kdenlive (multimedia/kdenlive port) project rendering crashes
Message-ID:  <200907311250.n6VCo3s5086663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136882; it has been noted by GNATS.

From: Alberto Villa <villa.alberto@gmail.com>
To: bug-followup@freebsd.org,
 szelga.wws@gmail.com
Cc:  
Subject: Re: ports/136882: kdenlive (multimedia/kdenlive port) project rendering crashes
Date: Fri, 31 Jul 2009 14:41:00 +0200

 sorry for being so late
 kdenlive already sets the absolute path of the renderer when possible:
 
 QString renderer = QCoreApplication::applicationDirPath() + 
 QString("/kdenlive_render");
 if (!QFile::exists(renderer)) renderer = "kdenlive_render";
 
 but there's a problem with linux (and freebsd i think). do you have /proc 
 mounted?
 also, can you confirm you have kdenlive and kdenlive_render in the same 
 directory? i guess so
 -- 
 Alberto Villa <villa.alberto@gmail.com>
 
 A mind is a wonderful thing to waste.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907311250.n6VCo3s5086663>