LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   stardict 3.0.6.2 not stable (https://www.linuxquestions.org/questions/slackware-14/stardict-3-0-6-2-not-stable-4175709840/)

qunying 03-22-2022 09:34 PM

stardict 3.0.6.2 not stable
 
I am on Slackware64-15, after upgrade to stardict 3.0.6.2, it frequently crashed just by typing random words on the search window.

Revert back to 3.0.6, no more crash. Any one encounter similar problem?

ponce 03-23-2022 02:30 PM

how do you revert to 3.0.6?
do you pass the script --disable-spell (there's no enchant-1.x in 15.0) when you rebuild the package? if I do that, typing something in the search window doesn't give any results...

qunying 03-24-2022 04:22 PM

I just download the 3.0.6 source and rebuild with the script. No changes to the SBo build script rather than the version number.

slackmensch 03-25-2022 09:05 AM

There's always command line stardict viewer sdcv. It's in slackbuilds (but you can just as easily clone/build it straight from github) and plays nice with good old Xterm and most/less pagers:

Code:


sdcv -n --utf8-output --color $QUERY | most -d -w

-n for calling in a script
--utf8-output for non-Latin characters

most -d -w means "wrap but don't insert backslashes"

I think there is also "GoldenDict" but it is QT4? and kind of ugly/bloaty.


All times are GMT -5. The time now is 11:48 PM.