Hassan El-Mehalawi
Hassan El-Mehalawi
It remains unchanged, as it was before I run ansible. When I looked at dconf-editor, I noticed the type of `scale-factor` was `a{si}`, not just `string`, so I tried this:...
It's weird because even though it's not a string, it actually does update using the regular `dconf write` and `gsettings set` commands...
I'm not really sure how to get the exact command. When I use `-vvvv`, it prints the command for running the plugin, but not the command the plugin itself runs....
Actually, no. But dconf does work, and so does gsettings.
Yes, here's the setting with the gsettings: ``` - name: set resolution scaling gsettings: schema: com.ubuntu.user-interface key: scale-factor string: "{'DP1', 10}" ``` I also tried using `\{'DP1', 10\}`, but that...