随笔 - 1759  文章 - 0  评论 - 109  阅读 - 431万

ubuntu安装向日葵后无法启动的解决办法

运行下面这个命令:

sudo systemctl start runsunloginclient.service

有出现这个问题:

Failed to start runsunloginclient.service: Unit runsunloginclient.service not found.

运行:

sudo apt-get update

再运行:

/usr/local/sunlogin/bin/sunloginclient

出现:

[2024-11-24 01:38:50] - [LoadCefSymbolTable] -load libcef.so dlerror:libgconf-2.so.4: cannot open shared object file: No such file or directory
[2906171] 2024-11-24 01:38:50.881 = Debug = *[statistical] time point: 01:38:50.881 -- app_initialized
[2906171] 2024-11-24 01:38:51.228 - Info - config path: /etc/orayconfig.conf

(sunloginclient:2906171): Gtk-CRITICAL **: 01:38:51.259: gtk_main_quit: assertion 'main_loops != NULL' failed

参考:

https://stackoverflow.com/questions/37624225/shared-libraries-libgconf-2-so-4-is-missing后,

运行:

sudo apt install libgconf-2-4

出现:

 

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libgconf-2-4 : Depends: gconf2-common (= 3.2.6-6ubuntu1) but it is not going to be installed
Recommends: gconf-service
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

运行:

sudo apt --fix-broken install

后,再运行:

sudo apt install libgconf-2-4

 

再运行:

/usr/local/sunlogin/bin/sunloginclient

成功运行。

 

posted on   一杯明月  阅读(522)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
历史上的今天:
2022-11-24 win10家庭版找不到gpedit.msc的解决办法
2021-11-24 random.choice()函数
2021-11-24 argsort()函数
2019-11-24 Ubuntu16.04下安装Cmake-3.8.2并为其配置环境变量
2019-11-24 Tensorflow加载预训练模型和保存模型(ckpt文件)以及迁移学习finetuning
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示