| Age | Commit message (Collapse) | Author | Files | Lines |
|
The wlrandr plugin hard-linked ayatana-appindicator3, making it
a mandatory requirement of Wayland builds. This patch adds an
--enable-appindicator configure option to make sure Wayland support is
no longer silently disabled when appindicator is missing.
Fixes #442
|
|
The natural scrolling option was only available for touchpads. This adds
a natural-scroll setting to the mouse schema and applies it by setting
libinput or evdev.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 86.5% (276 of 319 strings)
Translated using Weblate (Greek)
Currently translated at 86.5% (276 of 319 strings)
Co-authored-by: Jim Spentzos <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/applications/mate-settings-daemon/el/
Translation: mate-desktop/mate-settings-daemon
|
|
Currently translated at 9.4% (30 of 319 strings)
Co-authored-by: ButterflyOfFire <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/applications/mate-settings-daemon/kab/
Translation: mate-desktop/mate-settings-daemon
|
|
Currently translated at 100.0% (319 of 319 strings)
Co-authored-by: Sergey A. <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/applications/mate-settings-daemon/ru/
Translation: mate-desktop/mate-settings-daemon
|
|
Currently translated at 26.3% (84 of 319 strings)
Translated using Weblate (Georgian)
Currently translated at 26.0% (83 of 319 strings)
Translated using Weblate (Georgian)
Currently translated at 19.7% (63 of 319 strings)
Co-authored-by: Temuri Doghonadze <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/applications/mate-settings-daemon/ka/
Translation: mate-desktop/mate-settings-daemon
|
|
Currently translated at 93.7% (299 of 319 strings)
Co-authored-by: 김인수 <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/mate-settings-daemon/ko/
Translation: mate-desktop/mate-settings-daemon
|
|
Currently translated at 73.0% (233 of 319 strings)
Translated using Weblate (Occitan)
Currently translated at 73.0% (233 of 319 strings)
Co-authored-by: Quentin PAGÈS <[email protected]>
Translate-URL: https://translate.fedoraproject.org/projects/mate-desktop/mate-settings-daemon/oc/
Translation: mate-desktop/mate-settings-daemon
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
When an output has the hotplug_mode_update property (e.g. SPICE/QXL
virtual displays), auto-configure to the new preferred mode on hotplug
events instead of applying stored configuration from monitors.xml.
This allows VM guest resolutions to follow host window resizes, which
stopped working when spice-vdagent switched from reconfiguring displays
directly to sending hotplug events expecting the DE to handle them.
Fixes #78
|
|
This replaces caja desktop detection with a generic check for
_NET_WM_WINDOW_TYPE_DESKTOP windows and makes the background plugin work
with any EWMH-compliant file manager.
It now treats the background plugin as a fallback: If there's no file
manager drawing the background, then m-s-d will draw it.
This also allows us to remove a bunch of unnecessary code:
- D-Bus session manager listener
- startup delays
- screen size tracking
- crossfade support (this is broken on msd anyway)
- checking show-desktop-icons gsettings (this is only used by caja)
- checking draw-background gsettings (this should be deprecated)
Fixes #335
Fixes mate-desktop/mate-session-manager#159
|
|
|
|
|
|
|
|
|
|
This reverts commit ec9a8bbf3739e7c2b5ba8651792a77e7eded97ef.
|
|
|
|
update pot file
remove transifex configuration
remove es_ES files/folder/config as es exists
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
remove .build.yml
|
|
|
|
|
|
Remove the workaround that restarted mate-panel and marco when the HiDPI
scale changed. This is no longer necessary now that both components have
native support for dynamic scale changes.
The xsettings plugin now only manages the Gdk/WindowScalingFactor
XSetting itself. GTK applications receive the scale change through the
normal XSettings mechanism and update automatically via their
style-updated signal handlers.
This needs changes to mate-panel and marco to handle scale changes
dynamically:
- https://github.com/mate-desktop/mate-panel/pull/1521
- https://github.com/mate-desktop/marco/pull/814
|
|
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
|
|
Many of the plugins depend on mate_settings_plugin_get_type(), but this
symbol is only available at runtime in the mate-settings-daemon program.
With GNU libtool the -no-undefined flag gets silently ignored and the
build succeeds, but with slibtool it correctly sets -Wl,--no-undefined
in the LDFLAGS causing the build to fail.
To solve this simply removing -no-undefined is enough.
Gentoo issue: https://bugs.gentoo.org/922326
|
|
Many of the plugins depend on the libX11 and libXi linker flags, but
they are missing.
With GNU libtool the -no-undefined flag is silently ignored so the build
succeeds, but with slibtool is correctly sets -Wl,--no-undefined in the
linker flags.
Gentoo issue: https://bugs.gentoo.org/922326
|
|
|
|
The policykit-1 transitional package seems to no longer exist in Debian testing
|
|
|
|
|
|
|
|
|