Bug 415641

Summary: Allow multiple instances of yakuake
Product: [Applications] yakuake Reporter: ilkerk
Component: generalAssignee: Eike Hein <hein>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: muesli
Priority: NOR    
Version First Reported In: 3.0.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description ilkerk 2019-12-28 13:40:16 UTC
Hello, 
I would like to use two instances of yakuake (mapped to two different shortcuts). I think currently it is restricted to only one instance. So this is actually a wish not a bug report.

A workaround question: 
Can I achieve what I want by changing the application name and compiling it? If so what should I change in the source code? 

Thank you and keep up with the great work...
Comment 1 ilkerk 2019-12-30 09:22:20 UTC
I am not sure if this is the right way to do but I tried below and it seems working: 

In main cpp: application name set to yakuake2 (using app.setApplicationName )
In yakuake.kcfg :  yakuakerc is replaced with yakuake2rc 

After compiling, I can now run two instances of yakuake (each assigned to different shortcut and different settings) without any visible problems. 
However, I think both processes share common resources (such dbus addresses etc). I don't know if I should be concerned about possible conflicts?
Comment 2 Christian Muehlhaeuser 2020-03-10 15:09:09 UTC

*** This bug has been marked as a duplicate of bug 294681 ***