Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 63225fc..0ecc4eb 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -101,6 +101,9 @@ def main():
_start_matchbox()
_setup_translations()
+ icons_path = env.get_data_path('icons')
+ gtk.icon_theme_get_default().append_search_path(icons_path)
+
# Do initial setup if needed
if not get_profile().is_valid():
win = intro.IntroWindow()