-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QNAP NAS: Cannot find font directory #100
Comments
So if I understand correctly, the official image is working for you, while the image you built yourself doesn't ? |
Yes, your official image is working and my own build has no font directory. |
How do you download the sources ? Via |
Downloaded the zip from git release page via Win10. Then extracted in the QNAP TS-451+ (system QTS 4.4.3) because of rights, compilation via console. In 2018/2019 this worked very well. I think there is a problem with qt. |
Can you try to build via this command:
|
Today I compiled makemkv 1.16.3. I used your command line but sorry, no text in the window of makemkv. |
If you download and compile docker-mkv manually:
docker build -t makemkv:1.15.4 .
it will compile and create an image, same size as with
docker pull jlesage/makemkv
Then after start of container with
docker run -d --name=makemkv... makemkv:1.15.4
the container works.
But if you start makemkv the window has no text.
The start log shows messages:
But the container created with jlesage/makemkv has the font directory and works.
The text was updated successfully, but these errors were encountered: