Replies: 2 comments 4 replies
-
@hubble658 Converted your issue to a discussion because it is not Dotfiles related. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can remove the folders from .config and uninstall the packages that you don’t need anymore. A complete rollback to a state before the installation isn’t possible. This is technically impossible. Only if you made a snapshot with timeshift or snapper. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I completed the installation by following your video but I can't run discord in the app launcher menu or cmd.
I run ' com.discordapp.Discord ' but it didnt work
I used " coredumpctl " to see what fails.
the error i get is below.$FLAGS "$ @"
"
Disabling updates already done
[5:0823/203619.513353:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Discord 0.0.65
[5:0823/203621.400968:ERROR:wayland_connection.cc(200)] Failed to connect to Wayland display: No such file or directory (2)
[5:0823/203621.400993:ERROR:ozone_platform_wayland.cc(265)] Failed to initialize Wayland platform
[5:0823/203621.400998:ERROR:env.cc(258)] The platform failed to initialize. Exiting.
/app/bin/com.discordapp.Discord: line 17: 5 Segmentation fault (core dumped) env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/discord/Discord --enable-speech-dispatcher
2024/08/23 20:36:21 socat[3] W exiting on signal 15
"
I tried to fix it trying this codes.
"
sudo pacman -S dbus
sudo systemctl start dbus.service
sudo systemctl enable dbus.service
flatpak uninstall com.discordapp.Discord
flatpak install flathub com.discordapp.Discord
"
but it didnt solve my issue. How can i fix discord?
-Arch Linux
Beta Was this translation helpful? Give feedback.
All reactions