https://bugs.kde.org/show_bug.cgi?id=438375

--- Comment #4 from stellarpo...@googlemail.com ---
In a more succint summary:
```
if (!existingInstance)
    newInstance()->open(...)
    return


if (! application can open new (i.e. more than one) instance)
    if (existingInstance)
        existingInstance->open(...)
        return
    else
        newInstance()->open(...)
        return

if (existingInstance->workspace == currentWorkspace)
   existingInstance->open(...)
else
    newInstance()->open(...)

```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to