Skip to content

No console log for signal handles of Adw.ButtonRow #1031

Description

@djkato

Yello~

Adw.ButtonRow {
  activated => $on_add_output_clicked();
  hexpand: true;
  title: _("+ Add another output");
}

this activated never shows up in the console like "Template handler xxx triggered for signal xx", but all other inputs do, like:

Button {
  clicked => $on_item_pause_clicked();
  valign: center;
  icon-name: "pause-large-symbolic";
}

Why is this the case? Am I listening to the wrong thing?

2026-08-21.20-49-38.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions