Skip to content

[BUG] - Could not initialize bookmarks #344

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

Open
JunyueKang opened this issue May 15, 2025 · 6 comments
Open

[BUG] - Could not initialize bookmarks #344

JunyueKang opened this issue May 15, 2025 · 6 comments
Assignees
Labels
bug Something isn't working sorcery for those things which are kinda unexplainable

Comments

@JunyueKang
Copy link

Description

After wget and run "tar zxf termscp-v0.17.0-x86_64-unknown-linux-gnu.tar.gz", "./termscp"
I got "Could not initialize bookmarks (at "/home/user/.config/termscp/bookmarks.toml","
and it fail to save any history or bookmarks.

Environment

  • OS: GNU/Linux Linux Mint 22.1
  • Architecture: x86_64
  • termscp version: 0.17.0
@JunyueKang JunyueKang added the bug Something isn't working label May 15, 2025
@JunyueKang
Copy link
Author

and
"wget -O termscp.deb https://github.com/veeso/termscp/releases/latest/download/termscp_0.17.0_amd64.deb
sudo dpkg -i termscp.deb"
has the same issue

@veeso
Copy link
Owner

veeso commented May 15, 2025

It should create the directory by itself, but it seems it has some issues on some systems or idk mkdir -p $HOME/.config/termscp/

@JunyueKang
Copy link
Author

It successfully create the directory by itself, I can see the folder and files.
And I also try “mkdir -p $HOME/.config/termscp/”,but the issue remain.

@veeso
Copy link
Owner

veeso commented May 15, 2025

I don't really know. Did you update termscp? In case the file could not be compatible, maybe you were running a very old version with some parameters which have changed.

If it's a brand new installation I don't know, try deleting the toml file and see if it is solved.

@JunyueKang
Copy link
Author

Image

version is 0.17.0

The same executable file runs fine on my Ubuntu 22.04 x86_64 machine, but fails on my Linux Mint 22.1 x86_64 machine, as shown in the figure

@JunyueKang
Copy link
Author

Deleted the toml file also did not work.

@veeso veeso changed the title [BUG] - ISSUE_TITLE [BUG] - Could not initialize bookmarks May 17, 2025
@veeso veeso added the sorcery for those things which are kinda unexplainable label May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sorcery for those things which are kinda unexplainable
Projects
None yet
Development

No branches or pull requests

2 participants