Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__LOCKEDSCREEN didn't catch a thing (Yosemite). 'loginwindow' did #17

Open
jrub opened this issue Dec 4, 2014 · 4 comments
Open

__LOCKEDSCREEN didn't catch a thing (Yosemite). 'loginwindow' did #17

jrub opened this issue Dec 4, 2014 · 4 comments

Comments

@jrub
Copy link

jrub commented Dec 4, 2014

Tried ulogme for two days in MacOsX Yosemite. Most events were into "MISC", and even after customizing my render settings, I observed MISC was still big. Then discovered loginwindow event was captured instead of __LOCKEDSCREEN.

Not sure if it has something to do with any custom Mac config? In fact I usually put my Macbook to sleep while having lunch, and loginwindow was registered on that time... also the Mac was warm when returning from lunch, which makes me think that ulogme prevented it of going to sleep (this is not confirmed, though. I need more testing). Anyway, I got that loginwindow event and none of __LOCKEDSCREEN.

PS: congrats for the tool, I love it 😉

@karpathy
Copy link
Owner

karpathy commented Dec 4, 2014

Thanks for the report! I haven't written the OSX parts since I work on a Ubuntu machine, so I'm not very familiar with the code there.

Is this fixable on your end by tuning the config? Or is this something that is breaking your experience? I'm not sure about what the fix would be right now.

@jrub
Copy link
Author

jrub commented Dec 5, 2014

Well, adding {pattern : /loginwindow/, mapto : 'Locked Screen'}, to the title_mappings setting did the trick for me.

But if it really prevents going into sleep mode, that would be an issue... Does anybody eperienced the same? Or, can anybody test it too?

@mayhewsw
Copy link

I'm using OSX also, and I can confirm that loginwindow maps to Locked Screen correctly.

I'm not sure how to know if it is preventing the computer from sleeping. I think that the program is still running, because it shows up as Locked Screen on the graph -- does that mean it's not sleeping?

@mayhewsw
Copy link

By the way, I get __LOCKEDSCREEN when the display is on, and the screen is locked (waiting for password). When the computer is sleeping, it is loginwindow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants