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
gnome has done a lot of changing to how they do things. One thing that was suggested is that for most of the GUI parts we try to use the gnome tools to both evaluate and discover where things are configured as it is very easy to do it many many ways and still have things setup correctly.
You can display extra text on the login screen, such as who to contact for support, by setting the org.gnome.login-screen.banner-message-enable and org.gnome.login-screen.banner-message-text GSettings keys.
It looks like a lot of these settings are just xml files so - ug - the right way may be to parse the xml. Not sure. But the gsettings command may be the right way to 'interface' with it.
Also ensure that the ubuntu part of this is covered as well or at least on its way..
The text was updated successfully, but these errors were encountered:
The target OS is RHEL7 for this particular profile, but Aaron has often mentioned setting up the controls so that they can be used in all Linux-based OS profiles when possible.
My 2 cents is that the main goal is to make sure that the banner is of the right text and is displayed when it’s supposed to…I think we should take into account any of the different ways to verify that so that the control only fails when that goal isn’t met.
gnome has done a lot of changing to how they do things. One thing that was suggested is that for most of the GUI parts we try to use the gnome tools to both evaluate and discover where things are configured as it is very easy to do it many many ways and still have things setup correctly.
https://developer.gnome.org/GSettings/
You can display extra text on the login screen, such as who to contact for support, by setting the org.gnome.login-screen.banner-message-enable and org.gnome.login-screen.banner-message-text GSettings keys.
It looks like a lot of these settings are just xml files so - ug - the right way may be to parse the xml. Not sure. But the
gsettings
command may be the right way to 'interface' with it.Also ensure that the ubuntu part of this is covered as well or at least on its way..
The text was updated successfully, but these errors were encountered: