You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use a container (e.g. using the keyboard shortcut Ctrl+Alt+F), you are only able to get back to the host terminal with keyboard shortcut Ctrl+Alt+Enter.
I was able to fix my Terminal launched via Ctrl + Alt + T / Ctrl + alt + Enter by tinkering with gsettings cli / dconf GUI
(... I have no idea if this was The Right Way ™️ 😬 )
find how Ptyxis is invoked (Settings > Keyboard > Custom Shortcuts > Host Ptyxis) and it looks like it expects a Profile where the Profile's UUID matches the Host Container ID)
recreate that Ptyxis profile (replace $GUID with the Host UUID from previous step ☝ )
gsettings set org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/$GUID/
gsettings set org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/$GUID/ palette 'Dracula'
gsettings set org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/$GUID/ label 'Host'
gsettings set org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/$GUID/ opacity 0.88
gsettings set org.gnome.Ptyxis default-profile-uuid $GUID
exit Ptyxis session, and relaunch it w/ the keyboard shortcut
Describe the bug
When you use a container (e.g. using the keyboard shortcut
Ctrl+Alt+F
), you are only able to get back to the host terminal with keyboard shortcutCtrl+Alt+Enter
.More details are in this discourse thread
What did you expect to happen?
To be able to select a Host profile in the terminal emulator.
Output of
rpm-ostree status
Output of
groups
Extra information or context
This has also been shown to happen in a fresh VM running the beta.
The text was updated successfully, but these errors were encountered: