Skip to content

Commit

Permalink
Unset QT_IM_MODULES for qutebrowser; mask at-spi-dbus-bus.service
Browse files Browse the repository at this point in the history
I'm running into some issues with ibus. I would be fine with japanese
input not working for the moment (it's being worked on, see
https://bugreports.qt.io/browse/QTBUG-58687), but the non-working dead
keys are more of a deal breaker for me. Need to investigate on that.

Also, at-spi-dbus-bus seems to be for accessibility, which I currently
don't need. It's just noise that shows up in the `checkrestart` output
after system upgrades, so mask it.
  • Loading branch information
ayekat committed Feb 14, 2017
1 parent 17e6e7f commit 599c0db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .local/bin/qutebrowser
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}"
XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"

# Unset input method variable (Qt currently has issues with input methods, see
# https://bugreports.qt.io/browse/QTBUG-58687 - also, there are issues with dead
# keys, although that is not consistently reproducible):
unset QT_IM_MODULE

# Translate options: remove occurrences of -r/--restore from the list of options
# while saving its argument for later; ignore -R (TODO):
session=default
Expand Down
1 change: 1 addition & 0 deletions .local/etc/systemd/user/at-spi-dbus-bus.service

0 comments on commit 599c0db

Please sign in to comment.