You are not logged in.
When i running discord,I get an endless "Starting..." menu. I've been trying to solve this problem for a week now, but I can't seem to get it to work.
I decided to launch Discord through the terminal and got:
(electron) 'session.getPreloads' is deprecated and will be removed. Please use 'session.getPreloadScripts' instead.
(electron) 'session.setPreloads' is deprecated and will be removed. Please use 'session.registerPreloadScript' instead.
Starting app.
Starting updater.
12/7/2025, 6:47:53 PM UTC [Modules] Modules initializing
12/7/2025, 6:47:53 PM UTC [Modules] Distribution: remote
12/7/2025, 6:47:53 PM UTC [Modules] Host updates: enabled
12/7/2025, 6:47:53 PM UTC [Modules] Module updates: enabled
12/7/2025, 6:47:53 PM UTC [Modules] Module install path: /home/dmd/.config/discord/0.0.117/modules
12/7/2025, 6:47:53 PM UTC [Modules] Module installed file path: /home/dmd/.config/discord/0.0.117/modules/installed.json
12/7/2025, 6:47:53 PM UTC [Modules] Module download path: /home/dmd/.config/discord/0.0.117/modules/pending
splashScreen.initSplash(false)
CDM component API found
blackbox: 12/7/2025, 6:47:53 PM UTC 0When i running discord with "sudo" and --no-sandbox, i get this message:
[25059:1207/191034.791198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[25059:1207/191034.791215:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[25059:1207/191034.791221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[25059:1207/191034.791235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[25059:1207/191034.791247:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
Authorization required, but no authorization protocol specified
[25095:1207/191034.930878:ERROR:ui/gl/angle_platform_impl.cc:49] Display.cpp:1079 (initialize): ANGLE Display::initialize error 12289: Could not open the default X display.
ERR: Display.cpp:1079 (initialize): ANGLE Display::initialize error 12289: Could not open the default X display.
[25095:1207/191034.930958:ERROR:ui/gl/gl_display.cc:408] EGL Driver message (Critical) eglInitialize: Could not open the default X display.
[25095:1207/191034.930989:ERROR:ui/gl/gl_display.cc:680] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
Authorization required, but no authorization protocol specified
[25095:1207/191034.931076:ERROR:ui/gl/angle_platform_impl.cc:49] Display.cpp:1079 (initialize): ANGLE Display::initialize error 12289: Could not open the default X display.
ERR: Display.cpp:1079 (initialize): ANGLE Display::initialize error 12289: Could not open the default X display.
[25095:1207/191034.931103:ERROR:ui/gl/gl_display.cc:408] EGL Driver message (Critical) eglInitialize: Could not open the default X display.
[25095:1207/191034.931127:ERROR:ui/gl/gl_display.cc:680] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[25095:1207/191034.931149:ERROR:ui/gl/gl_display.cc:715] Initialization of all EGL display types failed.
[25095:1207/191034.931173:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
Authorization required, but no authorization protocol specifiedI use arch with i3wm, GeForce RTX 3070
Thanks in advance!:)
Offline
is discord installed through the repos or as a flatpak? try removing the cache and moving the config directory
advise against running gui applications as root, there is a big warning on this page:
https://wiki.archlinux.org/title/Runnin … ns_as_root
also might be worth a try:
Offline