diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2024-06-30 14:55:03 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2024-06-30 14:56:49 -0400 |
commit | e9e9af1b279a9d993625bb11f381032f89de79e6 (patch) | |
tree | d30b41cdabd180641001470b94a6933c9f01df2c /net-im/discord | |
parent | app-containers/buildah: Stabilize 1.35.3 amd64, #935051 (diff) | |
download | gentoo-e9e9af1b279a9d993625bb11f381032f89de79e6.tar.gz gentoo-e9e9af1b279a9d993625bb11f381032f89de79e6.tar.bz2 gentoo-e9e9af1b279a9d993625bb11f381032f89de79e6.zip |
net-im/discord: Fix IME support on wayland
Closes: https://bugs.gentoo.org/935153
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'net-im/discord')
-rw-r--r-- | net-im/discord/discord-0.0.58-r1.ebuild (renamed from net-im/discord/discord-0.0.58.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/discord/discord-0.0.58.ebuild b/net-im/discord/discord-0.0.58-r1.ebuild index e7dde173394c..1ce7e078123a 100644 --- a/net-im/discord/discord-0.0.58.ebuild +++ b/net-im/discord/discord-0.0.58-r1.ebuild @@ -87,7 +87,7 @@ src_prepare() { die "fixing of exec location on .desktop failed" # USE wayland if use wayland; then - sed -i '/Exec/s/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland/' \ + sed -i '/Exec/s/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime/' \ "${MY_PN}.desktop" || die "sed failed for wayland" fi |