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

Readme: use absolute path for links #4

Open
fedelibre opened this issue May 27, 2014 · 2 comments
Open

Readme: use absolute path for links #4

fedelibre opened this issue May 27, 2014 · 2 comments

Comments

@fedelibre
Copy link

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/
@blackjackshellac
Copy link

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/

@fedelibre
Copy link
Author

it seems that this plugin is not maintained.. I tried it again and it does not work
I've switched to gedit-restore-tabs

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

2 participants