From c9d58369f5d5e1e6a9085c16043489cc0b4f078d90d990de4fed891ee3df5253 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 15 Oct 2024 12:16:04 +0000 Subject: [PATCH] - Configure gnome-console as default terminal, not ptyxis OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/gnome-branding-Aeon?expand=0&rev=31 --- Aeon.gschema.override | 20 ++++++++++++++------ gnome-branding-Aeon.changes | 5 +++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Aeon.gschema.override b/Aeon.gschema.override index ca438db..75a1468 100644 --- a/Aeon.gschema.override +++ b/Aeon.gschema.override @@ -16,12 +16,20 @@ font-antialiasing='rgba' picture-uri='file:///usr/share/wallpapers/aeonwallpaper.png' picture-uri-dark='file:///usr/share/wallpapers/aeonwallpaper.png' -[org.gnome.Ptyxis] -font-name='Monospace 12' -default-columns='120' -default-rows='36' +[org.gnome.Console] +use-system-font=false +custom-font='Monospace 12' [org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0] binding='Return' -command='ptyxis -s' -name='Terminal - Ptyxis' +command='kgx -e distrobox enter' +name='Distrobox Console' + +[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom1] +binding='Return' +command='kgx' +name='Local Console' + +[org.gnome.desktop.applications.terminal.exec-arg] +exec='kgx' +exec-arg='-e' diff --git a/gnome-branding-Aeon.changes b/gnome-branding-Aeon.changes index 04b0b31..5040093 100644 --- a/gnome-branding-Aeon.changes +++ b/gnome-branding-Aeon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 12:14:47 UTC 2024 - Richard Brown + +- Configure gnome-console as default terminal, not ptyxis + ------------------------------------------------------------------- Mon Oct 14 13:53:44 UTC 2024 - Richard Brown