--- chrome/browser/glic/widget/glic_widget.cc.orig 2025-09-11 13:19:19 UTC +++ chrome/browser/glic/widget/glic_widget.cc @@ -127,7 +127,7 @@ std::unique_ptr GlicWidget::Create( // Don't change this name. This is used by other code to identify the glic // window. See b/404947780. params.name = "GlicWidget"; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) params.wm_class_class = shell_integration_linux::GetProgramClassClass(); params.wayland_app_id = params.wm_class_class + "-glic"; #endif