Skip to content

build: Fix -Werror=deprecated-declarations

Found when testing a downstream PR (build log). Since we are already requiring libxfce4ui >= 4.16.0:

  • Replace deprecated xfce_spawn_command_line_on_screen with xfce_spawn_command_line.
  • Replace deprecated xfce_titled_dialog_new_with_buttons with xfce_titled_dialog_new_with_mixed_buttons.

Also trying to sneak in a cosmetic change removing a dialog subtitle 🙈

Merge request reports