This allows the user to set the default Konsole profile via D-Bus.
Details
Details
- Reviewers
- None
- Group Reviewers
Konsole - Commits
- R319:eaef61e1c417: Add DBus call setDefaultProfile() to ViewManager
- Open yakuake
- Open d-feet on Session Bus org.kde.yakuake -> /Windows/1 -> org.kde.konsole.Window
- Have two Yakuake profiles (mine are called 'Dark' and 'Light')
- defaultProfile() returns 'Dark'
- setDefaultProfile('Light')
- defaultProfile() returns 'Light' and opening a new tab in Yakuake shows that the 'Light' profile is active
Diff Detail
Diff Detail
- Repository
- R319 Konsole
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Quick other question: This repo doesn't contain a .arcconfig file yet, should I submit a patch to add it?
And also the code is mostly copied from Session::setProfile
Comment Actions
All of KDE is moving to gitlab - please add a merge request there https://invent.kde.org/kde/konsole/-/merge_requests
I can still respond here as long as phabiciator is still up if you can't do a merge request.