On Fri, Jan 18, 2008 at 12:40:35PM +0300, Alexandre Prokoudine wrote:
Every time I start Inkscape from console I see this:
$ inkscape Unable to find: FilePrintDirect
** (inkscape:26549): WARNING **: Unknown verb name: FilePrintDirect Unable to find: ToolCalligrphic
** (inkscape:26549): WARNING **: Unknown verb name: ToolCalligrphic Unable to find: EditCloneOriginal
** (inkscape:26549): WARNING **: Unknown verb name: EditCloneOriginal Unable to find: HelpKeys
** (inkscape:26549): WARNING **: Unknown verb name: HelpKeys
On Fri, 18 Jan 2008 01:48:43 -0800, Bryce Harrington <bryce@...961...> wrote:
I see warnings like those when I've compiled a new Inkscape but haven't installed it yet.
If I run: autogen.sh ./configure --prefix=/usr make make install
then the warnings go away.
Most likely this is because your ~/.inkscape/keys/default.xml file has out-of-date verb references, and these warnings occur when Inkscape tries to map keys to verbs that don't exist. If you haven't customized your shortcuts, try copying the current default.xml from share/keys to ~/.inkscape. I know that the verb for the Calligraphy tool was renamed to fix the spelling issue, and that EditCloneOriginal became something else recently, so if you have an older keyboard shortcuts file, you'll get these errors since those verbs don't exist anymore.
John