View previous topic :: View next topic |
Author |
Message |
erzapito Tux's lil' helper

Joined: 02 Feb 2007 Posts: 117
|
Posted: Sun Oct 30, 2016 4:28 pm Post subject: Mate 1.12 and suspend |
|
|
Since updating from mate 1.8 to mate 1.10 and then 1.12 I've lost the suspend button when showing power off dialog. Does anyone knows what can I do to get it back?
Regards |
|
Back to top |
|
 |
Maxxx Guru


Joined: 12 Jan 2016 Posts: 572 Location: Italia
|
Posted: Thu Nov 03, 2016 4:50 pm Post subject: |
|
|
What's the output of:
Code: | # /etc/init.d/dbus status |
Furthermore, do you have "dbus" USE flag in your make.conf?
Did you update Mate without "dbus" USE flag? |
|
Back to top |
|
 |
Princess Nell l33t


Joined: 15 Apr 2005 Posts: 830
|
Posted: Fri Nov 04, 2016 12:29 am Post subject: |
|
|
I think there may be some deeper issues. The power manager doesn't even list any options related to suspend/hibernate. E.g. under the On AC Power tab, Actions, When laptop lid is closed, the only options are Do nothing, Blank screen, Shutdown.
In my case, dbus is running and the USE flag is set globally, but equery h dbus shows a very small number of ebuilds only, with only atril/eom present as members of mate. |
|
Back to top |
|
 |
erzapito Tux's lil' helper

Joined: 02 Feb 2007 Posts: 117
|
Posted: Fri Nov 04, 2016 10:52 am Post subject: |
|
|
I'm not sure how but i solved it. I just runned : emerge --depclean |
|
Back to top |
|
 |
Princess Nell l33t


Joined: 15 Apr 2005 Posts: 830
|
Posted: Fri Nov 04, 2016 11:05 pm Post subject: |
|
|
The question is really, in light of https://forums.gentoo.org/viewtopic-t-992290.html, what is the currently recommended package mix for mate? With no use flag changes, upower 0.99.4 and pm-utils-1.4.1-r6 installed, I see upower is required by some packages.
Code: |
# equery d upower
* These packages depend on upower:
mate-base/mate-applets-1.12.1-r4 (upower ? >=sys-power/upower-0.9.23)
mate-base/mate-session-manager-1.12.2-r1 (upower ? >=sys-power/upower-0.9.23)
mate-extra/mate-power-manager-1.12.1-r2 (!pm-utils ? >=sys-power/upower-0.9.23)
net-misc/networkmanager-1.4.0-r1 (!consolekit ? sys-power/upower)
#
|
https://wiki.gentoo.org/wiki/Suspend_and_hibernate recommends unmerging upower in favour of upower-pm-utils.
My package log shows that upower came with mate 1.12.1 and required unmerging of upower-pm-utils. |
|
Back to top |
|
 |
|