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

Empty sessions list in the top bar - Gnome Window Session Manager Shell Extension #70

Open
alexdom opened this issue Apr 28, 2020 · 3 comments

Comments

@alexdom
Copy link

alexdom commented Apr 28, 2020

The sessions are not stored in the right place. When I click on the arrow to save the session, nothing happens, - the session is not added to the list. But they are actually stored in the ~/.config/lwsm/sessionData. The extension doesn't show stored sessions the top bar.

P.S. In the description, the ~/.config/lwsm location should be mentioned. As the default ~/.lwsm is empty in my case. I run Ubuntu 20.04.

@johannesjo
Copy link
Owner

#67

@johannesjo
Copy link
Owner

I created a temporary fix for this. There have been some problems due to a change of the default config directory location. But I reverted that with a new release until the patched gnome shell extension is out (which unfortunately can take some time).

@PeteDevoy
Copy link

This happened to me on Ubuntu 18.04, after trying a few things and then finding this I was able to hotfix with:

rsync -r ~/.lwsm/ ~/.config/lwsm -v

The paranoid may want replace the old directory with a symlink:

mv ~/.lwsm ~/.lwsm-old; ln -s ~/.config/lwsm/ ~/.lwsm

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