summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/flatpak-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/flatpak-main.c b/app/flatpak-main.c
index e5fbb57..e8ee2ed 100644
--- a/app/flatpak-main.c
+++ b/app/flatpak-main.c
@@ -345,6 +345,8 @@ main (int argc,
else
g_unsetenv ("GIO_USE_VFS");
+ flatpak_migrate_from_xdg_app ();
+
ret = flatpak_run (argc, argv, &error);
if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED))
flatpak_usage (commands, TRUE);