Discord: Difference between revisions
imported>Artturin replace nix-env |
imported>Artturin category and troubleshooting |
||
Line 38: | Line 38: | ||
Follow this link to join the unofficial NixOS Discord: https://discord.com/invite/RbvHtGa | Follow this link to join the unofficial NixOS Discord: https://discord.com/invite/RbvHtGa | ||
== Opening Links with Firefox == | == Troubleshooting == | ||
=== Discord crashes when a notification is received === | |||
Discord crashes if there is no notification daemon | |||
; Standalone notification daemons | |||
; [https://github.com/dunst-project/dunst dunst]: for x11 | |||
; [https://github.com/emersion/mako/ mako]: for wayland | |||
=== Opening Links with Firefox === | |||
If you use Discord and it silently fails to open links in Firefox, you possibly have encountered [https://github.com/NixOS/nixpkgs/issues/78961 issue #78961]. This is caused by a version mismatch between the NSS libraries used by Discord and Firefox. Luckily, a relatively easy workaround is available: | If you use Discord and it silently fails to open links in Firefox, you possibly have encountered [https://github.com/NixOS/nixpkgs/issues/78961 issue #78961]. This is caused by a version mismatch between the NSS libraries used by Discord and Firefox. Luckily, a relatively easy workaround is available: | ||
Line 63: | Line 72: | ||
== Links == | == Links == | ||
[https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/instant-messengers/discord/default.nix default.nix for discord] | [https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/instant-messengers/discord/default.nix default.nix for discord] | ||
[[Category:Applications]] |