iman-salmani / iplan

Your plan for improving personal life and workflow
GNU General Public License v3.0
127 stars 11 forks source link

Tasks are not visible after adding #63

Closed FireRacing closed 1 year ago

FireRacing commented 1 year ago

After I add any tasks or subtasks, I am not able to view them. After adding, they end up like this:

Screenshot_2023-07-23_11-48-47

iman-salmani commented 1 year ago

Hi @FireRacing Depending on your screenshot I assume you were using Ubuntu and maybe the Snap version which is a few path versions behind (in the stable channel). I'm in touch with the maintainer of the Snap version and hopefully, we will find a way to verify and keep it up-to-date. For now, I suggest using the flatpak version in flathub.

If you were using version 1.9.2: Do you mean after pressing add task button the name entry of created task does not grab focus? Or you edit them but won't apply in UI. If so, What happens when you restart the app?

FireRacing commented 1 year ago

I used the flatpak version and I didn't use Ubuntu. Instead it was a version of Arch Linux called EndeavourOS with XFCE that bases itself on Arch Linux with an extra repository of it's own.

For your first question, I set them by pressing enter after typing in the task.

For your second question, An edit option is absent in the UI.

Screenshot_2023-07-24_19-34-21

The UI remained like this after restarting

Screenshot_2023-07-24_19-38-18

This is the output of inxi -G:

Graphics: Device-1: NVIDIA TU116 [GeForce GTX 1660] driver: nvidia v: 535.86.05 Display: x11 server: X.Org v: 21.1.8 driver: X: loaded: nvidia unloaded: modesetting gpu: nvidia,nvidia-nvswitch resolution: 1920x1080~60Hz API: OpenGL v: 4.6.0 NVIDIA 535.86.05 renderer: NVIDIA GeForce GTX 1660/PCIe/SSE2

For your information, I use darkman to automate transitioning of light and dark modes system wide or if I want to set light or dark mode myself system wide.

iman-salmani commented 1 year ago

I Can’t Replicate the Problem, Please make sure you were using version 1.9.2 (about window). Can you check if is there any warning?

flatpak run ir.imansalmani.IPlan

Can you check other things like the due date and project name? Check the database file located in ~/home/.var/app/ir.imansalmani.IPlan/data/data.db to see if while changing the task name, data is applied to it or not. (remember to refresh)

FireRacing commented 1 year ago

This is the command line output of flatpak run ir.imansalmani.IPlan command:

** (process:4567): WARNING **: 20:47:04.853: Error writing credentials to socket: Error sending message: Broken pipe

There was a warning

FireRacing commented 1 year ago

Can you tell me in which table, tasks are stored? I am not well versed in Rust. As such, I was not able to understand in which table that was stored in. Externally, looking at the properties window, there was no change in file size.

FireRacing commented 1 year ago

I don't know why, but it is somehow now working.