@Ethereal52 请看看安装结束的提示,你要启动相应的服务 systemctl start runsunlogin
Search Criteria
Package Details: sunloginclient 15.2.0.63064-2
Package Actions
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: | 16 |
Popularity: | 0.089154 |
First Submitted: | 2020-06-13 13:40 (UTC) |
Last Updated: | 2025-01-22 07:18 (UTC) |
Dependencies (3)
- libappindicator-gtk3
- libcrypt.so (libxcrypt-gitAUR, libxcrypt, libxcrypt-compat)
- xorg-xhost
Required by (0)
Sources (3)
yjun commented on 2020-06-18 17:28 (UTC) (edited on 2020-06-18 17:30 (UTC) by yjun)
Ethereal52 commented on 2020-06-18 17:09 (UTC)
安装后不能正常运行 $ sunloginclient 2020-06-19 01:03:07.898 - Info - version:10.0.2.24779 (sunloginclient:22718): Gtk-CRITICAL **: 01:03:08.186: gtk_main_quit: assertion 'main_loops != NULL' failed
yjun commented on 2020-06-13 13:52 (UTC) (edited on 2021-12-07 09:21 (UTC) by yjun)
需要启动对应的服务才能使用:systemctl start runsunloginclient
,也可以参考安装末的提示
目前的问题:
-
如果遇到无法远程连接,控制Arch(Arch 为被控端),可以试试执行
xhost +
或者重启一下桌面 -
如果遇到开机自启动后客户端连接不上的情况,参考以下链接: https://wiki.archlinux.org/index.php/Systemd#Running_services_after_the_network_is_up , 确保对应网络管理器的服务已经设置开机启动.
- 向日葵客户端在启动的时候会屏蔽混成器compositor, 可能会导致plasma桌面没有动画, 这个问题可以通过设置 System Settings- Display and Monitor - Compositor, 勾掉 Allow application to block compositing 选项解决
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
,也可以参考安装末的提示目前的问题:
如果遇到无法远程连接,控制Arch(Arch 为被控端),可以试试执行
xhost +
或者重启一下桌面如果遇到开机自启动后客户端连接不上的情况,参考以下链接: https://wiki.archlinux.org/index.php/Systemd#Running_services_after_the_network_is_up , 确保对应网络管理器的服务已经设置开机启动.