-
Notifications
You must be signed in to change notification settings - Fork 581
[mutter] Add a new mutter plugin #3134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
6f60c4b
to
98bfe40
Compare
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
Mutter provides useful information about the monitors it knows about, which can be useful when debugging issues related to resolutions, used connectors, etc. Signed-off-by: Niels De Graef <[email protected]>
98bfe40
to
182144a
Compare
Converting to draft, since I forgot this runs as root, so we need to figure out a way to get to the session of a specific user |
|
||
def setup(self): | ||
# Get the monitors.xml file that persists the monitor setup | ||
monitors_xml = os.path.join(Path.home(), '.config', 'monitors.xml') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could fetch /etc/xdg/monitors.xml
too while at it.
|
||
plugin_name = 'mutter' | ||
profiles = ('desktop',) | ||
packages = ('mutter',) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you may want to add mutter-common
for ubuntu based OSs
This would likely require a change in |
We have a new attributes that can be used to grab as a user now, maybe this can help to improve this PR? |
Mutter provides useful information about the monitors it knows about, which can be useful when debugging issues related to resolutions, used connectors, etc.
Signed-off-by: Niels De Graef [email protected]
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines