diff --git a/src/sugar3/bundle/bundle.py b/src/sugar3/bundle/bundle.py index f27cf5d7..dcf811d8 100644 --- a/src/sugar3/bundle/bundle.py +++ b/src/sugar3/bundle/bundle.py @@ -161,6 +161,9 @@ class Bundle(object): installed.""" return self._installation_time + def get_show_launcher(self): + return True + def _unzip(self, install_dir): if self._zip_file is None: raise AlreadyInstalledException