Is there a way to not start in "app switcher" upon startup

Hi,

We’re running a GNOME session in CI by starting a session on the host and injecting X information into CI containers with volume mounts and environment injection. However, GNOME seems to start in the “application switching” mode that seems to interfere with testing. Is there a way to make this not happen? A setting would be ideal, but perhaps we just start an application upon startup?

Thanks,

–Ben

1 Like

Thanks. It looks promising, but deploying GNOME extensions over Ansible is proving to be quite difficult, mostly because gnome-extensions wants a running D-Bus session with dconf listening on it. The Ansible role I found is also quite out-of-date and needs a lot of attention besides the D-Bus session thing. Is there a simple way to install an extension without interacting with dconf?

Installing the extenstion is just a matter of copying it into the proper folder, I have no idea how to enable it, though.

It appears to be some dconf-based detail because without D-Bus access to dconf, gnome-extensions seems like quite an inert tool.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.