A very vague question, I know. But I'm at my wits end and could really do with some help.
The back story is this:
I am running Kubuntu 24.04LTS (Info Center | About at the end) and I want to run a 3D Slicing Program (Bambu Studio).
However, the two available packages (AppImage & Flatpak) are performing abysmally (taking over 60seconds to load).
I don't think that it is the program or packaging problem because I do not see this behavior on a new 24.04 VM. Thus my suspicion is the configuration on my workstation.
So in an attempt to debug the problem, the first step (after asking the authors for help!) is to simplify. So I would like to compile the application from the provided source code.
But herein is my lack of knowledge showing up.
Problem One.
The Linux Compile Guide starts with this advice:
Install Following tools before building:
sudo apt-get install cmake clang git g++ build-essential libgl1-mesa-dev m4 libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad libosmesa6-dev nasm yasm libx264-dev
gstreamer1.0-plugins-bad will provide the h264 decoder in gstreamer for liveview
Now as I understand it 24.04 uses libwebkit2gtk-4.1-dev and can't run alongside libwebkit2gtk-4.0-dev. How do I get past this point?
Regards, Martin
Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.14.0-36-generic (64-bit)
Graphics Platform: X11
Processors: 32 × 13th Gen Intel® Core™ i9-13900
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: ASUS
The back story is this:
I am running Kubuntu 24.04LTS (Info Center | About at the end) and I want to run a 3D Slicing Program (Bambu Studio).
However, the two available packages (AppImage & Flatpak) are performing abysmally (taking over 60seconds to load).
I don't think that it is the program or packaging problem because I do not see this behavior on a new 24.04 VM. Thus my suspicion is the configuration on my workstation.
So in an attempt to debug the problem, the first step (after asking the authors for help!) is to simplify. So I would like to compile the application from the provided source code.
But herein is my lack of knowledge showing up.
Problem One.
The Linux Compile Guide starts with this advice:
Install Following tools before building:
sudo apt-get install cmake clang git g++ build-essential libgl1-mesa-dev m4 libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad libosmesa6-dev nasm yasm libx264-dev
gstreamer1.0-plugins-bad will provide the h264 decoder in gstreamer for liveview
Now as I understand it 24.04 uses libwebkit2gtk-4.1-dev and can't run alongside libwebkit2gtk-4.0-dev. How do I get past this point?
Regards, Martin
Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.14.0-36-generic (64-bit)
Graphics Platform: X11
Processors: 32 × 13th Gen Intel® Core™ i9-13900
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: ASUS




Comment