@linzuxuan 我问了官方技术支持,他说新版本需要cpu支持avx2指令。可以先回退到4.1.0
Search Criteria
Package Details: todesk-bin 4.7.2.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/todesk-bin.git (read-only, click to copy) |
---|---|
Package Base: | todesk-bin |
Description: | Remote control and team work |
Upstream URL: | https://www.todesk.com/ |
Keywords: | control remote teamwork |
Licenses: | custom |
Conflicts: | todesk |
Provides: | todesk |
Submitter: | yjun |
Maintainer: | witt.9099 |
Last Packager: | witt.9099 |
Votes: | 11 |
Popularity: | 0.49 |
First Submitted: | 2020-10-31 15:34 (UTC) |
Last Updated: | 2024-10-12 01:42 (UTC) |
Dependencies (5)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- noto-fonts-cjk (noto-fonts-cjk-vfAUR, noto-fonts-cjk-hk-vfAUR, noto-fonts-cjk-jp-vfAUR, noto-fonts-cjk-kr-vfAUR, noto-fonts-cjk-sc-vfAUR, noto-fonts-cjk-tc-vfAUR, noto-fonts-hk-vfAUR, noto-fonts-jp-vfAUR, noto-fonts-kr-vfAUR, noto-fonts-sc-vfAUR, noto-fonts-tc-vfAUR, otf-noto-sans-cjkAUR, otf-noto-sans-cjk-vfAUR, otf-noto-sans-mono-cjk-vfAUR, otf-noto-serif-cjk-vfAUR, otf-noto-serif-cjkAUR, noto-fonts-cjk-chwsAUR)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Required by (0)
Sources (3)
nmamtf commented on 2022-09-06 03:58 (UTC)
linzuxuan commented on 2022-09-05 15:18 (UTC)
i5-5200U上使用4.3.1.0无法使用,core dumped
ruiwala commented on 2022-08-14 11:40 (UTC) (edited on 2022-08-14 11:41 (UTC) by ruiwala)
@Universebenzene 这个错误我在安装mongodb5.0的时候也遇到过,应该是一些处理器缺少例如AVX这种指令集的原因。
Universebenzene commented on 2022-08-14 08:56 (UTC) (edited on 2022-08-27 07:45 (UTC) by Universebenzene)
好像不光是x86_64的问题,我有个E5 2630v2的台式机运行ToDesk_Service服务会报 illegal hardware instruction (core dumped)
,另两台i7的笔记本都没事
4.3.1.0 更新:未解决此问题,老旧x86_64 CPU仍需4.1.0
Universebenzene commented on 2022-08-06 13:11 (UTC)
@zbin 试试发个邮件给维护者罢。这位大佬应该不至于消失很久
zbin commented on 2022-08-06 13:03 (UTC) (edited on 2022-08-06 13:06 (UTC) by zbin)
4.3.0更新了,deb打包路径也发生了改变,怎么认领这个包?
diff --git a/PKGBUILD b/PKGBUILD
index de6d438..c1419e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=todesk-bin
_pkgname=${pkgname%-bin}
-pkgver=4.1.0
+pkgver=v4.3.0.0
pkgrel=2
pkgdesc="Remote control and team work"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,11 +22,11 @@ conflicts=("${_pkgname}")
options=('!strip' 'emptydirs')
install="${_pkgname}.install"
source=('license.html')
-source_x86_64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_amd64.deb")
-source_aarch64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_aarch64.deb")
-source_armv7h=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_armv7l.deb")
+source_x86_64=("https://dl.todesk.com/linux/${_pkgname}-${pkgver}-amd64.deb")
+source_aarch64=("https://dl.todesk.com/linux/${_pkgname}-${pkgver}-aarch64.deb")
+source_armv7h=("https://dl.todesk.com/linux/${_pkgname}-${pkgver}-armv7l.deb")
sha256sums=('402b2db2586c723af990beb0f96249b9680880f4f30e58a7cbe7cbd20b979a0b')
-sha256sums_x86_64=('5f680225a1366439b7bec8e39e5c88291f68ddee2a311921fd874b036a6a3057')
+sha256sums_x86_64=('9da71f8790aa75b796c00d9b75ff42313f4c384c4e09115f88ab901b65629940')
sha256sums_aarch64=('4497ed0ceec012273fe97e187e9786f55ddfbbe22889de593dc1a5f133dde151')
sha256sums_armv7h=('0a467cb8f8f636ea9d8c6fa1ef3a79bfee4a36fe3bed2b01b42e2006912e2a57')
@@ -48,7 +48,7 @@ package() {
# lib
# find opt/${_pkgname}/lib -type f -exec install -Dm644 {} ${pkgdir}/{} \;
- _install 644 opt/${_pkgname}/lib
+ _install 644 opt/${_pkgname}/bin
# icon
# find opt/${_pkgname}/res -maxdepth 1 -type f -exec install -Dm644 {} ${pkgdir}/{} \;
@@ -59,7 +59,7 @@ package() {
install -dm755 ${pkgdir}/opt/${_pkgname}/config
# binary & scripts
- install -Dm755 opt/${_pkgname}/bin/${_pkgname}{,c,d} -t ${pkgdir}/opt/${_pkgname}/bin
+ install -Dm755 opt/${_pkgname}/bin/ToDesk{,_Service,_Session} -t ${pkgdir}/opt/${_pkgname}/bin
# desktop entry
install -Dm644 usr/share/applications/${_pkgname}.desktop -t ${pkgdir}/usr/share/applications
Integral commented on 2022-07-25 15:42 (UTC)
目前还没有HiDPI适配吗?字体太小看着难受
gnomewaylandibus commented on 2022-03-27 08:59 (UTC)
您辛苦了!
yjun commented on 2022-03-12 05:40 (UTC)
@canyue980 可以去官方的qq群反馈
https://www.todesk.com/linux.html
需注意:
Linux版本处于Beta期,可能会存在一些Bug.不建议在生产环境安装
Linux版本 用户交流QQ群:1102342629
Pinned Comments
yjun commented on 2024-05-18 02:59 (UTC)
注意⚠️
Todesk 官网下载现在接入了TencentCaptcha 验证码,导致makepkg下载deb错误(实际会下载到js文件),无法通过完整性检查。
目前的解决方案是:
makepkg -si
安装。HoracePeng commented on 2023-03-08 07:01 (UTC)
缩放问题,目前好像只能支持整数缩放,为是在
todesk.desktop
中加了一个环境变量GDK_SCALE=2
来实现2倍缩放yjun commented on 2022-11-22 14:54 (UTC) (edited on 2022-11-22 14:56 (UTC) by yjun)
Todesk 4.3.0.0及以上版本需要 x86_64 CPU支持 avx2 指令集,不支持的CPU运行todeskd服务会出现
illegal hardware instruction (core dumped)
的报错.yjun commented on 2020-12-30 12:23 (UTC) (edited on 2024-05-11 13:36 (UTC) by yjun)
tips:
todesk 客户端 需要 开启 对应的服务才能正常工作. 默认 todeskd 未启动和设置开机自启, 请执行
systemctl start/enable todeskd
Todesk Linux 官方QQ群:
1102342629