
ydpd
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Application allows to access dictionary data, find phrases, add phrases to the history of translated words, play samples and so on.
Ydpd can work as standalone application or as a KDE plasmoid.
0.5
* no visible changes, code refactoring only
0.4
* autoShowWindow option added to configuration file (plasmoid only)
0.3
* KDE plasma support (ydpd works also as a plasmoid)
* Bug fixed - reading from configuration file
0.2
* Application icons added for Mac Os X and for Windows
* Bug fixed - reading from configuration file
* KDE plasma support (experimental)
0.1
* Initial version
Ratings & Comments
10 Comments
details bellow danielo@kUbuntu-danielo:~/Pobrane/Ydpd$ make [ 0%] Built target plasma_applet_ydpd_automoc Linking CXX shared module lib/plasma_applet_ydpd.so /usr/bin/ld: cannot find -lydpdict collect2: ld returned 1 exit status make[2]: *** [lib/plasma_applet_ydpd.so] Błąd 1 make[1]: *** [CMakeFiles/plasma_applet_ydpd.dir/all] Błąd 2 make: *** [all] Błąd 2 danielo@kUbuntu-danielo:~/Pobrane/Ydpd$ please hellp
Oh, I forgot, you need to install libydpdict and libydpdict-dev packages. Let me know please if it works
hej it compile after installation packages that you have specified. I'v use this one https://launchpad.net/ubuntu/+source/libydpdict/1.0.2-1/+build/1350573 but It dosnt work without dictionary files. how to get them?
* from windows installation - copy or point collins dictionary files * install collins on linux using wine - you will have dictionary files By the way, all I described above is in readme.txt file :)
I've been waiting for this app for a long time! Could you give compilation instructions for nonadvanced users, please? Maby ppa repo? Thnks.
Ubuntu 11.10 sudo apt-get install libqt4-core libqt4-dev qt4-dev-tools build-essential libphonon-dev phonon-backend-gstreamer in Ydpd directory execute commands: qmake make
qmake -config release make
Kubuntu 11.10 sudo apt-get install qt4-dev-tools build-essential libphonon-dev in Ydpd directory execute commands: qmake make
qmake -config release make
Kubuntu 11.10 (plasmoid) sudo apt-get install kdesdk cmake build-essential kdebase-workspace-dev libphonon-dev in Ydpd directory execute commands: cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` make sudo make install To restart KDE plasma: kquitapp plasma-desktop kstart plasma-desktop