Skip to content

Commit

Permalink
fix(deck): Correct ibus path in steamdeck-kde-presets
Browse files Browse the repository at this point in the history
Fixes #210
  • Loading branch information
KyleGospo committed Aug 29, 2023
1 parent ce3b733 commit b028b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions spec_files/steamdeck-kde-presets/fedora.patch
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion spec_files/steamdeck-kde-presets/steamdeck-kde-presets.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit b028b53

Please sign in to comment.