fix(deck): Correct ibus path in steamdeck-kde-presets

Fixes #210
This commit is contained in:
Kyle Gospodnetich 2023-08-29 08:12:29 -07:00
parent ce3b733c02
commit b028b53a25
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,10 @@
diff --git a/etc/xdg/autostart/ibus.desktop b/etc/xdg/autostart/ibus.desktop
index c4819e1..acb7b0f 100644
--- a/etc/xdg/autostart/ibus.desktop
+++ b/etc/xdg/autostart/ibus.desktop
@@ -3,4 +3,4 @@ Name=IBus
Comment=Input method framework daemon
OnlyShowIn=KDE
Type=Application
-Exec=ibus-daemon --panel=/usr/lib/kimpanel-ibus-panel
+Exec=ibus-daemon --panel=/usr/libexec/kimpanel-ibus-panel

View File

@ -7,6 +7,7 @@ URL: https://github.com/ublue-os/bazzite
Source: https://gitlab.com/evlaV/%{name}/-/archive/master/%{name}-master.tar.gz
BuildArch: noarch
Patch0: fedora.patch
Requires: kde-filesystem
@ -19,7 +20,7 @@ KDE Presets from Valve's SteamOS 3.0
%define debug_package %{nil}
%prep
%setup -n %{name}-master
%autosetup -p1 -n %{name}-master
%build