Closed masscream closed 2 years ago
I am getting the same behavior, but running on the latest kde neon, 5.25
Hey @masscream and @CodedNil - I understand it's not expected that everyone can build it from source, but just curious - would you like to try building bismuth from the source? It's fairly simple.
Oh yes, I already tried, but it's not that fairly simple. I understand that I can't request any fixes and what we do, we may do for fun and in our free time. By the time I wanted to try bismuth, I also tried to compile the code when the easy way did not work. With the following error.
[13/51] 🏗️ Compiling and bundling TypeScript sources...
FAILED: src/kwinscript/bismuth/contents/code/index.mjs
cd /media/masscream/Data/Workspace/bismuth/build/src/kwinscript && npx tsc --noEmit --incremental && npx esbuild --bundle /media/masscream/Data/Workspace/bismuth/src/kwinscript/index.ts --outfile=/media/masscream/Data/Workspace/bismuth/build/src/kwinscript/bismuth/contents/code/index.mjs --format=esm --platform=neutral
This is not the tsc command you are looking for
To get access to the TypeScript compiler, tsc, from the command line either:
- Use npm install typescript to first add TypeScript to your project before using npx
- Use yarn to avoid accidentally running code from un-installed packages
npm ERR! code 1
npm ERR! path /media/masscream/Data/Workspace/bismuth/build/src/kwinscript
npm ERR! command failed
npm ERR! command sh -c tsc "--noEmit" "--incremental"
npm ERR! A complete log of this run can be found in:
npm ERR! /home/masscream/.npm/_logs/2022-07-18T08_46_16_594Z-debug.log
[18/51] Building CXX object src/kcm/CMakeFiles/kcm_bismuth.dir/bismuth.cpp.o
ninja: build stopped: subcommand failed.
make: *** [Makefile:10: build] Error 1
Because I'm not a code kind of a guy, my journey just ended there, I did not find any info on the internet that would lead me, that this is system related issue (missing library I could install or so). Therefore, I just abandoned trying the project. In the meantime I found another solution how to achieve things I wanted bismuth for.... So, there is no fix necessary for me anymore. I was just letting know that probably debian users with the latest sys version won't be able to install the project, and if they are not skillful enough to fix the error themselves, probably in the code, they won't use it, same as me.
Add the official repo
There is no official repo for Bismuth. Therefore, the issues with installation should be forwarded to the repo maintainers.
Summary
Hello, looks like non of the method posted on the Installation instructions is working. After adding the repo....
Installed via deb file
Anyway, the link is broken too for
Steps to Reproduce
Expected behavior
It should install. At least there is not written that Debian 11 is not supported.
Screenshots
No response
Bismuth version
3.1.1
KDE Plasma version
5.20.5
The platform KWin is running on
X11
Additional context
No response