2017-02-08 10:07 GMT+02:00 Вагун Илья <[email protected]>: > Hi! > Subj. Encoding list is too long for quick select. I want to configure it > and keep only some encodings. For example I want to remove useless for me > cp949. How can I do it? > Best regards, Ilya > > > <https://lh3.googleusercontent.com/-6Zvh_UtlDjE/WJrQG7htneI/AAAAAAAAAAg/fLyEOIXP_NkHxdmmZ_2fpQ2VO6hCHELGACLcB/s1600/shot-69.png> > > > > Hi,
Krusader uses KCodecs framework for the enconding lists. So there is no other way than modifying the framework code, recompiling and reinstalling it. The task is not trivial by itself. The code can be borrowed from here: http://packages.ubuntu.com/search?searchon=sourcenames&keywords=kcodecs Install the source package. Change the src/kcharsets.cpp appropriately then use cmake to recompile (all dependencies or -dev libraries should be installed beforehand). Then use 'sudo make install' to unstall the libraries. Sorry, there is no other way... Hope this helps. Best regards, Yuri -- You received this message because you are subscribed to the Google Groups "krusader-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/krusader-users/CAGqPwMQ6MXF6Z%2B_zm76obrZCE0a3n2OE8p0W%3DsuQFnM9jpWw%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
