Revision [19797]

Last edited on 2011-12-03 16:53:18 by darkcity [brot]
Additions:
[[HomePage]] >[[ComponentHowTo Components and HowTos]] > [[NativeLanguageSupport Language Support]]


Revision [4302]

Edited on 2009-11-15 01:11:41 by Puppyite
Additions:
{{color text="These compilation instructions apply to Puppy 2.17. They need changes in order to work in other versions of Puppy." c="#009900"}}
Deletions:
These compilation instructions apply to Puppy 2.17. They need changes in order to work in other versions of Puppy.


Revision [4301]

Edited on 2009-11-15 01:09:04 by Puppyite
Additions:
All you need to do now is restart the xserver, and scim should be ready to go. Open AbiWord, [[GeanyIDE Geany]], or OpenOffice and the tray icon should appear.
Deletions:
All you need to do now is restart the xserver, and scim should be ready to go. Open AbiWord, Geany, or OpenOffice and the tray icon should appear.


Revision [4300]

Edited on 2009-11-15 01:07:52 by Puppyite
Additions:
All you need to do now is restart the xserver, and scim should be ready to go. Open AbiWord, Geany, or OpenOffice and the tray icon should appear.
Deletions:
All you need to do now is restart the xserver, and scim should be ready to go. Open Abiword, Geany, or OpenOffice and the tray icon should appear.


Revision [4299]

Edited on 2009-11-15 01:03:58 by Puppyite
Additions:
1. pinstall.sh //remember to make it executable//
Deletions:
1. pinstall.sh //(remember to make it executable)//


Revision [4298]

Edited on 2009-11-15 00:56:54 by Puppyite

No differences.

Revision [4297]

Edited on 2009-11-15 00:54:59 by Puppyite
Additions:
#remove entry from gtk.immodules
%%sed -i /scim-bridge/d /etc/gtk-2.0/gtk.immodules%%
#remove entry from .xinitrc
%%sed -i '
/.*scim-bridge./ {
N
N
d
}
' ~/.xinitrc%%
Deletions:
""


#!/bin/sh



#remove entry from gtk.immodules

sed -i /scim-bridge/d /etc/gtk-2.0/gtk.immodules



#remove entry from .xinitrc

sed -i '

/.*scim-bridge./ {

N

N

d

}

' ~/.xinitrc


""


Revision [4296]

Edited on 2009-11-15 00:51:56 by Puppyite
Additions:
#!/bin/sh
%%cp /etc/gtk-2.0/gtk.immodules /etc/gtk-2.0/gtk.immodules.bak%%

#add entry to gtk.immodules
%%echo '"/usr/lib/gtk-2.0/immodules/im-scim-bridge.so"' >> /etc/gtk-2.0/gtk.immodules
echo '"scim-bridge" "SCIM Bridge Input Method"' >> /etc/gtk-2.0/gtk.immodules%%

#add entry to .xinitrc, near beginning
%%sed -i -e 's/PUPSTATE/PUPSTATE\
\
export GTK_IM_MODULE="scim-bridge"\
export QT_IM_MODULE="scim-bridge"/' ~/.xinitrc%%
Deletions:
cp /etc/gtk-2.0/gtk.immodules /etc/gtk-2.0/gtk.immodules.bak

#add entry to gtk.immodules

echo '"/usr/lib/gtk-2.0/immodules/im-scim-bridge.so"' >> /etc/gtk-2.0/gtk.immodules

echo '"scim-bridge" "SCIM Bridge Input Method" "" "" ""' >> /etc/gtk-2.0/gtk.immodules

#add entry to .xinitrc, near beginning

sed -i -e 's/PUPSTATE/PUPSTATE\

\

export GTK_IM_MODULE="scim-bridge"\

export QT_IM_MODULE="scim-bridge"/' ~/.xinitrc


Revision [4295]

Edited on 2009-11-15 00:38:13 by Puppyite
Deletions:
./configure --prefix=/usr
""
./configure --prefix=/usr
""


Revision [4294]

Edited on 2009-11-15 00:36:36 by Puppyite
Additions:
//Compile m17n-lib://
//Compile scim-m17n://
Deletions:
Compile m17n-lib:
Compile scim-m17n:


Revision [4293]

Edited on 2009-11-15 00:34:46 by Puppyite
Additions:
//Compile m17n-db://
%%./configure --prefix=/usr --with-charmaps=/location/of/charmaps%%
Compile m17n-lib:
Compile scim-m17n:
Deletions:
%%//Compile m17n-db://
./configure --prefix=/usr --with-charmaps=/location/of/charmaps%%
//Compile m17n-lib://
./configure --prefix=/usr
//Compile scim-m17n://
./configure --prefix=/usr


Revision [4292]

Edited on 2009-11-15 00:31:04 by Puppyite
Additions:
%%//Compile m17n-db://
./configure --prefix=/usr --with-charmaps=/location/of/charmaps%%
Deletions:
//Compile m17n-db://


./configure --prefix=/usr --with-charmaps=/location/of/charmaps



Revision [4291]

Edited on 2009-11-15 00:29:10 by Puppyite
Deletions:
./configure


Revision [4290]

Edited on 2009-11-15 00:27:18 by Puppyite
Additions:
%%"/usr/lib/gtk-2.0/immodules/im-scim-bridge.so"
"scim-bridge" "SCIM Bridge Input Method"%%
Deletions:
"/usr/lib/gtk-2.0/immodules/im-scim-bridge.so"

"scim-bridge" "SCIM Bridge Input Method" "" "" ""


Revision [4289]

Edited on 2009-11-15 00:23:15 by Puppyite
Additions:
%%export GTK_IM_MODULE="scim-bridge"
export QT_IM_MODULE="scim-bridge"%%
Deletions:
export GTK_IM_MODULE="scim-bridge"

export QT_IM_MODULE="scim-bridge"


Revision [4288]

Edited on 2009-11-15 00:21:01 by Puppyite
Additions:
To activate scim-bridge as an input method, add to the file /etc/gtk-2.0/gtk.immodules these two lines:
Deletions:
To activate scim-bridge as an input method, add to the file ""/etc/gtk-2.0/gtk.immodules ""these two lines:


Revision [4287]

Edited on 2009-11-15 00:19:43 by Puppyite
Additions:
%%./configure%%
%%./configure --prefix=/usr%%
%%./configure --prefix=/usr --disable-qt3-immodule --disable-qt4immodule%%
Deletions:
./configure --prefix=/usr --disable-qt3-immodule --disable-qt4immodule


Revision [4286]

Edited on 2009-11-15 00:13:55 by Puppyite

No differences.

Revision [4285]

Edited on 2009-11-15 00:10:43 by Puppyite
Additions:
======{{color text="Compiling Scim-bridge and Related Packages from Source" c="green"}}======
Deletions:
======Compiling Scim-bridge and Related Packages from Source======


Revision [2630]

The oldest known version of this page was created on 2009-10-23 07:40:09 by Puppyite
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki , online since July 19, 2009.