Package Details: feishu-bin 7.58.14-1

Git Clone URL: https://aur.archlinux.org/feishu-bin.git (read-only, click to copy)
Package Base: feishu-bin
Description: Linux client of Feishu (Lark) from Bytedance.
Upstream URL: https://www.feishu.cn/
Keywords: feishu lark
Licenses: unknown
Conflicts: feishu
Provides: bytedance-feishu, feishu
Replaces: bytedance-feishu-stable-bin
Submitter: AstroProfundis
Maintainer: alampy
Last Packager: alampy
Votes: 39
Popularity: 0.41
First Submitted: 2021-09-07 03:47 (UTC)
Last Updated: 2026-01-22 15:12 (UTC)

Pinned Comments

xuanwo commented on 2024-06-30 08:26 (UTC)

Hi, although some feishu developers monitor this package, please note that AUR is not the official channel for reporting issues unrelated to the package.

For non-package related issues, contact the Feishu team directly. We cannot and will not address any non-package issues.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

harytfw commented on 2025-12-13 05:08 (UTC)

经过测试,可以往 ~/.config/feishu-flags.conf 写入下面的参数,让应用以 wayland 启动,并可以正常使用 fcitx5 输入法,不需要修改 desktop 文件。

测试环境 niri 25.11, 参考:https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#Chromium_.2F_Electron

--ozone-platform=wayland --enable-wayland-ime --wayland-text-input-version=3

mumu007 commented on 2025-12-03 07:01 (UTC)

我用的中州韵输入法,还是无法输入中文,GTK_IM_MODULE=xim QT_IM_MODULE=xim feishu 也不行,--enable-platform=wayland --enable-wayland-ime --wayland-text-input-version=3 参数也不行,求救大佬

duanluan commented on 2025-11-12 12:09 (UTC) (edited on 2025-11-12 12:09 (UTC) by duanluan)

@BoringCat 我评论了你的代码,换成原生写法不用依赖,可以不用创建虚拟环境。

adamanteye commented on 2025-11-06 07:41 (UTC)

为什么飞书依赖 dnsmasq, 如果可以, 能否去除

Zentino commented on 2025-10-05 09:44 (UTC)

@Fingertap 不用改软件包的入口 不同的用户应该根据自己的桌面环境设置合适的输入法环境变量 有些应用和桌面环境支持wayland输入协议的 不应该设置环境变量

BoringCat commented on 2025-10-05 09:31 (UTC) (edited on 2025-10-20 01:41 (UTC) by BoringCat)

更新了 7.50.14,顺手写了获取更新配置的脚本(官方用md5校验和)
https://gist.github.com/BoringCat/36288b399faff696d95a59dfe6476912

pkgver=7.50.14
_pkghash_x86_64=e91d15e2
_pkghash_aarch64=f247fca9
md5sums_x86_64=('3660717a2e15ba21867d9a21b966acf9')
md5sums_aarch64=('ba0ad73b8a4bffbb1a4344b423bfbe42')

Fingertap commented on 2025-09-20 11:19 (UTC)

@Zentino 是否需要修改一下入口文件?

Fingertap commented on 2025-09-20 11:14 (UTC)

@Zentino 谢谢,GTK_IM_MODULE=xim QT_IM_MODULE=xim feishu这样就没有这个问题了。

mod10 commented on 2025-09-18 15:06 (UTC) (edited on 2025-09-18 15:06 (UTC) by mod10)

我使用pipewire作为音频服务器,某次系统升级后突然视频会议无法识别麦克风。 经过排查发现系统未安装 pipewire-alsa,安装并重启 pipewire 服务和飞书后可以正常识别麦克风。 是否需要将其添加进可选依赖。

Zentino commented on 2025-09-04 15:56 (UTC)

看到的情况是 7.42.47向后的版本 在指定环境变量GTK_IM_MODULE=fcitx时 话题的输入框会在中文输入法输入第一个字符时触发文本框的失焦 @Fingertap 可以尝试取消这个环境变量 应用会fallback到XIM协议 但是可能偶尔会出现字符没有捕获到输入缓冲区的情况