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

推荐订阅源

雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
D
Docker
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
M
MIT News - Artificial intelligence
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
U
Unit 42

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) - cherry-studio-electron-bin
2026-05-31 · via AUR Newest Packages

zxp19821005 commented on 2026-04-28 01:41 (UTC)

@shanoaice Thanks for your feedback, fixed it.

shanoaice commented on 2026-04-27 03:37 (UTC)

For very weird reasons, the current cherry-studio-electron.sh is not working correctly. It launches an empty electron41 window instead. Running electron41 /usr/bin/cherry-studio-electron/app.asar lanuches the app correctly.

zxp19821005 commented on 2026-04-13 07:22 (UTC)

@txyyh Yes, the upstream had deleted it. Maybe it will come soon.

txyyh commented on 2026-04-12 11:05 (UTC) (edited on 2026-04-12 11:06 (UTC) by txyyh)

Can't build version 1.9.0, because it don't exist at now.

zxp19821005 commented on 2026-04-08 02:25 (UTC)

@linux_voyager We just need the stable verion !

zxp19821005 commented on 2026-02-25 23:44 (UTC)

@bkun31 Thanks for your feedback, fixed already.

bkun31 commented on 2026-02-18 22:20 (UTC)


Hi,

The app currently fails at runtime with an ENOENT error because it expects the app.asar.unpacked directory to exist, but the current package() function flattens the structure.

Problem: Using ${subdir}/* copies the contents but not the folder itself.

Proposed Fix: In the package() function (in the PKGBUILD), please change:

cp -Pr --no-preserve=ownership "${subdir}"/* "${pkgdir}/usr/lib/${pkgname%-bin}"

to:

cp -Pr --no-preserve=ownership "${subdir}" "${pkgdir}/usr/lib/${pkgname%-bin}/"

Removing the /* ensures that the app.asar.unpacked directory (and any others) is created correctly in /usr/lib/${pkgname%-bin}/. This allows modules like font-list to be located by the application.


zxp19821005 commented on 2026-02-06 07:13 (UTC)

KyvYang commented on 2026-02-06 06:35 (UTC)

Package not building.

==> Retrieving sources...
  -> Found LICENSE-1.7.16
  -> Found cherry-studio-electron.sh
  -> Downloading cherry-studio-electron-1.7.16-x86_64.rpm...
HTTP ERROR response 404  [https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.16/Cherry-Studicherry-studio-electr 100% [=======================================================>]       9     --.-KB/s
                          [Files: 0  Bytes: 9  [17 B/s] Redirects: 0  Todo: 0  Erro]
==> ERROR: Failure while downloading https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.16/Cherry-Studio-1.7.16-x86_64.rpm
    Aborting...
error: failed to download sources for 'cherry-studio-electron-bin-1.7.16-1': 
error: packages failed to build: cherry-studio-electron-bin-1.7.16-1

Only .zip and .tar.gz source code packages are current available in the 1.7.16 release page. Will the rpm package be available soon?