aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/mate.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index dd6baa42b6..03dfabc135 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1464,9 +1464,9 @@ MATE Desktop to monitor your system resources and usage.")
gdk-pixbuf
polkit))
(home-page "https://mate-desktop.org/")
- (synopsis "DBus specific service for MATE")
+ (synopsis "Polkit authentication agent for MATE")
(description
- "MATE Polkit is a MATE specific DBUS service that is
+ "MATE Polkit is a MATE specific D-Bus service that is
used to bring up authentication dialogs.")
(license license:lgpl2.1)))
hacehe 2022-09-07system: image: Remove an unused variable....Mathieu Othacehe 2022-08-10gnu: system: file-systems: Add shared flag....Oleg Pykhalov 2022-08-09linux-container: container-script: Parse command line options....Ricardo Wurmus 2022-08-09maint: Use a pretty version string in ISO and VM images....Ludovic Courtès 2022-08-09system: install: Always use 'current-guix'....Ludovic Courtès 2022-07-01image: Raise an error when an image lacks a bootable partition....Ludovic Courtès 2022-07-01image: Avoid use of the deprecated 'gpt' option of genimage....Ludovic Courtès 2022-07-01image: Add default value for partition initializer....Ludovic Courtès 2022-07-01image: 'system-image' throws when given an incorrect image format....Ludovic Courtès 2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli 2022-06-07gnu: install: Add uvesafb service only on targets that support v86d....Josselin Poiret 2022-05-31gnu: Remove wicd....Maxim Cournoyer 2022-05-31image: Add fat32 support....Pavel Shlyak 2022-05-25images: hurd: Adjust module imports....Efraim Flashner 2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret 2022-05-23image: Add bootable flag support....Pavel Shlyak 2022-05-23system: image: Support GPT vfat partitions....Pavel Shlyak 2022-05-23system: image: Support MBR vfat partitions....Pavel Shlyak 2022-05-23system: image: Tweak error message....Mathieu Othacehe 2022-05-23system: image: Fix indentation....Mathieu Othacehe 2022-05-18services: Add more description fields....Ludovic Courtès 2022-05-01file-systems: Avoid load-time warnings when attempting to load (guix store)....Ludovic Courtès 2022-04-08mapped-devices: Ensure 'cryptsetup open' gets a tty....Ludovic Courtès 2022-04-08system: hurd: Fix bogus 'initrd-modules' field....Ludovic Courtès 2022-03-19linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'....Ludovic Courtès 2022-03-19linux-container: 'eval/container' honors #:namespaces....Ludovic Courtès 2022-03-15images: novena: Fix build....Mathieu Othacehe 2022-03-09system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD....Ludovic Courtès 2022-03-01initrd: Use non-hyphenated kernel command-line parameter names....Maxim Cournoyer 'simple-operating-system'. (%mcron-os): Use 'simple-operating-system'. * gnu/tests/mail.scm (%opensmtpd-os): Likewise. * gnu/tests/messaging.scm (%base-os, os-with-service): Remove. (run-xmpp-test): Use 'simple-operating-system'. * gnu/tests/networking.scm (%inetd-os): Likewise. * gnu/tests/ssh.scm (%base-os, os-with-service): Remove. (run-ssh-test): Use 'simple-operating-system'. * gnu/tests/web.scm (%nginx-os): Likewise.