Summary: | Allow multiple instances of yakuake | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | ilkerk |
Component: | general | Assignee: | 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
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? *** This bug has been marked as a duplicate of bug 294681 *** |