Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-69130

bradient: perhaps fall back to application name if there's no window title

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.12.0 Alpha
    • QPA: Wayland
    • None

    Description

      If you run

      qml something.qml

      where something.qml has an Item (or Rectangle etc.) as the root object, the default window title will change to "Qml Runtime".  But on Wayland with default bradient decorations, it ends up being blank.

      This string seems to exist only in tools/qml/main.cpp

      app->setApplicationName("Qml Runtime");

      so I guess it must be a typical window manager feature on X11: at least Gnome and Openbox will use use it instead of leaving the title empty.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            johanhelsing Johan Helsing
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes