Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression for GTK2 activities caused by 2f2b2d2 #317

Merged
merged 2 commits into from May 22, 2016

Conversation

icarito
Copy link
Contributor

@icarito icarito commented May 17, 2016

The issue was caused by importing from activityfactory which caused GObject to be imported. This conflicts with GTK2. (Reported and original patch by James Cameron)
We should create the sugar profile's activity root if it doesn't exist yet, when running outside Sugar. But activity factory can't be used, because of this incompatibility.

The issue was caused by importing from activityfactory which caused GObject to be imported. This conflicts with GTK2. (Reported by James Cameron)
The idea is that we should create the sugar profile's activity root if it doesn't exist yet, when running outside Sugar.
@icarito
Copy link
Contributor Author

icarito commented May 17, 2016

Added minor fix, got activity_id wrong the first time.

@samdroid-apps
Copy link
Contributor

Reviwed, not tested. Please merge.

@icarito icarito merged commit 632fff1 into sugarlabs:master May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants