Skip to content
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

Open
fzold opened this issue Dec 14, 2020 · 6 comments
Open

QNAP NAS: Cannot find font directory #100

fzold opened this issue Dec 14, 2020 · 6 comments

Comments

@fzold
Copy link

fzold commented Dec 14, 2020

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:

QFontDatabase: Cannot find font directory /opt/makemkv/lib/fonts.
 Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig.

But the container created with jlesage/makemkv has the font directory and works.

@jlesage
Copy link
Owner

jlesage commented Dec 15, 2020

So if I understand correctly, the official image is working for you, while the image you built yourself doesn't ?

@fzold
Copy link
Author

fzold commented Dec 17, 2020

Yes, your official image is working and my own build has no font directory.
Old versions of the year I didn't test.

@jlesage
Copy link
Owner

jlesage commented Dec 20, 2020

How do you download the sources ? Via git clone ?

@fzold
Copy link
Author

fzold commented Dec 20, 2020

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.
Extraction of docker...tar.gz shows same behavior.

I think there is a problem with qt.

@jlesage
Copy link
Owner

jlesage commented Dec 31, 2020

Can you try to build via this command:

docker build --no-cache --pull -t makemkv:1.15.4 .

@fzold
Copy link
Author

fzold commented Mar 19, 2021

Today I compiled makemkv 1.16.3. I used your command line but sorry, no text in the window of makemkv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants