khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.25k stars 706 forks source link

Fix Linux Desktop Application #491

Closed sabaimran closed 1 year ago

sabaimran commented 1 year ago

Incoming

The Desktop client was not working on Linux machines due to an incompatibility with the latest Electron version.

As it turns out, the dialog box on Windows and Linux machines do not support selection of both files or folders -- it has to be one or the other. To mitigate, add two separate buttons for adding files and folders. See attached screenshot for latest design.

Screenshot 2023-10-03 at 11 08 32 AM

Closes #489