Package Details: sunloginclient 15.2.0.63064-1

Git Clone URL: https://aur.archlinux.org/sunloginclient.git (read-only, click to copy)
Package Base: sunloginclient
Description: Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)
Upstream URL: https://sunlogin.oray.com
Keywords: control remote sunlogin 向日葵
Licenses: custom
Provides: sunlogin
Submitter: yjun
Maintainer: None
Last Packager: yjun
Votes: 17
Popularity: 1.52
First Submitted: 2020-06-13 13:40 (UTC)
Last Updated: 2024-08-06 13:20 (UTC)

Pinned Comments

RandomFall commented on 2024-05-10 08:06 (UTC)

Notice: version 15.2.0.62802 would sometimes cause Xorg to crash on Manjaro Linux. This usually happens on launch of GoLand or other Jetbrains IDE when sunloginclient (and its service runsunloginclient.service) is already running (without being controlled).

Zhaoye commented on 2021-01-21 03:30 (UTC) (edited on 2021-01-22 03:35 (UTC) by Zhaoye)

——注:本楼中,“Sunlogin”即指代“向日葵远程控制”。

为使Sunlogin控制在用户登录前及注销后出现的SDDM界面,执行以下命令:

sudo sh -c 'echo "/usr/bin/xhost +" >> /usr/share/sddm/scripts/Xsetup'

参考于:https://forums.nomachine.com/topic/launch-virtual-desktops-without-0

如果仍然不能控制SDDM,确认你的网络能够在用户登录前自动连接(常见于只有WiFi连接的情况)

yjun commented on 2020-06-13 13:52 (UTC) (edited on 2021-12-07 09:21 (UTC) by yjun)

需要启动对应的服务才能使用:systemctl start runsunloginclient,也可以参考安装末的提示

目前的问题:

  1. 如果遇到无法远程连接,控制Arch(Arch 为被控端),可以试试执行 xhost + 或者重启一下桌面

  2. 如果遇到开机自启动后客户端连接不上的情况,参考以下链接: https://wiki.archlinux.org/index.php/Systemd#Running_services_after_the_network_is_up , 确保对应网络管理器的服务已经设置开机启动.

  3. 向日葵客户端在启动的时候会屏蔽混成器compositor, 可能会导致plasma桌面没有动画, 这个问题可以通过设置 System Settings- Display and Monitor - Compositor, 勾掉 Allow application to block compositing 选项解决

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

kearneyBack commented on 2023-04-13 06:25 (UTC)

卸载软件后需要自己手动删除service:systemctl disable runsunloginclient

Universebenzene commented on 2022-09-28 07:52 (UTC)

@dylan_liu 我还真没用过其他平台的版本,Linux上文件传输一直有啊,还是你说的文件传输和我理解的不是一回事?

dylan_liu commented on 2022-09-28 01:50 (UTC)

Linux版现在还不支持文件传输吗

xiaoyin199 commented on 2022-09-06 03:06 (UTC)

3k+分辨率,设置了系统缩放为200%,但是sunlogin一直没生效还是特别小,怎么解决;谢谢!

Universebenzene commented on 2022-04-20 03:26 (UTC)

反正11.0.1直观上不如之前的版本好用,似乎是验证复杂了,链接速度明显迟了。

给隔壁Gentoo打包的时候测试被连结直接报密码验证三次失败连上去是死的动不了,还被系统判定输错三次密码连登录/sudo都要被卡10分钟。当然人家向日葵本来也没义务给没打算支持的发行版操心就是

yjun commented on 2022-04-20 03:18 (UTC)

@bilabila

我在 @archlinuxcn Telegram 群里也看到过@Coldcen类似的反馈,同样也是 WM(看着也像是I3WM),用11.0.1无法远程控制其他远程主机,退回 11.0.0 工作正常。

目前在我的 Kde plasma上工作正常,暂时不知道I3WM工作不正常是啥原因。

可以试试去向日葵技术工单反馈,毕竟是私有软件,只能找官方解决:(.

bilabila commented on 2022-04-19 13:46 (UTC)

i3wm,startx启动X,使用 向日葵11.0.1无法被连接。 回退 向日葵11.0.0解决, 对应aur commit:feb7475 Fix lack of libcrypt.so.1 library

yjun commented on 2022-04-13 09:20 (UTC)

@lqs 软件bug可以去向日葵技术工单反馈

lqs commented on 2022-04-12 06:37 (UTC)

manjaro 运行没问题。但经常崩溃,一般时间点在鼠标在窗口边缘,且伴随 chrome 等一起崩溃,系统任务管理器没有崩溃。 可能是 AUR 软件或大内存软件或图形的问题?

yjun commented on 2022-03-15 06:57 (UTC) (edited on 2022-03-15 06:58 (UTC) by yjun)

@FlyInWind 看报错,貌似是xorg 的intel驱动导致的,根据archwiki的建议,你可以试试卸载 xf86-video-intelxf86-vdideo-*相关的包,这样Xorg会fallback到 modesetting,就不需要单独配置了

https://wiki.archlinux.org/title/Intel_graphics#Installation

Note: Some (Debian & Ubuntu, Fedora, KDE) recommend not installing the xf86-video-intel driver,
and instead falling back on the modesetting driver for Gen4 and newer GPUs (GMA 3000 from 2006 and newer). 
See [1], [2], Xorg#Installation, and modesetting(4). 
However, the modesetting driver can cause problems such as Chromium Issue 370022 and vsync jitter/video stutter in mpv.