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

OS ventura after reboot history dissappears. #94

Open
lubo99 opened this issue Oct 20, 2023 · 4 comments
Open

OS ventura after reboot history dissappears. #94

lubo99 opened this issue Oct 20, 2023 · 4 comments

Comments

@lubo99
Copy link

lubo99 commented Oct 20, 2023

I bought new macbook air 15" and I am facing issue where after i turn off or reboot pc all history is deleted from jumpcut. any idea how to fix this and have history intact? thanks

@snark
Copy link
Owner

snark commented Nov 5, 2023

@lubo99 The likeliest issue is that Jumpcut can't write to the Application Support directory. In Terminal.app (or iTerm2, Kitty, Alacritty, etc.), try the following

chmod u+w ~/Library/Application\ Support/Jumpcut

If you get No such file or directory, run the following

mkdir ~/Library/Application\ Support/Jumpcut
chmod u+w ~/Library/Application\ Support/Jumpcut

@lubo99
Copy link
Author

lubo99 commented Nov 5, 2023 via email

@lubo99
Copy link
Author

lubo99 commented Nov 14, 2023

your fix is working. thanks mate

@snark
Copy link
Owner

snark commented Dec 5, 2023

I've addressed this in 0.83 (and fixed the behavior in 0.84); I'll add a FAQ about this to the front page, then close this ticket. Thanks for using Jumpcut, and thanks for the bug report @lubo99 !

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