Resume from suspend - all programs are closed 12.04

Joshua Haines

I'm using a Macbook Pro 6,1 and have jumped through a few hoops to get to where I am. I finally have a working system, but there's one thing I haven't been able to find a solution on. When I close my lid on my Macbook it goes to suspend mode. When I open my Macbook again it wakes and goes back to my desktop. Only problem is it won't load the windows I previously had open. It's as if I logged out instead of my computer going into suspend. Is there any way to get my programs not to close when I close my laptop? I have the latest Nvidia drivers installed.

Joshua Haines

I think I found an answer to my own question. The solution is the same one listed on here http://ubuntuforums.org/showthread.php?t=2150687

Create the file /etc/acpi/local/lid.sh.post if it's not already created. You may have to make the 'local' folder. Add the following to the file:

#!/bin/bash
grep -q closed /proc/acpi/button/lid/*/state
if [ $? = 0 ]
then
/usr/sbin/pm-suspend
fi

Then make this file executable. Everything works for me now... at least it has so far.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Suspend a running task then resume it AFTER a system restart

분류에서Dev

Run script on suspend/resume in Mac OS X

분류에서Dev

How to restore the navigation stack after page suspend / resume in Xamarin.Forms

분류에서Dev

Dell XPS 13 9365 2-in-1 won't resume after suspend (Ubuntu 16.04)

분류에서Dev

Suspend and resume isn't working on an ASUS X54CBBK3

분류에서Dev

How do programs that can resume failed file transfers know where to start appending data?

분류에서Dev

Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

분류에서Dev

Ubuntu 15.10: Cannot resume from hibernate

분류에서Dev

Extracting multiple fields from resume with Python

분류에서Dev

Xubuntu 14.04 fails to resume from hibernation

분류에서Dev

How to fix missing characters from font after awakening from suspend?

분류에서Dev

SQL ORDER BY a sequence column then all records in group, then resume next sequence

분류에서Dev

외부 디스플레이가 연결된 경우 { "Lid is closed : Do nothing"} else { "Lid is closed : Suspend"}?

분류에서Dev

How do I prevent immediate wake up from suspend and/or hibernation?

분류에서Dev

Screen switches off after waking up from suspend

분류에서Dev

Is it possible to run rascal programs from the command line?

분류에서Dev

Calling EXE bootstrapper from Add/Remove Programs

분류에서Dev

Exempt programs or domain from VPN connection

분류에서Dev

suspend / return from suspend에서 명령을 어떻게 실행합니까?

분류에서Dev

How to pause, resume and stop pyttsx3 from speaking?

분류에서Dev

How to set Windows not to prompt for password on resume from sleep

분류에서Dev

우분투 12; 04에 nmap을 설치하는 방법

분류에서Dev

우분투 12; 04에 nmap을 설치하는 방법

분류에서Dev

iOS detect when app is closed from the background?

분류에서Dev

Before Virtual destructor concept, all programs had memory leak?

분류에서Dev

How to assign graphics performance preferences to Windows 10 programs FOR ALL USERS?

분류에서Dev

find and remove all closed files that are not modified in some-time

분류에서Dev

2015-12-04 17:02:10 +00 : 00 시간을 마이크로 초로 변환

분류에서Dev

What prevents setting ATI / radeon power_profile from boot and retaining it after suspend?

Related 관련 기사

  1. 1

    Suspend a running task then resume it AFTER a system restart

  2. 2

    Run script on suspend/resume in Mac OS X

  3. 3

    How to restore the navigation stack after page suspend / resume in Xamarin.Forms

  4. 4

    Dell XPS 13 9365 2-in-1 won't resume after suspend (Ubuntu 16.04)

  5. 5

    Suspend and resume isn't working on an ASUS X54CBBK3

  6. 6

    How do programs that can resume failed file transfers know where to start appending data?

  7. 7

    Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

  8. 8

    Ubuntu 15.10: Cannot resume from hibernate

  9. 9

    Extracting multiple fields from resume with Python

  10. 10

    Xubuntu 14.04 fails to resume from hibernation

  11. 11

    How to fix missing characters from font after awakening from suspend?

  12. 12

    SQL ORDER BY a sequence column then all records in group, then resume next sequence

  13. 13

    외부 디스플레이가 연결된 경우 { "Lid is closed : Do nothing"} else { "Lid is closed : Suspend"}?

  14. 14

    How do I prevent immediate wake up from suspend and/or hibernation?

  15. 15

    Screen switches off after waking up from suspend

  16. 16

    Is it possible to run rascal programs from the command line?

  17. 17

    Calling EXE bootstrapper from Add/Remove Programs

  18. 18

    Exempt programs or domain from VPN connection

  19. 19

    suspend / return from suspend에서 명령을 어떻게 실행합니까?

  20. 20

    How to pause, resume and stop pyttsx3 from speaking?

  21. 21

    How to set Windows not to prompt for password on resume from sleep

  22. 22

    우분투 12; 04에 nmap을 설치하는 방법

  23. 23

    우분투 12; 04에 nmap을 설치하는 방법

  24. 24

    iOS detect when app is closed from the background?

  25. 25

    Before Virtual destructor concept, all programs had memory leak?

  26. 26

    How to assign graphics performance preferences to Windows 10 programs FOR ALL USERS?

  27. 27

    find and remove all closed files that are not modified in some-time

  28. 28

    2015-12-04 17:02:10 +00 : 00 시간을 마이크로 초로 변환

  29. 29

    What prevents setting ATI / radeon power_profile from boot and retaining it after suspend?

뜨겁다태그

보관