We have special casing for flatpak and Kate is mimicking KDBusService
only to some extent. This change helps kate support multiple flatpak instances
as well.
Details
Details
- Reviewers
cullmann - Group Reviewers
Kate - Commits
- R40:5b5c32aa35ea: Support services on flatpak
Built and made it work locally
Diff Detail
Diff Detail
- Repository
- R40 Kate
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 22168 Build 22186: arc lint + arc unit
Comment Actions
I guess for future work, but would it make sense to try to move over to KDBusAddons?
What does the kate self-grown implementation provide that KDBusAddons doesn't?
Comment Actions
I guess I can trust you on the sandbox part ;=)
For Albert's question: We take a look which sessions are running in which Kate instances. If there would be a generic way to query all instances we could use this for that loop here.
Comment Actions
For Albert's question: We take a look which sessions are running in which Kate instances. If there would be a generic way to query all instances we could use this for that loop here.
Yes, ideally this code would move to KDBusAddons. In the end here it's defining logic that is mimicking what happens there.