坚果云不能用了
Tofloor
poster avatar
浪子孤星
deepin
2020-04-27 22:45
Author
我的坚果云不能用了。
在坚果云的官方网站下载的DED版本的安装包,然后可以正常安装,安装之后在起动器里面也能够看到坚果云的图标。但是点击之后没有反应。
请教各位大神,现在我要怎么办。
我的文档都存在坚果云里面,方便不同平台(手机、平板、windows、deepin)公用,现在每次都得从网页上下载上传文件。不能自动同步了。用着很别扭。
请各位大神看看有什么办法。


之前在15.11上一切正常,现在重新安装了v20。突然不能用了。




Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2020-04-27 22:59
#1
参考官网的为kde/xfce安装坚果云
Reply View the author
avatar
走钢丝
deepin
2020-04-27 22:59
#2
终端运行下看看有什么错误。
我这边是可以运行的。不过我是 15.11 升级的 20。
Reply View the author
avatar
xmeng
deepin
2020-04-27 23:25
#3
https://www.xmengnet.cn/index.php/archives/47/
看一下,下载时随便一个版本都可以。
Reply View the author
avatar
sgb76
deepin
2020-04-28 03:00
#4
楼主的问题可以这样解决:
安装完坚果云后,先打开终端输入

sudo apt-get install -f

修复依赖问题,这时候安装其实已经成功了,但是由于坚果云客户端的问题需要手动修改文件,查看错误信息为

File "/home/xx/.nutstore/dist/bin/nutstore-pydaemon.py", line 50, in

gi.require_version('Notify', '0.7')

所以只需要把/home/xx/.nutstore/dist/bin/nutstore-pydaemon.py文件中第 50 行开头加个#给屏蔽掉,然后保存退出就行了
Reply View the author
avatar
浪子孤星
deepin
2020-04-28 14:59
#5
我的一切又回来了,万分感谢
Reply View the author
avatar
kk580kk
deepin
2020-04-29 19:19
#6
https://bbs.deepin.org/post/192045#%E5%9D%9A%E6%9E%9C%E4%BA%91
这个给的解决方案可用
Reply View the author
avatar
houyawei
deepin
2020-05-10 19:58
#7
  1. sudo apt install gir1.2-notify-0.7
Copy the Code
https://blog.csdn.net/newdye/article/details/105949552
Reply View the author