
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kanjisaver is a screensaver that displays characters from a set of those commonly found on the JLPT, the Japanese Language Proficiency Test. It can also display the on and kun readings of the kanji as well as their English meanings and romaji forms.
You should install a font with Japanese character support before using Kanjisaver. I use AR PL ZenKai Uni and its associated fonts (http://www.freedesktop.org/wiki/Software_2fCJKUnifonts). Even with this font, some kanji may not display -- there are quite a few!
You might also be interested in Kannasaver, which is also available here on KDE-Apps.org, and upon which Kanjisaver is based.
Installation is the usual: ./configure --prefix=`kde-config --prefix` && make && sudo make install
14 years ago
0.9.10: New support for 'data overload,' allowing you to display both readings with or without romaji and translations.
0.9.9: Romaji support for readings (woo!). Reading scaling. Kanji file fixes. Print display to stdout.
Kanjisaver is now available from Debian Unstable :- ) Just 'apt-get install kanjisaver'. I am the maintainer, so the latest should always be available!
14 years ago
0.9.10: New support for 'data overload,' allowing you to display both readings with or without romaji and translations.
0.9.9: Romaji support for readings (woo!). Reading scaling. Kanji file fixes. Print display to stdout.
Kanjisaver is now available from Debian Unstable :- ) Just 'apt-get install kanjisaver'. I am the maintainer, so the latest should always be available!
iamhimay
13 years ago
./configure --prefix=/opt/kde3
And everything goes to the right place.
Thanks Ryan!
Report
dobdo
14 years ago
same error
checking for Qt... configure: error: Qt (>= Qt 3.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log
any suggestions ?
Report
ltesar
14 years ago
If that is the case, then I had the same problem on my SuSE 10.0 on x86_64 and tried what somebody else suggested:
./configure --enable-libsuffix=64
And it suddenly worked.
Anyway, nice program.
Question for author: Is it necessary to use "--enable-libsuffix=64" on every 64bit distribution? If yes, then it might be useful to write this in INSTALL file.
Report
rschultz
14 years ago
ltesar: I don't think it's necessary on all distros, but possibly only SuSE. I compile on Debian AMD64 without any extra flags, but I'm already planning to add a note on the next release.
Thanks :- )
Report
lemmy04
14 years ago
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
error: Bad exit status from /var/tmp/rpm-tmp.14826 (%prep)
other kde apps that i used to build work fine, my own kanasaver included.
any hints for me?
Report
lemmy04
14 years ago
configure option "--enable-libsuffix=64" did it.
yay is me.
Report
emu
14 years ago
i also have a feature request: i would like an option to get both on- and kun-reading at the same time. i was thinking of having two lines at the top of the screen. first line on-reading, second line kun-reading.
thanks a lot!
Report
rschultz
14 years ago
Report
tenkamuteki82
10 years ago
Can you provide a new version that works with kde4 or gnome-screensaver(which would be AWESOME)? Currently the new Fedora's 13 and 14, dont work with this kanjisaver because they only have kde4. I tried to fiddle with the makefiles but I was not able to get it to compile with kde4 and kdelibs installed. Any guidance you can offer would be AWESOME
Report
emu
14 years ago
thank you ever so much!
Report
rioch
14 years ago
Report
rschultz
14 years ago
If I ever get around to fixing kanjisaver to not use a header file for kanji info and, rather, actually parse kanjidic/edict, I'll try to set it up to be generic enough to accept other languages.
Report
tardigrade
15 years ago
Report
naga
15 years ago
http://dx.homelinux.org/gentoo/portage-overlay/kde-misc/kanjisaver/
Report
tolstyi
15 years ago
Report
rschultz
15 years ago
Installation instructions are in the INSTALL file included with Kanjisaver -- all you should have to do is './configure && make && make install'.
I'm not sure why it would install to /usr/local/kde/ on your system (I'm strictly a Debian guy), but you can set the prefix during the configure step like so: './configure --prefix=/usr'. That should put everything in the right place, unless your kde-config gives strange answers or something. If you can't get it working, please contact me via email and I'll see what I can do.
Only the .desktop file and the binary (kanjisaver.kss) need to be installed. The binary should go in /usr/bin and the .desktop in /usr/share/applnk/System/ScreenSavers . KDE will pick it up then and you can configure it through KControl or by running 'kanjisaver.kss -setup' from the command line.
The setup tool allows you to pick between on and kun readings -- please note that English readings aren't yet available in the release, but kanjisaver from darcs does have them, along with several other changes! There will be a new version soon with several nice new things.
Kanjisaver is also available now directly from Debian's archives.
Hope that helps!
Report
tolstyi
15 years ago
kanjisave.kss -setup
Once again great app, I am really enjoying it!
Report
lemmy04
15 years ago
Report
tolstyi
15 years ago
Report
tolstyi
15 years ago
Report
toyg
15 years ago
Anyway, thanks for the Sid package, I really appreciate it :)
Report
lemmy04
15 years ago
Report
rschultz
15 years ago
So I developed Kanjisaver separately. It focuses not on subconscious learning, but on improving character recognition, introducing new characters, and on showing some of the intricacies of the shodo (with a nice font!).
Kanjisaver will be going into Debian after the KDE transition -- I'm a maintainer and I already have a sponsor.
Thanks for commenting!
Report