really fix that link this time
This commit is contained in:
parent
90bbf720e9
commit
230be86cd8
@ -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
|
||||
|
@ -49,7 +49,7 @@
|
||||
<div class="content__body">
|
||||
<p>i’ve used <a href="https://signal.org/">Signal</a> 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 <code>xwayland</code> hoops.</p>
|
||||
<p>today, i finally broke down and went looking for a fix. it turns out Signal’s electron app has <a href="https://www.fosskers.ca/en/blog/wayland#org3ddb5b">supported wayland since 2021</a>. to get this to work with my launcher in Arch Linux, i had to run with the following options: <code>--enable-features=UseOzonePlatform --ozone-platform=wayland</code>.</p>
|
||||
<p>my full [signal-desktop.desktop][https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7] is:
|
||||
<p>my full <a href="https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7">signal-desktop.desktop</a> is:
|
||||
<p>
|
||||
<details>
|
||||
<summary>`signal-desktop.desktop</summary><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-toml" data-lang="toml"><span style="display:flex;"><span>[<span style="color:#a6e22e">Desktop</span> <span style="color:#a6e22e">Entry</span>]
|
||||
|
Loading…
Reference in New Issue
Block a user