Folio icon indicating copy to clipboard operation
Folio copied to clipboard

Deleting notebooks is not possible and the attempt creates a "~" folder in the home directory

Open heldderarbeit opened this issue 9 months ago • 7 comments

Starting from a clean install:

  1. Create a new notebook
  2. Right click on it and try to "Move all to trash" -> Delete Notebook
  3. it was not successful and the output is
(com.toolstack.Folio:2): GLib-GIO-CRITICAL **: 21:32:40.557: GFileInfo created without standard::display-name

(com.toolstack.Folio:2): GLib-GIO-CRITICAL **: 21:32:40.557: file ../gio/gfileinfo.c: line 1721 (g_file_info_get_display_name): should not be reached


** (com.toolstack.Folio:2): CRITICAL **: 21:32:40.557: string_to_string: assertion 'self != NULL' failed

image

  1. Notice how you now have an additional ~ folder inside your home directory, so basically ~ nested inside ~.

The deleted notebook appears in

~/~/.var/app/com.toolstack.Folio/data/.trash/TestNB

instead of

~/.var/app/com.toolstack.Folio/data/.trash/TestNB, so I assume that's where things go wrong.

Installed version is 24.10 from Flathub

heldderarbeit avatar May 05 '24 19:05 heldderarbeit