Gammablue
OpenDeck on Arch Linux
@Terrorwolf
After some more digging I found this tauri issue https://github.com/tauri-apps/tauri/issues/12467 . I then searched for and found a ".gitignore" in my users home directory. It was apparently created as part of a python .venv . It only contained one line with " * " . After renaming the file .gitignore.bak, I was able to install with yay.
177 replies
OpenDeck on Arch Linux
System is up to date. Attempted install both via yay and manually. It still fails with this message:
==> Starting build()...
Task tauri tauri "build" "--ci" "-b" "deb" "--" "--frozen"
thread '<unnamed>' panicked at crates/tauri-cli/src/helpers/app_paths.rs:119:5:
Couldn't recognize the current folder as a Tauri project. It must contain a
tauri.conf.json
, tauri.conf.json5
or Tauri.toml
file in any subfolder.
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
==> ERROR: A failure occurred in build().
Aborting...177 replies
OpenDeck on Arch Linux
I've tried both a few days ago with same result. Today I have just attempted the non git version.
./src/opendeck/src-tauri/tauri.conf.json
./src/opendeck/src-tauri/tauri.linux.conf.json
./src/opendeck/node_modules/.deno/@[email protected]/node_modules/@tauri-apps/cli/tauri.js
./src/opendeck/node_modules/.bin/tauri
./src/deno-cache/npm/registry.npmjs.org/@tauri-apps/cli/2.2.7/tauri.js
find: ‘./pkg’: Permission denied
177 replies