flathub / com.discordapp.DiscordCanary

https://flathub.org/apps/details/com.discordapp.DiscordCanary
11 stars 4 forks source link

Discord Canary

Discord is a free all-in-one messaging, voice and video client that's available on your computer and phone.

This repo hosts the flatpak wrapper for Discord Canary, available at Flathub-Beta.

flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub com.discordapp.DiscordCanary
flatpak run com.discordapp.DiscordCanary

Limitations

Opt-in features

Wayland support

This package enables the flags to run on Wayland, however it is opt-in. To opt-in run:

flatpak override --user --socket=wayland com.discordapp.DiscordCanary

To opt-out do the same with --nosocket=wayland.

Startup flags customization

You can change DISCORD_FLAGS env variable to add any required flags:

flatpak override --user --env=DISCORD_FLAGS=--required-flag com.discordapp.DiscordCanary

To reset env changes do the same with --unset-env=DISCORD_FLAGS