planify icon indicating copy to clipboard operation
planify copied to clipboard

Neither the storage location of a backup is indicated, nor can it be chosen by the user

Open 4jNsY6fCVqZv opened this issue 3 months ago • 1 comments

I would like to see the user interface offer me both.

4.15.1 (Flatpak)

4jNsY6fCVqZv avatar Oct 12 '25 23:10 4jNsY6fCVqZv

I tried to click the triple dot menu next to a backup, then Download, and I was offered to download a JSON file, so this isn't that bad. But,

  1. The second time I attempted this a few seconds later, Planify crashed.
Logs ** (io.github.alainm23.planify:2): CRITICAL **: 22:24:20.665: objects_source_data_to_json: assertion 'self != NULL' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.667: json_builder_end_object: assertion 'json_builder_current_mode (builder) == JSON_BUILDER_MODE_OBJECT' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.668: json_object_get_boolean_member: assertion 'node != NULL' failed

(io.github.alainm23.planify:2): Json-CRITICAL **: 22:24:20.668: json_object_get_string_member: assertion 'node != NULL' failed

(io.github.alainm23.planify:2): Adwaita-WARNING **: 22:24:32.021: AdwNavigationPage 0x621677fc41e0 is missing a title. To hide a header bar title, consider using AdwHeaderBar:show-title instead.

  1. Where does Planify persist the tasks? This is important to know what directory/file(s) to include for sync and backup tools.

tredondo avatar Oct 19 '25 02:10 tredondo