Package Details: utools-bin 7.8.0-1

Git Clone URL: https://aur.archlinux.org/utools-bin.git (read-only, click to copy)
Package Base: utools-bin
Description: uTools Utilities.(Prebuilt version)新一代效率工具平台,自由组合插件应用,打造专属你的趁手工具集
Upstream URL: https://u.tools
Keywords: development electron tools utilities utools
Licenses: LicenseRef-custom
Conflicts: utools
Provides: utools
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 5
Popularity: 0.026618
First Submitted: 2023-11-08 03:59 (UTC)
Last Updated: 2026-04-17 04:00 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Pinned Comments

zxp19821005 commented on 2025-04-08 04:05 (UTC)

已经安装过electron22的正常使用即可,未安装过的一定要安装electron22-bin,否则将会花费几个小时的时间,下载几十G文件编译安装electron22。切记!

Latest Comments

1 2 3 Next › Last »

springtwr commented on 2026-07-01 05:53 (UTC) (edited on 2026-07-01 06:51 (UTC) by springtwr)

接 @me10zyl 的 KDE Plasma wayland 解决方法。

安装xwayland-satellite包后使用systemctl --user edit xwayland-satellite.service来代替直接编辑service文件,在打开的新文件中写入

[Service]
Environment=DISPLAY=:2

这样可以避免后续更新包时service文件被覆盖。保存后运行systemctl --user enable --now xwayland-satellite.service生效

修改Desktop文件可以直接点击应用程序启动器(开始菜单),在启动器中找到utools图标,右键 -> 编辑应用程序,在环境变量输入框中填入DISPLAY=:2后保存

快捷键失效的问题可以通过在KDE的系统设置 -> 键盘 -> 快捷键中新增一个命令快捷键,命令填入env DISPLAY=:2 /usr/bin/utools即可(直接添加应用快捷键的启动速度貌似没有命令快捷键的速度快)

窗口无法移动和缩放的问题,可以在KDE的系统设置 -> 窗口管理 -> 窗口规则中新增一条窗口规则,窗口类精确匹配xwayland-satellite uTools,然后添加无标题栏和边框以及可关闭属性,两个属性都设置为强制+

注意:在wayland下的权限问题仍然难以解决,如屏幕截图和屏幕取色问题还没有解决方案,无法正常使用,只能等待官方适配wayland,或者退回X11会话,或者直接弃用utools使用其它替代产品

me10zyl commented on 2026-04-30 05:20 (UTC)

对于KDE Plasma 无法启动utools报错 FATAL ERROR: Error::New napi_get_last_error_info 的问题的解决办法: 安装一个 xwayland-satellite,修改/usr/lib/systemd/user/xwayland-satellite.service,[Service]增加一个Environment=DISPLAY=:2 ,然后修改utools desktop文件 Exec=env DISPLAY=:2 utools ,使用xwayland-satellite启动utools能够成功,并且不会影响Kwin_wayland。

lijiangang commented on 2026-04-20 08:39 (UTC) (edited on 2026-04-20 08:39 (UTC) by lijiangang)

通过dbus,适配wayland的办法,快捷键显示隐藏,看我的视频或者文档。 视频 https://www.bilibili.com/video/BV1c3oKBbEZ2

文档 https://github.com/JianGangLi/niri_wayland_utools/blob/main/README.md

zxp19821005 commented on 2026-04-17 08:35 (UTC)

@lijiangang 这给你得给上游反馈吧?

lijiangang commented on 2026-04-17 08:24 (UTC) (edited on 2026-04-17 08:44 (UTC) by lijiangang)

niri桌面快捷键只能通过niri设置绑定,这样系统快捷键是无法生效的,目前只能快捷键绑定utools,这样是可以呼出搜索栏,但是很慢,没有鼠标点击任务栏的utools的显示快,是否可以放开命令? 比如utools toggle,来切换搜索栏的显示和隐藏,开放一样吧,拜托了。 还有每次唤出,显示的位置不一样。有点随机,但是偏差又不大。

zxp19821005 commented on 2025-10-31 02:19 (UTC)

@DawnMagnet 建议直接给上游反馈吧,wayland的问题,一般似乎都是由上游程序代码解决的。

DawnMagnet commented on 2025-10-29 12:04 (UTC)

更新到7.3.1版本报错FATAL ERROR: Error::New napi_get_last_error_info 在KDE6 WAYLAND下

Luanshang commented on 2025-10-19 01:25 (UTC)

更新至最新版本(v7.3.1)可以通过vim PKGBUILD文件,将pkgver=7.3.1,这样,就可以解决旧版本连接失效(404)的问题了。实测似乎没有什么问题。不敢绝对肯定。

leiZhiMin commented on 2025-09-18 01:53 (UTC)

@zxp19821005 确实看到上游论坛中有人提出过这个问题,但是官方人员好像也一直没有去适配,同时也没有对这个问题做出说明。

cyo57 commented on 2025-09-18 01:48 (UTC)

kde6, wayland 无法运行