Replies: 7 comments 31 replies
|
Yes, it's in the plans. I don't foresee it happening until later this year though:
|
|
As a general update here, I've started publishing Linux builds: https://github.com/johnlindquist/kitapp/releases/latest These are untested (I don't have a Linux machine yet), so I'd need community support if we run into any errors. Note: I have a big refactor in the |
|
Hey @johnlindquist thanks for building such an amazing app. Keep up the good work. I'm having a hard time to install the app. For example, I didn't know where to run Then, I Error: Command failed with exit code 2: npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"
node_modules/@octokit/core/node_modules/@octokit/openapi-types/types.d.ts(20302,7): error TS1005: '}' expected.
at makeError (file:///home/takanome_dev/Downloads/Programs/kit/node_modules/@johnlindquist/globals/dist/index.js:28:111641)
at file:///home/takanome_dev/Downloads/Programs/kit/node_modules/@johnlindquist/globals/dist/index.js:28:123014
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 3)
at async file:///home/takanome_dev/Downloads/Programs/kit/build/build-kit.js:77:1 {
shortMessage: 'Command failed with exit code 2: npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"',
command: 'npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"',
escapedCommand: 'npx tsc --project "./tsconfig-cjs.json" --outDir "\\"/home/takanome_dev/.kit/cjs\\""',
exitCode: 2,
signal: undefined,
signalDescription: undefined,
stdout: "node_modules/@octokit/core/node_modules/@octokit/openapi-types/types.d.ts(20302,7): error TS1005: '}' expected.",
stderr: '',
failed: true,
timedOut: false,
isCanceled: false,
killed: falseI also downloaded Error: Command failed with exit code 1: npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"
error TS5058: The specified path does not exist: './tsconfig-cjs.json'.
at makeError (file:///home/takanome_dev/Downloads/Programs/Kit-SDK-Linux-1.40.62-x64/node_modules/@johnlindquist/globals/dist/index.js:28:111641)
at file:///home/takanome_dev/Downloads/Programs/Kit-SDK-Linux-1.40.62-x64/node_modules/@johnlindquist/globals/dist/index.js:28:123014
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 3)
at async file:///home/takanome_dev/Downloads/Programs/Kit-SDK-Linux-1.40.62-x64/build/build-kit.js:77:1 {
shortMessage: 'Command failed with exit code 1: npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"',
command: 'npx tsc --project ./tsconfig-cjs.json --outDir "/home/takanome_dev/.kit/cjs"',
escapedCommand: 'npx tsc --project "./tsconfig-cjs.json" --outDir "\\"/home/takanome_dev/.kit/cjs\\""',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
stdout: "error TS5058: The specified path does not exist: './tsconfig-cjs.json'.",
stderr: '',
failed: true,
timedOut: false,
isCanceled: false,
killed: false
|
The App Setup Process in DetailYou can see the code for the following steps here. The app attempts to do them automatically, but it obviously currently failing for Linux users: https://github.com/johnlindquist/kitapp/blob/main/src/main.dev.ts#L845 The 3 Required Directories1.
|
|
The Kit-Linux-1.40.62-arm64.AppImage don't work for some reason with an The issue I'm facing, though, is that it works the first time you install and run it but, if you start it later, you will see the icon on the gnome bar but the app won't show up 🤔 |
|
When I use the AppImage, am I supposed to manually install node into I am getting this error .... |
|
Update: Heya Linux Friends 👋 I would love help testing the Once I get enough people to verify that it works, I'll merge it into the main app setup process. Cheers! - John |


Uh oh!
There was an error while loading. Please reload this page.
Hi, this project looks amazing!
I was wondering if supports Linux or plan to. I didn't find any good Linux equivalent to what you are building and I would love to remplace my own hacky rofi scripts with this!
This project looks soo promising!
All reactions