atom-remember-session icon indicating copy to clipboard operation
atom-remember-session copied to clipboard

Extension is not working on Linux

Open pjox opened this issue 10 years ago • 8 comments

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.

pjox avatar May 24 '14 06:05 pjox

Same issue here on my Ubuntu box, this addon didn't work as expected, didn't work at all.

envygeeks avatar May 30 '14 22:05 envygeeks

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

hampustagerud avatar Jun 01 '14 21:06 hampustagerud

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.

Zequez avatar Jun 26 '14 00:06 Zequez

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!

hampustagerud avatar Jun 26 '14 04:06 hampustagerud

Could be nice to have this =)

csoriano1618 avatar Jul 03 '14 10:07 csoriano1618

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: Image

Runing atom.project.setPath(atom.config.get('remember-session.path')) from the console works.

seth-- avatar Sep 12 '14 08:09 seth--

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?

Gabriel-p avatar Sep 15 '14 03:09 Gabriel-p

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)

mekkanizer avatar Oct 11 '15 02:10 mekkanizer