SecurityCentral / classification-banner

Displays Classification Banner for a Graphical Session
Other
4 stars 7 forks source link

Classification-banner is available as an active Application and shows in Application Menu Bar to be closable #1

Closed clndwhr closed 2 years ago

clndwhr commented 2 years ago

OS: RHEL 8.5 Desktop Environment: Wayland Gnome3 Python 3.6 classification-banner-1.7.1

The classification banner presents itself to the user as an active application that can be closed via the application menu. This is an undesirable behavior and after some research it appears the use of the Gtk.Application Class/Interface could provide an option to disable. I am not familiar enough with python to take on this task. As a "work around" we have removed Wayland Display server as an option for Gnome desktop environment and am forcing X11 which does not contain this same issue.

jegeland commented 2 years ago

@clndwhr, I think this project is OBE for EL8 with the creation of the gnome-shell-extension-classification-banner.noarch package from appstream. It doesn't allow you to hide the class bar with esc but you can click through the bar anyway.

redhatrises commented 2 years ago

Yeah. Using native extensions is the best way to go.

Closing. Feel free to reopen if necessary.