--- client-ori/bin/options.py 2006-02-22 23:30:35.000000000 +0100 +++ client/bin/options.py 2006-02-22 23:38:12.000000000 +0100 @@ -60,8 +60,8 @@ 'login.login': 'demo', 'login.server': 'localhost', 'login.port': '8069', - 'path.share': os.path.dirname(__file__), - 'path.pixmaps': os.path.dirname(__file__), + 'path.share': '/usr/share/tinyerp-client', + 'path.pixmaps': '/usr/share/pixmaps/tinyerp-client', 'tip.autostart': True, 'survey.name': 'none', 'tip.position': 0,