| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Expose new titlebar mouse actions in the window properties
dialog (middle-click, right-click, scroll wheel).
Note: requires the matching marco changes to work properly.
|
|
|
|
This one was quite tricky ... On systems where pam_passwdqc
is installed the prompt for password after succesfully authenticating
is not:
```
New password:
```
But:
```
Enter new password:
```
See:
https://github.com/openwall/passwdqc/blob/7bf266fcf6ce9782b73722664e36dabd68f48c48/pam_passwdqc.c#L64
passwdqc is installed by default in Gentoo, but might be also installed
in other Linux distributions.
|
|
Properly handle missing libsystemd when enable-systemd=auto, which is
even the default for this switch.
Without this, one had to explicitly give `--disable-systemd` despite
the what the help text stated.
|
|
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5.
- [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/v3...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps [dev-hanz-ops/install-gh-cli-action](https://github.com/dev-hanz-ops/install-gh-cli-action) from 0.1.0 to 0.2.1.
- [Release notes](https://github.com/dev-hanz-ops/install-gh-cli-action/releases)
- [Commits](https://github.com/dev-hanz-ops/install-gh-cli-action/compare/v0.1.0...v0.2.1)
---
updated-dependencies:
- dependency-name: dev-hanz-ops/install-gh-cli-action
dependency-version: 0.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
If the app is already open, we need to tell the desktop that the window
has been triggered, so it can either bring it to front, or notify the
user the window claims attention.
This fixes the cases where the font viewer is already open and gets
triggered again, e.g. by opening a font or launching it directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For screen reader's sake, make the shortcut empty when hidden,
otherwise a more or less random value is presented. The actual value
is whatever the render was last used with, remembering cell renderers
are reused for every row.
This could also be fixed in the accessibility implementation side, but
we rely on GTK's, so it's easier to clean it up here than modify GTK or
subclass it further.
|
|
|
|
|
|
https://en.wikipedia.org/wiki/KyivNotKiev
|
|
https://en.wikipedia.org/wiki/KyivNotKiev
|
|
polkitd and pkexec
|
|
*Note that only compositors that read the cursor size from gsettings will apply this, wayfire does not at this time
*This is also true of cursor theme: the compositor must read it from gsettings for it to be applied from the control center
|
|
Since wayland compositors such as wayfire follow the GNOME interface gsettings values, we need to set them here too
|
|
|
|
*If we are in a wayland session, write the gtk theme and icon theme to both org.mate and org.gnome
*This changes wayland and xwayland themes simultaniously
*Under wayland, set the application and document fonts for both MATE and GNOME
*Otherwise some applications will ignore font changes set from the appearance capplet
*Only load GNOME interface gsettings when running under wayland
*fail gracefully if the gnome interface schema is not present
*Do not depend on it but use it if it is present to allow setting themes in compositors such as wayfire that use the GNOME gsettings values
|
|
|
|
time-admin depends on systemd. If systemd is not used in the systemd, time-admin is disabled
|
|
Signed-off-by: Oz Tiram <[email protected]>
|
|
Signed-off-by: Oz Tiram <[email protected]>
|
|
Signed-off-by: Oz Tiram <[email protected]>
|
|
Signed-off-by: Oz Tiram <[email protected]>
|
|
There is not much of direct systemd usage in the system-info plugin.
This patch suggestion enables building this plugin on system like
alpine, voidlinux or gentoo with openrc.
Signed-off-by: Oz Tiram <[email protected]>
|
|
|
|
|
|
|
|
|
|
*Ensure we attempt to load files
*from mate-time-admin/map/
*not mate-time-admin/map
Otherwise mate-time-admin built with meson cannot find the files and errors out
|
|
|
|
libslab is only used in mate-c-c and there is no need to provide a library
|
|
g_pattern_match_string has been deprecated since GLib 2.70
|
|
gtk_rc_get_theme_dir and gtk_rc_scanner_new
|
|
GtkStatusIcon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|