[arch-commits] Commit in cinnamon-desktop/repos (8 files)
Alexandre Filgueira
faidoc at archlinux.org
Mon Nov 7 22:16:10 UTC 2016
Date: Monday, November 7, 2016 @ 22:16:10
Author: faidoc
Revision: 195013
archrelease: copy trunk to community-i686, community-x86_64
Added:
cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 195012, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-i686/config.patch
(from rev 195012, cinnamon-desktop/trunk/config.patch)
cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 195012, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 195012, 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 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-i686/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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.0.2
-pkgrel=1
-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=('a8bbf148b9ee25f21fb2c196a54c95eeee7e35cd23b32f25919516f08e8f4dda'
- '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 195012, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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.2.0
+pkgrel=1
+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=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
+ '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 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-i686/config.patch 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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 195012, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-i686/config.patch (rev 0)
+++ community-i686/config.patch 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-x86_64/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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.0.2
-pkgrel=1
-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=('a8bbf148b9ee25f21fb2c196a54c95eeee7e35cd23b32f25919516f08e8f4dda'
- '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 195012, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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.2.0
+pkgrel=1
+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=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
+ '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 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-x86_64/config.patch 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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 195012, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-x86_64/config.patch (rev 0)
+++ community-x86_64/config.patch 2016-11-07 22:16:10 UTC (rev 195013)
@@ -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