mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +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
|
PRGNAM=ibus
|
||||||
VERSION=${VERSION:-1.3.9}
|
VERSION=${VERSION:-1.3.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
[ -x /usr/bin/ibus-daemon ]
|
[ -x /usr/bin/ibus-daemon ]
|
||||||
if ($status == 0) then
|
if ($status == 0) then
|
||||||
# Enable legacy X applications to use ibus:
|
# Enable legacy X applications to use ibus:
|
||||||
setenv XMODIFIERS="@im=ibus"
|
setenv XMODIFIERS "@im=ibus"
|
||||||
# Enable Qt/KDE applications to use ibus.
|
# Enable Qt/KDE applications to use ibus.
|
||||||
setenv QT_IM_MODULE="ibus"
|
setenv QT_IM_MODULE "ibus"
|
||||||
# Enable GTK applications to use 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:
|
# 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
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue