之前安装过一次可以正常使用,之后卸载时没有通过uninstall.sh卸载而是直接删除了文件夹,导致重新安装时失败,无法正常使用,尝试sudo sh iNcodeClient.sh来运行,报错信息为
GDBus.Error:org.freedesktop.DBus.Error.ServiveUnknown:
The name org.freedesktop.Notifications was not provided by any .service files
猜测为上次没有卸载成功导致的,求助各位大神
ubuntu22.04安装iNode失败
-
- 帖子: 3
- 注册时间: 2024-06-26 19:44
- 系统: ubuntu22.04
- astolia
- 论坛版主
- 帖子: 6703
- 注册时间: 2008-09-18 13:11
Re: ubuntu22.04安装iNode失败
单纯就这个错误来讲,是你用sudo执行命令导致的。
那个脚本里大概是执行了类似这么的一段来显示消息,ubuntu用的gnome桌面不准非当前session的用户来干
代码: 全选
gdbus call --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications --method org.freedesktop.Notifications.Notify test 0 gtk-dialog-info test "just a test" [] {} 5000
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装
-
- 帖子: 3
- 注册时间: 2024-06-26 19:44
- 系统: ubuntu22.04
Re: ubuntu22.04安装iNode失败
感谢,已经解决了,原因是iNode最新版本的卸载没有对ubuntu22.04做适配,在脚本里添加22.04相关的内容,进行卸载再重新安装就可以正常使用了。astolia 写了: ↑2024-06-27 9:46单纯就这个错误来讲,是你用sudo执行命令导致的。
那个脚本里大概是执行了类似这么的一段来显示消息,ubuntu用的gnome桌面不准非当前session的用户来干代码: 全选
gdbus call --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications --method org.freedesktop.Notifications.Notify test 0 gtk-dialog-info test "just a test" [] {} 5000
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装
-
- 帖子: 1
- 注册时间: 2024-09-23 14:31
- 系统: ubuntu22.04
Re: ubuntu22.04安装iNode失败
求助怎么解决的,我也是ubuntu22.04,安装验证运行命令 ps -e | grep A 查看服务 AuthenMngService 是否启用,显示(base) yl@yl-Legion-Y7000P-IRX9:~$ ps -e | grep A
411 ? 00:00:00 irq/136-SYNA2BA6:00
1546 ? 00:00:00 AuthenMngServic
是成功的,但是无法运行,求问博主怎么解决的
411 ? 00:00:00 irq/136-SYNA2BA6:00
1546 ? 00:00:00 AuthenMngServic
是成功的,但是无法运行,求问博主怎么解决的
-
- 帖子: 1
- 注册时间: 2025-04-03 14:03
Re: ubuntu22.04安装iNode失败
您好,能否提供对应的iNode版本,我发现我的版本无法安装到ubuntu22上HEXtoBIN 写了: ↑2024-06-27 12:36感谢,已经解决了,原因是iNode最新版本的卸载没有对ubuntu22.04做适配,在脚本里添加22.04相关的内容,进行卸载再重新安装就可以正常使用了。astolia 写了: ↑2024-06-27 9:46单纯就这个错误来讲,是你用sudo执行命令导致的。
那个脚本里大概是执行了类似这么的一段来显示消息,ubuntu用的gnome桌面不准非当前session的用户来干代码: 全选
gdbus call --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications --method org.freedesktop.Notifications.Notify test 0 gtk-dialog-info test "just a test" [] {} 5000
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装