[Feedback on issues] 文件管理器管理员模式下没有办法调用软件 Resolved
Tofloor
poster avatar
新手小白
deepin
21 hours ago
Author

比如我想用vim打开一个文本。选择vim打开没有任何反应

2025-08-27, 08:28:46.160 [Debug] [editorapplication.cpp EditorApplication::~EditorApplication 55] Exit EditorApplication destructor
2025-08-27, 08:28:46.160 [Info] [editorapplication.cpp EditorApplication::~EditorApplication 56] Application resources released
QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 0, but a directory permissions 0700 owned by UID 1000 GID 1001
"qt" can not find qm files for locales ("zh_CN")
"qtbase" can not find qm files for locales ("zh_CN")
dtk.core.dsg: Failed to connect to session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
dtk.core.dsg: Can't getId from AM for the  4504 , because AM is unavailable.
2025-08-27, 08:28:52.326 [Info] [  ] 3
2025-08-27, 08:28:52.326 [Info] [  ] 2
2025-08-27, 08:28:52.327 [Info] [  ] "-e" ("vim", "file:///var/.updated") arguments ("/usr/bin/deepin-terminal")
2025-08-27, 08:28:52.328 [Info] [  ] Terminal DBus has connected!
2025-08-27, 08:28:52.328 [Info] [  ] call callTerminalEntry! "Not connected to D-Bus server"
main.go:133: signal: segmentation fault
Reply Favorite View the author
All Replies
新手小白
deepin
18 hours ago
#1

我自己解决了,安装dbus-x11就行了

doubt

deepin@vbox:~$ export $(dbus-launch)
bash: dbus-launch: 未找到命令

sudo apt install dbus-x11

Reply View the author