PDA

View Full Version : Question about an error with K3D



Ian Christie
07-05-2005, 04:41 PM
When I try to run K3D I get the following error

ERROR: GUI enabled, but dialog template path [//share/k3d/dialogtemplates] does not exist. Shutting down.

I've tried everything I can to get it to work, but it insists that the directory doesn't exist.

Ian Christie
07-05-2005, 04:56 PM
It appears that K3D is looking in / for the directories it needs. it gets past looking for the //share mentioned above and now it can't find //lib/k3d which does exist in the /tmp/klik/k3d directory.

Should note that I'm using klik on Ubuntu.

probono
07-10-2005, 12:40 PM
1. klik://k3d
2. mcedit /tmp/klik/k3d/usr/bin/k3d --> change prefix=./// to prefix=.
3. run /tmp/klik/k3d/wrapper, it should work now
4. re-create the cmg with mkcramfs /tmp/klik/k3d/ ~/Desktop/k3d.cmg
5. the cmg should work now

Greetings,
probono

probono
07-10-2005, 12:44 PM
And you can get rid of the warnings if you edit the wrapper:
Change the line
$KONSOLE $BINARY "$@"
to
$BINARY "$@"

Greetings,
probono