-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deck): Correct ibus path in steamdeck-kde-presets
Fixes #210
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters