Open
Description
GNOME 3.14 uses some heuristics to determine if an app can support multiple windows, so it doesn't display nonfunctional new window actions when right clicking on app launchers. In particular, a GtkApplication is assumed to only support a single window unless it has a GAction named new-window, or "X-GNOME-SingleWindow=false" in its desktop file. I think adding that line to the desktop file should be sufficient to make New Window work again.
Anyway, use case: while submitting a problem report, I decided that I wanted to view the "home page" with the list of problem reports on the left, but this isn't currently possible.
Activity