Cinhi Young
Cinhi Young
Glad to see someone improving this translation! For the preferred font, it's better not to use bare `sans-serif` here - it will look bad when viewing from a non-Chinese version...
The answer is yes, but it is better to get font family properly set, _for the last resort_. Anyway I will approve this PR, for your better translation. Thanks! :-)
如果这个 issue 和我的 Pull Request #75 有关联的话(x
digiKam can not start: ``` error while loading shared libraries: libKF5AkonadiContact.so.5: cannot open shared object file: No such file or directory ``` 
kamoso SIGSEGVs on gstreamer: 
 Discover can not be launched.
For non nvidia drivers, `LD_LIBRARY_PATH` should be set to `/opt/32/lib:/usr/lib` in order to make Steam happy, at least it worked for me.
Hi again, Could you try creating a config file under `/etc/ld.so.conf.d` with the `.conf` extension and with the following contents: ``` /opt/32/lib ``` and run `ldconfig` as root? That should...