GNOME Bugzilla – Bug 326100
Fixed paths in source code
Last modified: 2006-05-22 09:57:47 UTC
# TODO: I don't like this fixed paths maybe put them in config.py? _nautdir = "/usr/share/pixmaps/nautilus" _pixdir = "/usr/share/pixmaps" theme = self.gconf_client.get_string("/desktop/gnome/file_views/icon_theme") Yeah. maybe. ;-)
like: _nautdir = config.getPrefix() + "/share/pixmaps/nautilus" ? isn't the gconf string absolute on all systems?