- install jdk , setup JAVA_HOME and PATH
- mkdir $JAVA_HOME/jre/lib/fonts/fallback
- under the "fallback" directory, ln -s < /path/to/chinese font > .
(this will solve the problem that chinese fonts rendered as cubes) - download GalleryRemote.1.5.Linux.NoVM.bin
- cp GalleryRemote.1.5.Linux.NoVM.bin GalleryRemote.1.5.Linux.NoVM.bin.orig
- cat Gallery_Remote.original \
| sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" \
> GalleryRemote.1.5.Linux.NoVM.bin - execute GalleryRemote.1.5.Linux.NoVM.bin to install it.
after installed, in Gallery Remote installed directory,
- cp Gallery_Remote Gallery_Remote.original
- cat Gallery_Remote.original \
| sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" \
>Gallery_Remote
done.
迴響