2010/8/21 Paul <strifek...@users.sourceforge.net>

> That's odd, I can't replicate either of those functions - I'm using 1.9.0 -
> I just get an empty directory if there's an fxd command file in it and if I
> put the fxd location in the relevent menu items nothing shows up in Freevo.
> I'm using bash scripts to launch all of the applications but see you have
> successfully used with picasa, any other tips of here to go from here?
>
>
I'm using Ubuntu 10.04 and Freevo 1.8.2 with this setup.

I've tried Freevo 1.9.0 and, yes, I can't see the new menu entries. I think
it's related to the plugin 'command.fxdhandler'. When I've enabled it in
1.9.0 in local_conf.py, I've got an error whenever I try one of the menus
that have a fxd file:

plugin.activate('command.fxdhandler')

$ freevo

Traceback (most recent call last):
  File "/datos/freevo190/lib/python2.6/site-packages/freevo/fxditem.py",
line 132, in parse
    parser.parse()
  File
"/datos/freevo190/lib/python2.6/site-packages/freevo/util/fxdparser.py",
line 224, in parse
    callback = self.read_callback[node.name](self, node)
  File
"/datos/freevo190/lib/python2.6/site-packages/freevo/plugins/command.py",
line 310, in fxdparser
    item = CommandItem()
  File
"/datos/freevo190/lib/python2.6/site-packages/freevo/plugins/command.py",
line 243, in __init__
    self.spawnwm = config.COMMAND_SPAWN_WM
AttributeError: 'module' object has no attribute 'COMMAND_SPAWN_WM'
/datos/freevo190/lib/python2.6/site-packages/freevo/osd.py:169:
UnicodeWarning: Unicode equal comparison failed to convert both arguments to
Unicode - interpreting them as being unequal
  return self.chars[c]
/datos/freevo190/lib/python2.6/site-packages/freevo/osd.py:172:
UnicodeWarning: Unicode equal comparison failed to convert both arguments to
Unicode - interpreting them as being unequal
  self.chars[c] = w


Can you confirm this behaviour?


Regards
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to