After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326100 - Fixed paths in source code
Fixed paths in source code
Status: RESOLVED FIXED
Product: gnome-schedule
Classification: Other
Component: general
1.0.0
Other Linux
: Normal normal
: ---
Assigned To: GNOME Schedule Maintainers
GNOME Schedule Maintainers
Depends on:
Blocks: 325978
 
 
Reported: 2006-01-07 12:32 UTC by Philip Van Hoof
Modified: 2006-05-22 09:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Van Hoof 2006-01-07 12:32:44 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. ;-)
Comment 1 Gaute Hope 2006-01-07 17:13:29 UTC
like: _nautdir = config.getPrefix() + "/share/pixmaps/nautilus" ?

isn't the gconf string absolute on all systems?