@Lck0427 @Richardn 不知道你们是否出现了和 @ZeroDegress 一样类似的问题?
Search Criteria
Package Details: bilibili-bin 5:1.16.2_-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bilibili-bin.git (read-only, click to copy) |
---|---|
Package Base: | bilibili-bin |
Description: | Bilibili official desktop client.(Prebuilt version.Use system-wide electron)哔哩哔哩官方客户端linux移植版。 |
Upstream URL: | https://github.com/msojocs/bilibili-linux |
Keywords: | bilibili bilibili-desktop |
Licenses: | MIT |
Conflicts: | bilibili |
Provides: | bilibili |
Submitter: | chiyuki0325 |
Maintainer: | bilibili_xiaok (little_sheepycn, ngdngdc, zxp19821005) |
Last Packager: | zxp19821005 |
Votes: | 27 |
Popularity: | 0.006677 |
First Submitted: | 2022-05-11 10:36 (UTC) |
Last Updated: | 2025-02-10 02:14 (UTC) |
Dependencies (3)
- electron33
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- libappindicator-gtk3
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »
zxp19821005 commented on 2024-09-26 03:27 (UTC)
ZeroDegress commented on 2024-09-25 09:35 (UTC)
最近一次更新后在除了首页之外的地方点用户名称没法跳转到用户空间,可能是升级electron带来的问题?
zxp19821005 commented on 2024-09-25 02:59 (UTC)
@Lck0427 已经按照你的建议将electron版本更改为30.
Lck0427 commented on 2024-09-25 01:46 (UTC)
在使用electron21时,有一个小bug,就是左键点击系统托盘图标的行为是弹出托盘菜单而不是更符合直觉的打开应用。如果改为依赖高版本(27-30)的electron,这个小bug就不会出现。不使用高于30的版本是因为目前的bilibili在electron版本>=31之后会出现一个严重的bug,导致大量的界面按键无法点击。从我的个人体验来讲,我也赞成将electron依赖版本更换为electron30
zxp19821005 commented on 2024-09-10 03:37 (UTC)
@Richardn 上游(哔哩哔哩官方)目前使用的就是electron21开发编译的。。。 你可以使用electron21-bin
来代替electron21
。而且目前electron最新的版本是electron32
Richardn commented on 2024-09-10 02:51 (UTC)
根据我自己的使用情况,使用 electron30
似乎也没出现什么问题。。。您有考虑过把 electron21
换掉吗。这个严重落后于时代的版本在安全性方面是堪忧的,给构建也带来了很多麻烦(官方库没有electron21
)。
zxp19821005 commented on 2024-05-29 09:32 (UTC)
@ZeroDegress 上游发布的新版本已经解决了该问题。
ZeroDegress commented on 2024-05-27 14:59 (UTC)
最近一次更新里KDE x11桌面环境下会额外显示系统的标题栏
zxp19821005 commented on 2024-05-07 02:35 (UTC)
@ayer 1、请不要随意发起删除软件包的请求 2、你出现的安装错误是提示没有安装electron21
这个依赖,建议通过paru
安装electron21-bin
或者electron21
即可。
Pinned Comments
zxp19821005 commented on 2024-09-29 20:38 (UTC) (edited on 2024-09-29 20:41 (UTC) by zxp19821005)
$ strings src/opt/apps/io.github.msojocs.bilibili/files/bin/electron/electron | grep '^Chrome/[0-9.]* Electron/[0-9]'
上游作者打包时使用的是electron21
,为避免出现不可预知的问题,目前已经回滚到此版本。如果需要更换electron
版本,请自行修改/usr/bin/bilibili
中的electron**
,或者联系上游作者进行更新。同时,建议安装electron21-bin
,避免自己花几个小时下载几十G的文件来编译electron21
。