Add a script to start sugar. Move the gtkrc to avoid conflicts when

installing on a complete system.
This commit is contained in:
Marco Pesenti Gritti
2007-03-22 20:34:07 +01:00
parent 01056ee823
commit 9af06c0b26
12 changed files with 30 additions and 27 deletions
+3
View File
@@ -63,3 +63,6 @@ def get_service_path(name):
def get_shell_path(path=None):
return _get_prefix_path('share/sugar/shell', path)
def get_data_path(path=None):
return _get_prefix_path('share/sugar', path)