分页: 1 / 1

ubuntu22.04安装iNode失败

发表于 : 2024-06-26 19:45
HEXtoBIN
之前安装过一次可以正常使用,之后卸载时没有通过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

猜测为上次没有卸载成功导致的,求助各位大神

Re: ubuntu22.04安装iNode失败

发表于 : 2024-06-27 9:46
astolia
HEXtoBIN 写了: 2024-06-26 19:45 GDBus.Error:org.freedesktop.DBus.Error.ServiveUnknown:

The name org.freedesktop.Notifications was not provided by any .service files
单纯就这个错误来讲,是你用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
HEXtoBIN 写了: 2024-06-26 19:45 导致重新安装时失败
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装

Re: ubuntu22.04安装iNode失败

发表于 : 2024-06-27 12:36
HEXtoBIN
astolia 写了: 2024-06-27 9:46
HEXtoBIN 写了: 2024-06-26 19:45 GDBus.Error:org.freedesktop.DBus.Error.ServiveUnknown:

The name org.freedesktop.Notifications was not provided by any .service files
单纯就这个错误来讲,是你用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
HEXtoBIN 写了: 2024-06-26 19:45 导致重新安装时失败
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装
感谢,已经解决了,原因是iNode最新版本的卸载没有对ubuntu22.04做适配,在脚本里添加22.04相关的内容,进行卸载再重新安装就可以正常使用了。

Re: ubuntu22.04安装iNode失败

发表于 : 2024-09-23 14:37
6666688
求助怎么解决的,我也是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
是成功的,但是无法运行,求问博主怎么解决的

Re: ubuntu22.04安装iNode失败

发表于 : 2025-04-03 14:04
SoarAnyway
HEXtoBIN 写了: 2024-06-27 12:36
astolia 写了: 2024-06-27 9:46
HEXtoBIN 写了: 2024-06-26 19:45 GDBus.Error:org.freedesktop.DBus.Error.ServiveUnknown:

The name org.freedesktop.Notifications was not provided by any .service files
单纯就这个错误来讲,是你用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
HEXtoBIN 写了: 2024-06-26 19:45 导致重新安装时失败
你该把安装时的错误信息发上来,你也可以尝试直接uninstall再安装
感谢,已经解决了,原因是iNode最新版本的卸载没有对ubuntu22.04做适配,在脚本里添加22.04相关的内容,进行卸载再重新安装就可以正常使用了。
您好,能否提供对应的iNode版本,我发现我的版本无法安装到ubuntu22上