GNOME Bugzilla – Bug 780518
session: update session search dirs when ignore-wayland changes
Last modified: 2017-03-25 04:32:12 UTC
Right now the first time the session search dirs are requested, they are computed and cached. That leaves them stale if the ignore-wayland flag changes, which breaks fallback mode in some cases. This commit fix the problem by always computing the session search dirs in full, with no caching.
Created attachment 348683 [details] [review] session: update session search dirs when ignore-wayland changes
Attachment 348683 [details] pushed as a40384b - session: update session search dirs when ignore-wayland changes