Install problem!
The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator

As per my findings, I am getting this problem only because I have accidentally changed permissions on /tmp folder. The owner of /tmp folder become other than root and also no other user have read, write or execute rights on /tmp folder. I just changed its owner again to root, group also to root and gave every body read, write and execute rights.

chown -rwx root:root /tmp
chmod 777 /tmp
******************原文******************************

相关文章:

  • 2021-09-16
  • 2021-05-21
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-04-20
  • 2022-12-23
相关资源
相似解决方案