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

cherryTree crashes when trying to import gNote #1991

Closed
radi8 opened this issue Mar 8, 2022 · 2 comments
Closed

cherryTree crashes when trying to import gNote #1991

radi8 opened this issue Mar 8, 2022 · 2 comments

Comments

@radi8
Copy link

radi8 commented Mar 8, 2022

I am trying to import my gNote files which crashes cherryTree. my system is Linux Mint cinnamon 20.3 and I have tried the following

Installed cherryTree from a flatpack
Created a brand new gNote book with 1 note
de-installed cherryTree
Installed cherryTree from github
Error message:
gvj@gvj-HP:/opt/cherrytree$ ./build/cherrytree
[2022-03-08 16:57:54.028] [ ] [debug] /home/gvj/.config/cherrytree/config.cfg parsed
[2022-03-08 16:57:54.107] [ ] [debug] autosave is started
[2022-03-08 16:57:54.217] [ ] [debug] Node name: gNote
[2022-03-08 16:57:59.671] [ ] [debug] shift images in MenuBar/context menu
Segmentation fault (core dumped)
gvj@gvj-HP:/opt/cherrytree$

When running from the flatpack I got the following messages

gvj@gvj-HP:$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=cherrytree --file-forwarding com.giuspen.cherrytree @@ %f @@
Gtk-Message: 16:15:04.121: Failed to load module "xapp-gtk3-module"
[2022-03-08 16:15:04.186] [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL.
[2022-03-08 16:15:04.330] [ ] [debug] /home/gvj/.var/app/com.giuspen.cherrytree/config/cherrytree/config.cfg parsed
[2022-03-08 16:15:04.471] [ ] [debug] autosave is started
[2022-03-08 16:15:11.265] [ ] [warning] %s Couldn't open file: on_open
[2022-03-08 16:15:14.620] [ ] [debug] shift images in MenuBar/context menu
[2022-03-08 16:15:15.884] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:15.885] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:15.969] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:16.875] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:16.878] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:16.879] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:16.880] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:15:21.989] [ ] [debug] Node name: gNote
[2022-03-08 16:16:04.541] [ ] [debug] autosave: no needs to save file
[2022-03-08 16:17:04.540] [ ] [debug] autosave: no needs to save file
[2022-03-08 16:17:20.574] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.575] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.631] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.631] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.634] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.634] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
[2022-03-08 16:17:20.635] [gtk] [warning] The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
gvj@gvj-HP:
$ sudo apt install gvfs

Hope you can help, best wishes, Graeme

@radi8
Copy link
Author

radi8 commented Mar 9, 2022

Sorry about the strikeout font. I don't know how that happened

@radi8 radi8 closed this as completed Mar 9, 2022
@radi8 radi8 reopened this Mar 10, 2022
@giuspen
Copy link
Owner

giuspen commented Nov 13, 2022

will be fixed in 0.99.52

@giuspen giuspen closed this as completed Nov 13, 2022
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