| Age | Commit message (Collapse) | Author | Files | Lines |
|
Add XSettings override gsettings to allow changing arbitrary XSettings
on GSettings without requiring code changes. This enables third-party
tools (like unity-gtk-module extensions) to integrate with MATE by
setting custom XSettings values at runtime.
The implementation adds an 'overrides' key to the xsettings plugin
schema which accepts a dictionary mapping XSetting names to values.
The complete list of XSettings is over at
https://www.freedesktop.org/wiki/Specifications/XSettingsRegistry/
Backported mostly from:
- https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/c6e9079d
- https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/35764838
Fixes: https://github.com/mate-desktop/mate-settings-daemon/issues/158
|
|
|
|
alt+super+s
|
|
|
|
Autostart desktop files are hidden from the Startup Applications capplet. This pull request ensures that MATE Settings Daemon is not presented as an item that users can disable. See also:
* https://github.com/mate-desktop/mate-session-manager/pull/213
|
|
|
|
|
|
Currently libinput supports Adaptive and Flat acceleration profiles. We
can use these to change mouse behavior. Synaptic touchpads are not
supported through libinput, so they will not be affected by this change.
The Default acceleration profile reads the value from the libinput
defaults and sets them as the current profile. Usually ends up being
Adaptive.
|
|
only that instead of a redundant constant in the code.
|
|
|
|
Pressing the microphone mute button now toggles the mute status.
Fix https://github.com/mate-desktop/mate-settings-daemon/issues/175
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
<Alt>+volume control keys will change the sound, without
playing a notification sound, which can be useful when things
need to be quiet. This uses the settings stored in GSettings
for those audio keys.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
Some laptops have a setting hotkey. This is bound by default to
XF86Tools. Add shortcut to start mate-control-center to support it.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales
|
|
|
|
|
|
schema: org.mate.peripherals-touchpad
keys: motion-acceleration, motion-threshold (same as in peripherals-mouse schema)
types and default values: also same as for mouse
adapted from:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=122aee4e56d6ed94c41dfbcac0bece1921629de7
|
|
schema: org.mate.peripherals-touchpad
key: left-handed (same name as in peripherals-mouse schema)
values: 'right', 'left', 'mouse'
default value: 'mouse' - follow the corresponding mouse setting
(to keep the default behaviour same as before)
adapted from:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=59ec6da345fa6d20c13d44f9cfe4f607cb1eeea3
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=ccaf750510e8797f22045490eb37d39693023ec6
|
|
|
|
Change this in order to match new default fontconfig settings
(introduced in fontconfig 2.11.95).
|
|
|
|
This reverts commit 8abd921b666acce33d2d9d811bd9c9602066fc0d.
based on feedback in the comments at https://github.com/mate-desktop/mate-settings-daemon/pull/137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
historically "power" key bindings calls shutdown dialog but described as logout. this is confuses users.
updated "power" key bindings description
provided additional "logout" key bindings
|
|
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
|
|
fix a few warnings and make var names more consistent with one another)
|
|
outside of bonds, fixed typo in settings description
|
|
|
|
3 finger tap by default (consistent with 2 finger clicking and settings in other DEs)
|
|
|
|
|
|
closes #108
|
|
|
|
|
|
|
|
Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32
|
|
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=85546d7902977d14f2a4894284acb3d9915097f6
|