View | Details | Raw Unified | Return to bug 343359
Collapse All | Expand All

(-)kio/kio/krun.cpp (-1 / +7 lines)
Lines 615-625 Link Here
615
              return false; // no startup notification at all
615
              return false; // no startup notification at all
616
      }
616
      }
617
      else
617
      else
618
      { // Create startup notification even for apps for which there shouldn't be any,
618
      {
619
#if 0
620
        // Create startup notification even for apps for which there shouldn't be any,
619
        // just without any visual feedback. This will ensure they'll be positioned on the proper
621
        // just without any visual feedback. This will ensure they'll be positioned on the proper
620
        // virtual desktop, and will get user timestamp from the ASN ID.
622
        // virtual desktop, and will get user timestamp from the ASN ID.
621
          wmclass = "0";
623
          wmclass = "0";
622
          silent = true;
624
          silent = true;
625
#else   // That unfortunately doesn't work, when the launched non-compliant application
626
        // launches another one that is compliant and there is any delay inbetween (bnc:#343359)
627
          return false;
628
#endif
623
      }
629
      }
624
  }
630
  }
625
  if( silent_arg != NULL )
631
  if( silent_arg != NULL )

Return to bug 343359