On 2013-09-03, oopepe <oopepe@no-mx.forums.opensuse.org> wrote:
> I want to have two different kate instances, one for each activity.
> Is that possible?
Of course there’s nothing to stop you from having two instances of Kate in two different activities (Alt-F2 -> Kate for
each).
If you want to open a new instance of Kate within Dolphin, can do so most easily by pressing F4 and typing:
sh-4.2$ kate -new filename.txt
… this is not elegant but will do what you want.
If you want a new instance of Kate to be started every time, then I believe that is possible using KWin scripts but I
would not advise it.