Skip to content

shell: Register plugin extension points in constructor

Sam Day requested to merge samcday/phosh:shell-plugin-loader into main

This allows shell subclasses a chance to hook into GIO extension points, without needing to go through all the other modules stuff.


With this patch, I'm able to easily register a quick setting widget from 🐸 ... Here's an example of a QS widget I added that allows users to toggle keypad shuffle on/off from their greeter: https://github.com/samcday/phrog/commit/8f000e49b93b4cf2d85e70f778501239882f81b5

Edited by Sam Day

Merge request reports

Loading