Package Details: sunloginclient 15.2.0.63064-2

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: palytoxin
Last Packager: palytoxin
Votes: 17
Popularity: 0.25
First Submitted: 2020-06-13 13:40 (UTC)
Last Updated: 2025-01-22 07:18 (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 8 .. 10 Next › Last »

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.

FlyInWind commented on 2022-03-14 13:29 (UTC)

@yjun 工单找技术确实解决了。最后解决方法的链接 https://unix.stackexchange.com/questions/667911/intel-modesetting-driver-screen-tearing 配置 Section "Device" Identifier "modesetting" Driver "modesetting" Option "TearFree" "True" EndSection

yjun commented on 2022-03-10 06:34 (UTC)

@FlyInWind 可能是bug,反馈软件问题到向日葵技术工单

FlyInWind commented on 2022-03-03 13:02 (UTC) (edited on 2022-03-03 15:13 (UTC) by FlyInWind)

求助连上后画面会闪屏。被连接端是 archlinux,kde 桌面,连接端不管是 windows 还是 linux ,连上后画面就一直闪烁,用起来极为难受。以前如果被连接端打开向日葵界面的话,桌面特效会被关闭,这样就不会闪烁了,但是现在这样做不行了(我没有取消勾选 屏蔽混成器)

yjun commented on 2022-02-24 07:28 (UTC)

sunloginclient 11.0.1.44968 仍然依赖 libcrypt.so.1

$ ldd /opt/sunlogin/bin/sunloginclient | grep libcrypt
        libcrypt.so.1 => /usr/lib/libcrypt.so.1 (0x00007f736f19b000)

Universebenzene commented on 2022-02-18 09:33 (UTC) (edited on 2022-02-18 09:33 (UTC) by Universebenzene)

@ilovesusu 请确保glibc升级到2.35版本。Arch用户直接 pacman -Syu 把系统滚到最新

其他另起炉灶的衍生发行版等他们官方更新了glibc再来装这个