From 230be86cd8a1cbced0d910ad6f57d0a536fb82b7 Mon Sep 17 00:00:00 2001 From: tamsin woo Date: Mon, 1 Jul 2024 15:07:13 -0700 Subject: [PATCH] really fix that link this time --- content/posts/signal-desktop-on-arch-wayland/index.md | 3 ++- public/posts/signal-desktop-on-arch-wayland/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/posts/signal-desktop-on-arch-wayland/index.md b/content/posts/signal-desktop-on-arch-wayland/index.md index 34cb36c..8944e78 100644 --- a/content/posts/signal-desktop-on-arch-wayland/index.md +++ b/content/posts/signal-desktop-on-arch-wayland/index.md @@ -9,7 +9,7 @@ i've used [Signal][signal] as my preferred messaging app since around 2015. for today, i finally broke down and went looking for a fix. it turns out Signal's electron app has [supported wayland since 2021][signal-wayland]. to get this to work with my launcher in Arch Linux, i had to run with the following options: `--enable-features=UseOzonePlatform --ozone-platform=wayland`. -my full [signal-desktop.desktop][https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7] is: +my full [signal-desktop.desktop][signal-desktop] is: {{< code-details summary="`signal-desktop.desktop" lang="toml" details=` [Desktop Entry] Type=Application @@ -27,4 +27,5 @@ X-GNOME-UsesNotifications=true ` >}} [signal]: https://signal.org/ +[signal-desktop]: https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7 [signal-wayland]: https://www.fosskers.ca/en/blog/wayland#org3ddb5b diff --git a/public/posts/signal-desktop-on-arch-wayland/index.html b/public/posts/signal-desktop-on-arch-wayland/index.html index de7c028..ce05b82 100644 --- a/public/posts/signal-desktop-on-arch-wayland/index.html +++ b/public/posts/signal-desktop-on-arch-wayland/index.html @@ -49,7 +49,7 @@

i’ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn’t have native wayland support, and i was unwilling to jump through xwayland hoops.

today, i finally broke down and went looking for a fix. it turns out Signal’s electron app has supported wayland since 2021. to get this to work with my launcher in Arch Linux, i had to run with the following options: --enable-features=UseOzonePlatform --ozone-platform=wayland.

-

my full [signal-desktop.desktop][https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7] is: +

my full signal-desktop.desktop is:

`signal-desktop.desktop
[Desktop Entry]