Enable Wayland IME support for proper input in Wayland sessions
From f475fd26cd2282e302332e41a8d6d31500a4270b Mon Sep 17 00:00:00 2001
From: xiaoxigua-1 <xigua@xigua.tw>
Date: Sun, 13 Apr 2025 12:47:50 +0800
Subject: [PATCH] Enable Wayland IME support
---
.SRCINFO | 2 +-
PKGBUILD | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index dc74472..53a8898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vesktop-bin
pkgdesc = A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed.(Prebuilt version.Use system-wide electron)
pkgver = 1.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Vencord/Vesktop
arch = aarch64
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 757a775..fb36de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=Vesktop
_appname=vencord-desktop
pkgver=1.5.5
_electronversion=34
-pkgrel=1
+pkgrel=2
pkgdesc="A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed.(Prebuilt version.Use system-wide electron)"
arch=(
'aarch64'
@@ -38,7 +38,7 @@ prepare() {
s/@appname@/${pkgname%-bin}/g
s/@runname@/app.asar/g
s/@cfgdirname@/${pkgname%-bin}/g
- s/@options@/--ozone-platform-hint=auto/g
+ s/@options@/--ozone-platform-hint=auto --enable-wayland-ime/g
" -i "${srcdir}/${pkgname%-bin}.sh"
sed -i "s/\/opt\/${_pkgname}\/${pkgname%-bin}/${pkgname%-bin}/g" "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
@@ -51,4 +51,4 @@ package() {
install -Dm644 "${srcdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png" \
-t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
done
-}
\ No newline at end of file
+}
--
2.49.0
Pinned Comments
zxp19821005 commented on 2024-01-17 01:43 (UTC)
This package has renamed to vesktop-bin (https://aur.archlinux.org/packages/vesktop-bin).