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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
爱范儿
爱范儿
博客园 - 叶小钗
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
有赞技术团队
有赞技术团队
腾讯CDC
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
S
SegmentFault 最新的问题
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
Recent Announcements
Recent Announcements
GbyAI
GbyAI
博客园 - Franky
IT之家
IT之家
Help Net Security
Help Net Security
The Register - Security
The Register - Security
C
Check Point Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
N
News | PayPal Newsroom
博客园_首页
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security Affairs
Y
Y Combinator Blog
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LINUX DO - 热门话题
J
Java Code Geeks
O
OpenAI News
H
Help Net Security
Project Zero
Project Zero
S
Security @ Cisco Blogs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Palo Alto Networks Blog
Webroot Blog
Webroot Blog
The Hacker News
The Hacker News
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
AWS News Blog
AWS News Blog
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - pi-ext-subagents AUR (en) - pgxcli-bin AUR (en) - octra-wallet AUR (en) - bambu-studio AUR (en) - mautrix-teams AUR (en) - graphify-bin AUR (en) - word-snatchers-cli AUR (en) - typing-game-cli AUR (en) - agent-deck-bin AUR (en) - fconvert AUR (en) - sd-boot AUR (en) - mutui AUR (en) - vapor-openvr-git AUR (en) - pi-ext-awsdocs AUR (en) - omniroute-bin AUR (en) - ddnsto-bin AUR (en) - herdr-bin AUR (en) - quark-quick-access-bin AUR (en) - superset-bin AUR (en) - dabradio-bin AUR (en) - fetch-git openaquaero AUR (en) - fmradio-bin AUR (en) - luna-translator AUR (en) - braincup-bin AUR (en) - ioruba-desktop-bin AUR (en) - ioruba-desktop AUR (en) - deadsync-bin AUR (en) - deadsync AUR (en) - claurst-bin AUR (en) - festival-bin AUR (en) - awesomenes AUR (en) - tofi-rs-git AUR (en) - wallrift AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - clashmi-bin AUR (en) - viper-py AUR (en) - netwatch-tui-bin AUR (en) - scran AUR (en) - snapdog-client AUR (en) - snapdog AUR (en) - opentubex AUR (en) - fafind-bin AUR (en) - smosummary AUR (en) - cardwire AUR (en) - android-cli AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - clawd-on-desk-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - byedroid AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - opennow AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - gitmun-bin AUR (en) - drop-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - goosestation-libretro AUR (en) - kei AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - cosmic-ext-connected-git AUR (en) - ter-music-cn elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin AUR (en) - usque-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. :(