Skip to content

Fix discord paths#162

Open
Linx-288 wants to merge 2 commits into
kasmtech:developfrom
Linx-288:discord-path
Open

Fix discord paths#162
Linx-288 wants to merge 2 commits into
kasmtech:developfrom
Linx-288:discord-path

Conversation

@Linx-288
Copy link
Copy Markdown

@Linx-288 Linx-288 commented May 14, 2026

Running the current discord images leads to 'No such file or directory' error messages:

[...]
2026-05-14 11:04:19,266 - ERROR - bridge->relay: timeout: 0x01
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
2026-05-14 11:04:26,771 - ERROR - bridge->relay: timeout: 0x01
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory
filter is not configured
/dockerstartup/custom_startup.sh: line 69: /usr/share/discord/Discord: No such file or directory

Discord changed the path of the executable (or at least removed /usr/share/discord/Discord) in one of the last updates, probably as part of the new update mechanism described in their May 4 changes:

Are you a Linux user? If so, are you sick of that lovely modal we made to tell you that there’s an update you need to go manually install? IF SO, boy do I have good news for you. We’ve ported our Rust-based updater to Linux, allowing Linux to update itself just like on Windows. Additionally, we now support .rpm and .pkg.tar.zst package formats for installation.

This PR fixes this by using the new path / executable in the install & startup scripts. I've tested the image built with the new scripts and it works as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant