Bug 415641 - Allow multiple instances of yakuake
Summary: Allow multiple instances of yakuake
Status: RESOLVED DUPLICATE of bug 294681
Alias: None
Product: yakuake
Classification: Applications
Component: general (other bugs)
Version First Reported In: 3.0.5
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-28 13:40 UTC by ilkerk
Modified: 2020-03-10 15:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***