mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/ibus: Fixed incorrect syntax in csh profile script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
74a4fc4cf5
commit
38eda82fb7
2 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
PRGNAM=ibus
|
||||
VERSION=${VERSION:-1.3.9}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
[ -x /usr/bin/ibus-daemon ]
|
||||
if ($status == 0) then
|
||||
# Enable legacy X applications to use ibus:
|
||||
setenv XMODIFIERS="@im=ibus"
|
||||
setenv XMODIFIERS "@im=ibus"
|
||||
# Enable Qt/KDE applications to use ibus.
|
||||
setenv QT_IM_MODULE="ibus"
|
||||
setenv QT_IM_MODULE "ibus"
|
||||
# Enable GTK applications to use ibus:
|
||||
setenv GTK_IM_MODULE="ibus"
|
||||
setenv GTK_IM_MODULE "ibus"
|
||||
# Make ibus start automatically if the "magic key" Ctrl-Space is pressed:
|
||||
setenv XIM_PROGRAM="/usr/bin/ibus-daemon -xdrt"
|
||||
setenv XIM_PROGRAM "/usr/bin/ibus-daemon -xdrt"
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue