Had to reinstall Zorin Os 16 Now Grsync Error

Hello All,

Hoping you can help me here, I had Frsync installed on a previous instance of Zorin OS 16. Ir ran fine. I then had to redo my hard drive and reinstall Zorin Os. Now when i install grsync it gives me an error and crashes. See Screenshot below. Does anyone know anyway to fix this issue?

image

Any help is greatly appreciated.

Thanks,

Drezin

Are you launching from a desktop shortcut?

It looks like a "session" is a rather simple text file with a bunch of options. Try creating a new file called default.grsync (you can actually name it however you like it's just the default) and paste the following inside it:

[default]
is_set=false
text_source=
text_dest=
text_notes=
text_com_before=
text_com_after=
text_addit=
check_time=true
check_perm=false
check_owner=false
check_group=false
check_onefs=false
check_verbose=true
check_progr=true
check_delete=false
check_exist=false
check_size=false
check_skipnew=false
check_windows=false
check_sum=false
check_symlink=false
check_hardlink=false
check_dev=false
check_update=false
check_keepart=false
check_mapuser=false
check_compr=false
check_backup=false
check_itemized=false
check_norecur=false
check_protectargs=true
check_com_before=false
check_com_halt=false
check_com_after=false
check_com_onerror=false
check_browse_files=false
check_superuser=false

Then, open a terminal window (search for "terminal" in the applications menu) and run:

grsync <path_to_file>

So if you saved it in your desktop you should do

grsync $HOME/Desktop/default.grsync

Thanks @zenzen,

i created the file and linked it to grsync. But when i loaded up terminal i got this response.

but when i loaded Grsync it gave me a no error. So I guess all is good...

Thank you so much !!!

Drezin

one other thing though,

It now takes really long to load. Was this because of the new update?

Drezin

Probably yes, and I don't like that Segmentation Fault error either, so I would suggest to re-install it entirely and see if that makes a difference. You can also delete the file you copied from me, it was the default file I found when I installed it on my end.

1 Like

@zenzen

Did so and seems to work ok now. I rely on grsync to upload and sync my files across my nas and other folders. I always liked it as it just worked. I know I could simply use terminal and rsync, but I just like the graphics better.

Anyways thanks.

Drezin

1 Like