https://bugs.kde.org/show_bug.cgi?id=486688
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #10 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, vkhry! Thank you for your detailed report! > `python3.12-venv` dependency is required but not documented I have added the nodes about that, it will appear after the documentation site is rebuilt: https://invent.kde.org/documentation/docs-krita-org/-/commit/9ee2554eeee5ded35fcf1c4c0009464ba803cefa > python env activation issue from the first run I guess it was related to some previous failure to activate venv, I don't see how that could appear otherwise > `RUNNING DEPS FETCH SCRIPT` silent with no terminal activities for long time I've added an issue for that to the corresponding project: https://invent.kde.org/dkazakov/krita-deps-management/-/issues/12 Since the SDP project is not finished yet, it is not a priority right. But the fix should be simple enough, you can fix it yourself, if you'd like to. > imply target system has `pulseaudio` (no longer a true for Debian based > systems) I don't have a system with piperwire atm, so I just added an issue and will wait until someone with such a system would fix it: https://invent.kde.org/dkazakov/krita-docker-env/-/issues/1 > if the running docker container is building krita? Not, unless you started it manually or called ./bin/build_krita with arguments. See full docs here: https://docs.krita.org/en/untranslatable_pages/building/build_krita_with_docker_on_linux.html#building-krita-with-docker - where it is putting its output (built krita binary with resources)? If you run ./bin/build_krita_appimage, then it will build an appimage and put that into your persistent folder, then you will be able to run Krita on your host system. You can pass `--debug` flag to this script as well. - can I rebuilt it with some flags using the same image? Yes, sure. It is a normal developer's environment. -- You are receiving this mail because: You are watching all bug changes.