[arch-commits] Commit in cinnamon-desktop/repos (8 files)

Balló György bgyorgy at archlinux.org
Thu Jun 22 12:19:35 UTC 2017


    Date: Thursday, June 22, 2017 @ 12:19:35
  Author: bgyorgy
Revision: 239547

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
    (from rev 239546, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
    (from rev 239546, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
    (from rev 239546, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
    (from rev 239546, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

-------------------------------+
 /PKGBUILD                     |   78 ++++++++++++++++++++++++++++++++
 /config.patch                 |   96 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   39 ----------------
 community-i686/config.patch   |   48 --------------------
 community-x86_64/PKGBUILD     |   39 ----------------
 community-x86_64/config.patch |   48 --------------------
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-22 12:19:24 UTC (rev 239546)
+++ community-i686/PKGBUILD	2017-06-22 12:19:35 UTC (rev 239547)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
-# Contributor:  Jan de Groot <jan at archlinux.org>
-
-pkgname=cinnamon-desktop
-pkgver=3.2.4
-pkgrel=2
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
-        "config.patch")
-sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
-            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-            
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 239546, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-22 12:19:35 UTC (rev 239547)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(accountsservice gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
+        "config.patch")
+sha256sums=('58d594a896f2ce843b8dbc4430e1e538caa5f795e0bca07e5429ba953523c2c9'
+            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+            
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===================================================================
--- community-i686/config.patch	2017-06-22 12:19:24 UTC (rev 239546)
+++ community-i686/config.patch	2017-06-22 12:19:35 UTC (rev 239547)
@@ -1,48 +0,0 @@
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
-@@ -10,7 +10,7 @@
-       </_description>
-     </key>
-     <key name="picture-uri" type="s">
--      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
-+      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
-       <_summary>Picture URI</_summary>
-       <_description>
-         URI to use for the background image. Not that the backend only supports
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
-@@ -97,7 +97,7 @@
-       </_description>
-     </key>
-     <key name="icon-theme" type="s">
--      <default>'gnome'</default>
-+      <default>'Adwaita'</default>
-       <_summary>Icon Theme</_summary>
-       <_description>
-         Icon theme to use for the panel, nautilus etc.
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
-@@ -12,17 +12,17 @@
-       "gnome" and "gnome-fallback".</description>
-     </key>
-     <key name="screensaver-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
-       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
-     </key>
-     <key name="session-manager-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
-       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
-     </key>
-     <key name="settings-daemon-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
-       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
-     </key>

Copied: cinnamon-desktop/repos/community-i686/config.patch (from rev 239546, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-i686/config.patch	                        (rev 0)
+++ community-i686/config.patch	2017-06-22 12:19:35 UTC (rev 239547)
@@ -0,0 +1,48 @@
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -10,7 +10,7 @@
+       </_description>
+     </key>
+     <key name="picture-uri" type="s">
+-      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
++      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
+       <_summary>Picture URI</_summary>
+       <_description>
+         URI to use for the background image. Not that the backend only supports
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -97,7 +97,7 @@
+       </_description>
+     </key>
+     <key name="icon-theme" type="s">
+-      <default>'gnome'</default>
++      <default>'Adwaita'</default>
+       <_summary>Icon Theme</_summary>
+       <_description>
+         Icon theme to use for the panel, nautilus etc.
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
+@@ -12,17 +12,17 @@
+       "gnome" and "gnome-fallback".</description>
+     </key>
+     <key name="screensaver-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
+       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
+     </key>
+     <key name="session-manager-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
+       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
+     </key>
+     <key name="settings-daemon-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
+       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
+     </key>

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-22 12:19:24 UTC (rev 239546)
+++ community-x86_64/PKGBUILD	2017-06-22 12:19:35 UTC (rev 239547)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
-# Contributor:  Jan de Groot <jan at archlinux.org>
-
-pkgname=cinnamon-desktop
-pkgver=3.2.4
-pkgrel=2
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
-        "config.patch")
-sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
-            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-            
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-x86_64/PKGBUILD (from rev 239546, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-22 12:19:35 UTC (rev 239547)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(accountsservice gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
+        "config.patch")
+sha256sums=('58d594a896f2ce843b8dbc4430e1e538caa5f795e0bca07e5429ba953523c2c9'
+            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+            
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/config.patch
===================================================================
--- community-x86_64/config.patch	2017-06-22 12:19:24 UTC (rev 239546)
+++ community-x86_64/config.patch	2017-06-22 12:19:35 UTC (rev 239547)
@@ -1,48 +0,0 @@
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
-@@ -10,7 +10,7 @@
-       </_description>
-     </key>
-     <key name="picture-uri" type="s">
--      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
-+      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
-       <_summary>Picture URI</_summary>
-       <_description>
-         URI to use for the background image. Not that the backend only supports
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
-@@ -97,7 +97,7 @@
-       </_description>
-     </key>
-     <key name="icon-theme" type="s">
--      <default>'gnome'</default>
-+      <default>'Adwaita'</default>
-       <_summary>Icon Theme</_summary>
-       <_description>
-         Icon theme to use for the panel, nautilus etc.
-diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
---- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
-+++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
-@@ -12,17 +12,17 @@
-       "gnome" and "gnome-fallback".</description>
-     </key>
-     <key name="screensaver-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
-       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
-     </key>
-     <key name="session-manager-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
-       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
-     </key>
-     <key name="settings-daemon-uses-logind" type="b">
--      <default>false</default>
-+      <default>true</default>
-       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
-       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
-     </key>

Copied: cinnamon-desktop/repos/community-x86_64/config.patch (from rev 239546, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-x86_64/config.patch	                        (rev 0)
+++ community-x86_64/config.patch	2017-06-22 12:19:35 UTC (rev 239547)
@@ -0,0 +1,48 @@
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -10,7 +10,7 @@
+       </_description>
+     </key>
+     <key name="picture-uri" type="s">
+-      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
++      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
+       <_summary>Picture URI</_summary>
+       <_description>
+         URI to use for the background image. Not that the backend only supports
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -97,7 +97,7 @@
+       </_description>
+     </key>
+     <key name="icon-theme" type="s">
+-      <default>'gnome'</default>
++      <default>'Adwaita'</default>
+       <_summary>Icon Theme</_summary>
+       <_description>
+         Icon theme to use for the panel, nautilus etc.
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
+@@ -12,17 +12,17 @@
+       "gnome" and "gnome-fallback".</description>
+     </key>
+     <key name="screensaver-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
+       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
+     </key>
+     <key name="session-manager-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
+       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
+     </key>
+     <key name="settings-daemon-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
+       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
+     </key>



More information about the arch-commits mailing list