Folio
Folio copied to clipboard
Deleting notebooks is not possible and the attempt creates a "~" folder in the home directory
Starting from a clean install:
- Create a new notebook
- Right click on it and try to "Move all to trash" -> Delete Notebook
- 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
- 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