--- src/pyroom/setup.py 2010-02-07 01:17:54.276405066 -0600 +++ ./setup.py 2010-02-07 01:16:28.783933875 -0600 @@ -50,7 +50,7 @@ author = author, description = 'PyRoom is a distraction-free, fullscreen text editor', packages = ['PyRoom',], - package_data = {'PyRoom':['interface.glade']}, + package_data = {'PyRoom':['interface.glade', 'preferences.glade']}, data_files = [ ('/usr/share/pyroom/themes', glob.glob('themes/*.theme')), ('/usr/share/pyroom', ['pyroom.png']),