惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
WordPress大学
WordPress大学
罗磊的独立博客
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
S
SegmentFault 最新的问题
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
D
DataBreaches.Net
雷峰网
雷峰网
GbyAI
GbyAI
宝玉的分享
宝玉的分享

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - bambustudio-nvidia-bin
2026-06-17 · via AUR Newest Packages

TRex commented on 2026-05-04 18:40 (UTC)

I'm building it myself and it works pretty well (nvidia & wayland), posted one page in the comments earlier about it. I'm using claude code to debug the coredumps and let it fix them one after another. Current changes (still on v02.06.00.51):

Toolchain fixes (all in prepare()/build()):
- wxUSE_GLCANVAS_EGL=OFF — prevents GLX/EGL conflict on NVIDIA
- -std=gnu17 for GMP — GCC 15 C23 breaks GMP 6.2.1's configure otherwise
- CMAKE_POLICY_VERSION_MINIMUM=3.5 — CMake 4.0 removed backwards compat
- Strip -flto=auto — Arch's default CFLAGS break FFMPEG shared object link
- Old mesa/llvm-libs 19.1.7 extracted for link-time libOSMesa.so.8 (dropped from mesa 25+); bundled copies used at runtime via
LD_LIBRARY_PATH
- DESTDIR staging (not CMAKE_INSTALL_PREFIX) — avoids binary hardcoding a non-existent $srcdir resource path

Bug-fix patches against v02.06.00.51:
1. 0001 — ObjColorPanel::deal_add_btn: clamp loop to min(m_result_icon_list.size(), m_cluster_map_filaments.size()) — SIGABRT when
spinning colour count down in the colour assignment dialog
2. 0002 — TreeSupport::detect_overhangs: replace !enforcers.empty() with layer_nr < enforcers.size() — SIGABRT when slicing models
with support enforcers on tree supports

I reported one of the bugs in github, and they don't seem to care at all. I don't know if and how I should publish "my" build - it's taking a lot of time and resources I didn't document (compilers, libraries, ...). And I can't vouch for all the changes to be useful/correct way to solve the original cause.

ErroneousBosch commented on 2026-05-04 18:05 (UTC)

After some research, my issues seem seem linked to Wayland being just terrible.

ErroneousBosch commented on 2026-05-04 01:06 (UTC)

Is this super flaky for anyone else? seems to slow down, not want to render the 3d sometimes, and eventually become unusable. throws a fair few gtk errors in the console.

steshi commented on 2026-05-03 18:33 (UTC)

Hiya, according to IvanV's comment from 2026-04-27 10:20 CEST webkit2gtk has been removed as a dependecy, however when trying to install on my system, it still asks for it: ==> Missing dependencies: -> webkit2gtk ==> ERROR: Could not resolve all dependencies.

What could be the issue? I have the latest webkit2gtk-4.1 installed.

cF1nny commented on 2026-04-28 00:43 (UTC)

All looks good from me too and been running for a few days with lot of activity/slicing/etc. Thanks @IvanV for maintaining this and quick action <3 :)

IvanV commented on 2026-04-27 08:20 (UTC)

Hey all. I removed webkit2gtk and tested bambustudio, all seems fine but in case anyone is facing issues, please let me know.

cF1nny commented on 2026-04-26 20:47 (UTC) (edited on 2026-04-26 20:53 (UTC) by cF1nny)

Hallelujah! I friggin HATE that AUR package and drives me insane every time, please remove this from the PKGBUILD if can confirm N/A....

frogmech commented on 2026-04-24 20:28 (UTC)

It also seems to work fine for me without the webkit2gtk AUR package

bytedream commented on 2026-04-24 19:12 (UTC) (edited on 2026-04-24 19:20 (UTC) by bytedream)

Is the AUR "webkit2gtk" dependency still needed? It got multiple updates in the last days which take very long to compile. I removed the package from my system to test if it's needed and the bambustudio application kept working fine. ldd also shows no dependency to the AUR webkit2gtk.

IvanV commented on 2026-04-15 16:07 (UTC)

Thanks I updated URL. To be honest, they do this quite often. :(