rajatkulkarni95 / octarine-feedback

Feedback/Issue tracker for Octarine - The private, markdown note taker
https://octarine.app
MIT License
2 stars 0 forks source link

AppImage - Workspace Location doesn't open GTK folder selection #6

Closed celi28 closed 2 months ago

celi28 commented 2 months ago

Issue

When opening the AppImage during the "Create New Workspace", the "choose folder" button doesn't open GTK dialog to choose path.

Environment

Version: 0.16.2 Deployment mode: AppImage OS: Archlinux - Linux 6.10.4-zen2-1-zen Dependancy locally installed:

Step to reproduce

  1. Open AppImage
  2. Create New Workspace
  3. Click on Workspace Location - Choose folder

image

rajatkulkarni95 commented 2 months ago

Thanks for the detailed report. I'll try debugging this by pulling a VM. Ideally dialog should open across all OSes since it does nothing special.

celi28 commented 2 months ago

With pleasure. Feel free to ask any complementary information. A fallback alternative under Linux would may be to allow path edit as text box.

rajatkulkarni95 commented 2 months ago

With pleasure. Feel free to ask any complementary information.

A fallback alternative under Linux would may be to allow path edit as text box.

Yep! Since the dialog just gives back the path string anyway.

And i have checks in place to see if the path exists or not.

Will spend some time today to see if the dialog is salvageable or will give the fallback!

Ty for patience!

rajatkulkarni95 commented 2 months ago

@celi28 I'm thinking about something like this, should work out IMO. I'll add some validations in, but since it's not a frequent use case, I can go a bit lenient

https://github.com/user-attachments/assets/fc41beea-5268-4bfd-9ccb-83a8128251f6

rajatkulkarni95 commented 2 months ago

@celi28 Would you be willing to try this version out

It has the above thing in place, let me know if it works out for you. This is a pre-release, so if it does work out for you, I can package it tomorrow and release it with the other improvements.

Feedback is appreciated!

celi28 commented 2 months ago

@celi28 Would you be willing to try this version out

It has the above thing in place, let me know if it works out for you. This is a pre-release, so if it does work out for you, I can package it tomorrow and release it with the other improvements.

Feedback is appreciated!

Works fluently. Thanks for your quick fix :) I let you close this issue when you will push back the fix.

rajatkulkarni95 commented 2 months ago

@celi28 Would you be willing to try this version out

It has the above thing in place, let me know if it works out for you. This is a pre-release, so if it does work out for you, I can package it tomorrow and release it with the other improvements.

Feedback is appreciated!

Works fluently. Thanks for your quick fix :)

I let you close this issue when you will push back the fix.

Lets goooooo! I'll build and deploy 0.16.3 for everyone. Will comment here when it's up so you can also download it since there's a few things added in post this beta build.

Appreciate It!

rajatkulkarni95 commented 2 months ago

Released in v0.16.3.

Please download the latest version! @celi28