Hi,
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: ToolCalligrphic
** (inkscape:26549): WARNING **: Unknown verb name: ToolCalligrphic 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: EditCloneOriginal
** (inkscape:26549): WARNING **: Unknown verb name: EditCloneOriginal Unable to find: HelpKeys
** (inkscape:26549): WARNING **: Unknown verb name: HelpKeys
Is it normal?
Alexandre
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.
Bryce
On Fri, Jan 18, 2008 at 12:40:35PM +0300, Alexandre Prokoudine wrote:
Hi,
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: ToolCalligrphic
** (inkscape:26549): WARNING **: Unknown verb name: ToolCalligrphic 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: EditCloneOriginal
** (inkscape:26549): WARNING **: Unknown verb name: EditCloneOriginal Unable to find: HelpKeys
** (inkscape:26549): WARNING **: Unknown verb name: HelpKeys
Is it normal?
Alexandre
On Jan 18, 2008 12:48 PM, Bryce Harrington 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.
Well, I did run autogen.sh today before compilation :)
Alexandre
On Fri, Jan 18, 2008 at 01:23:50PM +0300, Alexandre Prokoudine wrote:
On Jan 18, 2008 12:48 PM, Bryce Harrington 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.
Well, I did run autogen.sh today before compilation :)
Doesn't usually matter - it's usually necessary to get the icons installed into /usr/share/inkscape to solve the issue. Thus the configure and make install steps are the critical ones.
Bryce
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
participants (3)
-
unknown@example.com
-
Alexandre Prokoudine
-
Bryce Harrington