Skip to content
  • David Edmundson's avatar
    wayland fix window activation · fb999535
    David Edmundson authored and Christoph Cullmann's avatar Christoph Cullmann committed
    Kate has it's own version of org.freedesktop.Application spec and
    KDBusAddons handling. It needs to pass the activation token explicitly.
    
    The launched (second) instance will have an environment variable
    XDG_ACTIVATION_TOKEN set, we need to pass this value to the existing
    application before it can set the window to activate.
    
    Testing done: clicked on a file in dolphin, kate got focus
    fb999535