kimlimjustin / xplorer

Xplorer, a customizable, modern file manager
https://xplorer.space/
Apache License 2.0
4.04k stars 290 forks source link

(xplorer:89494): dbind-WARNING **: 18:40:22.637: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files #286

Open newyorkthink opened 1 year ago

newyorkthink commented 1 year ago

Description

(xplorer:89494): dbind-WARNING **: 18:40:22.637: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xplorer:89494): ERROR : 18:40:22.786: Unable to spawn a new child process: Failed to execute child process “/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitNetworkProcess” (No such file or directory) zsh: trace trap ./Downloads/xplorer_0.3.1_amd64.AppImage

Steps To Reproduce

No response

Expected behavior

image

Xplorer Version

0.3.1

Operating System Version

debian

Additional Information

No response

im-coder-lg commented 1 year ago

Can you tell us which OS you use and which package you are using? It seems like you are using AppImage, but I'd like to know for the record.

im-coder-lg commented 1 year ago

I believe if you are using AppImage, you should make the file executable. Have you run this:

chmod +x ~/Downloads/xplorer*.appimage
newyorkthink commented 1 year ago

Can you tell us which OS you use and which package you are using? It seems like you are using AppImage, but I'd like to know for the record.你能告诉我们你使用哪个操作系统以及你正在使用哪个软件包吗?您似乎正在使用 AppImage,但我想记录在案。

kali linux

newyorkthink commented 1 year ago

I believe if you are using AppImage, you should make the file executable. Have you run this:我相信如果您使用的是AppImage,则应使文件可执行。你运行这个吗:

chmod +x ~/Downloads/xplorer*.appimage

yes

im-coder-lg commented 1 year ago

It works well for me. Have you tried installing the DEB file and then running?

newyorkthink commented 1 year ago

It works well for me. Have you tried installing the DEB file and then running?它对我来说效果很好。您是否尝试过安装 DEB 文件然后运行?

not i always use appimage

im-coder-lg commented 1 year ago

Maybe it could be the dependencies. Can you compile a binary file from source and then run it?