On Wed, 2006-04-19 at 10:33 +0100, Tom K wrote: > I've just installed pyxdg, as part of an attempt to build/install > foopanel - http://foopanel.berlios.de. When I run foopanel, I get the > following error: >... > raise ParsingError('File not found', "/etc/xdg/menus/applications.menu") > xdg.Exceptions.ParsingError: ParsingError in file > '/etc/xdg/menus/applications.menu', File not found
IMHO pyxdg needs to get fixed to not throw an error, but instead skip if the file isn't found. These directories are optional and are searched for menus and settings by applications. When they don't exist, they should just continue with the next directory instead of breaking out. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
