Set the env var SUGAR_BUNDLE_VERSION #5428 (marco)
This commit is contained in:
parent
453e08c8d7
commit
dd031b4d83
@ -85,6 +85,7 @@ def main():
|
|||||||
|
|
||||||
os.environ['SUGAR_BUNDLE_ID'] = bundle.get_bundle_id()
|
os.environ['SUGAR_BUNDLE_ID'] = bundle.get_bundle_id()
|
||||||
os.environ['SUGAR_BUNDLE_NAME'] = bundle.get_name()
|
os.environ['SUGAR_BUNDLE_NAME'] = bundle.get_name()
|
||||||
|
os.environ['SUGAR_BUNDLE_VERSION'] = str(bundle.get_activity_version())
|
||||||
|
|
||||||
gtk.icon_theme_get_default().append_search_path(bundle.get_icons_path())
|
gtk.icon_theme_get_default().append_search_path(bundle.get_icons_path())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user