atom-remember-session
atom-remember-session copied to clipboard
Extension is not working on Linux
Steps to reproduce:
Open a file or folder. Open a few tabs. Close Atom. Open Atom again.
What I expect:
The editor to reload and show the open tabs from previous session, with my last activated tab on front.
What happens:
No tabs are opened.
Same issue here on my Ubuntu box, this addon didn't work as expected, didn't work at all.
I´m sorry guys, I have been really busy with school lately and therefore been out of the loop for a while. I´ll have a look at this and get back to you
I'm using 0.5.1 and is still not working.
After I reopen the editor I can see on the settings page that the correct data has been saved, but it's not loaded on startup.
I will setup a Linux VM and try to figure it out, I "hope" this is a bug in the linux version of the shell since the saving part of the plugin works. I hope I can get working on it in the coming days.
I'm really sorry about this guys, thanks for your patience!
Could be nice to have this =)
Here is the console output
activate linter-flake8 init.coffee:8
Attatch listeners remember-session.coffee:19
Restore dimensions remember-session.coffee:70
Window load time: 4132ms /usr/share/atom/resources/app/src/window-bootstrap.js:18
3Save dimensions remember-session.coffee:24
Save dimensions
RestoreSession isn't being called, but I can see a path saved:
Runing atom.project.setPath(atom.config.get('remember-session.path')) from the console works.
Same here on elementary OS 0.2 (based on Ubuntu 12.04) Not really working at all.
Question: is this extensions also supposed to override the Save / Cancel / Don't save dialog when closing an unsaved modified file a la Sublime text?
Here's a stack trace, if it can help anyhow: TypeError: undefined is not a function at attachListeners (/home/mekkanizer/.atom/packages/remember-session/lib/remember-session.coffee:28:5) at Object.module.exports.activate (/home/mekkanizer/.atom/packages/remember-session/lib/remember-session.coffee:8:7) at Package.module.exports.Package.activateNow (/opt/atom/resources/app.asar/src/package.js:240:19) at /opt/atom/resources/app.asar/src/package.js:221:30 at Package.module.exports.Package.measure (/opt/atom/resources/app.asar/src/package.js:165:15) at Package.module.exports.Package.activate (/opt/atom/resources/app.asar/src/package.js:213:14) at PackageManager.module.exports.PackageManager.activatePackage (/opt/atom/resources/app.asar/src/package-manager.js:452:21) at /opt/atom/resources/app.asar/src/package-manager.js:436:29 at Config.module.exports.Config.transact (/opt/atom/resources/app.asar/src/config.js:311:16) at PackageManager.module.exports.PackageManager.activatePackages (/opt/atom/resources/app.asar/src/package-manager.js:431:19)