Runtime refactor #34

Merged
merged 10 commits into from Jan 30, 2017

Conversation

Projects
None yet
1 participant
Owner

didrocks commented Jan 17, 2017

Simplify and use RUNTIME refactoring by adding snap-specific libs to runtime ones.
Do it on both GTK and Qt sides.

Change slightly the logic by allowing generic init/runtime/generic desktop/specific desktop override order.

didrocks added some commits Dec 13, 2016

Separate init from desktop-exports common part
Ensure we still build it, but separate it so that we can add a RUNTIME
detection check.
Add runtime export for GTK
Based on Sebastien Bacher's work, make runtime export more generic and
detected even before running general detection work. Then,  based on this
RUNTIME value to run all helpers and export all variables.
Adapt new runtime strategy to Qt ubuntu-app-platform
Simplify drastically the code by using the same logic than GNOME runtime.
Add SNAP specific paths when using runtime.
We ensure we always prepending SNAP specific paths as first list element,
then use runtime ones before system ones.
Initial patch from Sebastien Bacher.
Merge branch 'master' into runtime-refactor
Rebase on check if XDG_SESSION_TYPE is set to x11, otherwise default to Mir
Owner

didrocks commented Jan 30, 2017

Gtk side is working, no feedback from Qt one, merging this.

@didrocks didrocks merged commit d2eb3db into master Jan 30, 2017

@didrocks didrocks deleted the runtime-refactor branch Feb 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment