We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the README these commands are suggested:
$ ln -s gedit-sessionsaver/sessionsaver ~/.local/share/gedit/plugins/ $ ln -s gedit-sessionsaver/sessionsaver.plugin ~/.local/share/gedit/plugins/
However I managed to make it work only when I used a full path:
$ ln -s ~/path/to/gedit-sessionsaver/sessionsaver ~/.local/share/gedit/plugins/ $ ln -s ~/path/to/gedit-sessionsaver/sessionsaver.plugin ~/.local/share/gedit/plugins/
The text was updated successfully, but these errors were encountered:
The "copy" installation method is also incomplete, should specify -a to copy the sessionsaver directory recursively,
cp -av gedit-sessionsaver/sessionsaver ~/.local/share/gedit/plugins/ cp -av gedit-sessionsaver/sessionsaver.plugin ~/.local/share/gedit/plugins/
Sorry, something went wrong.
it seems that this plugin is not maintained.. I tried it again and it does not work I've switched to gedit-restore-tabs
No branches or pull requests
In the README these commands are suggested:
However I managed to make it work only when I used a full path:
The text was updated successfully, but these errors were encountered: