Package: blender
Version: 2.42-1
Severity: normal
Tags: patch

Because the blender wrapper script doesn't quote it's arguments
properly, it's impossible to load files with spaces or other shell
metacharacters from either the command line, or through any other
program (e.g. "Open With... 'blender'" from a KDE GUI).

Fortunately, the fix is very very easy:
Replace the last line in /usr/bin/blender like this:

-blender-bin $@
+blender-bin "$@"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to