aboutsummaryrefslogtreecommitdiff
path: root/misc/ibus/README.SLACKWARE
diff options
context:
space:
mode:
authorGrissiom <chaos.proton@gmail.com>2010-04-27 04:28:38 -0500
committerErik Hanson <erik@slackbuilds.org>2010-05-15 10:50:29 +0200
commit847d09698f312551455158a49e6422c8231f503b (patch)
tree401d7ba8b6392c2b4c736e0d5613096d0a2c3d22 /misc/ibus/README.SLACKWARE
parenta05533b6e2a245cd7f78c93a25bf64701c23a989 (diff)
misc/ibus: Updated for version 1.3.1.
Diffstat (limited to 'misc/ibus/README.SLACKWARE')
-rw-r--r--misc/ibus/README.SLACKWARE27
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/ibus/README.SLACKWARE b/misc/ibus/README.SLACKWARE
deleted file mode 100644
index a7c2378f61f75..0000000000000
--- a/misc/ibus/README.SLACKWARE
+++ /dev/null
@@ -1,27 +0,0 @@
-=================
-ibus auto-startup
-=================
-The ibus package has an ibus.desktop file in /etc/xdg/autostart/, so if your
-desktop environment is xdg compatible and the $XDG_CONFIG_DIRS is not set, ibus
-will be automatically launched during startup of the your DE after you have
-logged in. If you don't want to remove ibus package and want use other input
-method programs (like SCIM), you can place an ibus.desktop file in your personal
-autostart directory (most likely ~/.config/autostart/) which contains the key
-Hidden=true. You'll also want to make the ibus profile scripts non-executable:
-
- chmod -x /etc/profile.d/ibus.{csh,sh}
-
-If your DE is not xdg compatible (what a pity..), you can add the following
-to your shell init files (~/.profile, ~/.bash_profile, ~/.zprofile, etcetera):
-
- if [ -x /usr/bin/ibus-daemon ]; then
- /usr/bin/ibus-daemon --xim &
- fi
-
-=============================
-environment variable settings
-=============================
-chmod +x /etc/profile.d/ibus.{sh,csh} will enable environment variable settings
-at login, but if you have ibus-qt installed, you may also prefer to run
-qtconfig and set "Default Input Method" to ibus.
-