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

QFont issue causing execution issue for 3.4.8 #5152

Open
audiomuze opened this issue Dec 6, 2024 · 3 comments
Open

QFont issue causing execution issue for 3.4.8 #5152

audiomuze opened this issue Dec 6, 2024 · 3 comments

Comments

@audiomuze
Copy link

audiomuze commented Dec 6, 2024

Details

Here you describe your problem details, or proposal for enhancement.
Installed 3.4.8 (from Arch AUR and subsequently from download
and get the same result on both:

/opt/SQLiteStudio/sqlitestudio
QFont::fromString: Invalid description 'Noto Sans,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Hack,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Noto Sans,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Noto Sans,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'

Both noto-fonts and ttf-hack are confirmed installed.

Steps to reproduce

See above.

Operating system

6.12.1-arch1-1

SQLiteStudio version

3.4.8

@pawelsalawa
Copy link
Owner

Does it happen too if you rename your config file temporarily and try with fresh config?

@audiomuze
Copy link
Author

That solves it, but how to get back my 30 pages of scripts?

@pawelsalawa
Copy link
Owner

Okay. You will just fix your old config while running SQLiteStudio temporarily on this "empty" new config. Keep your original config file renamed. Start the app and then add your renamed settings file as database (as the config actually is SQLite3 database).

In that database there is the settings table. You need to execute following delete on it:

delete from settings where [group] = 'Fonts';

That's it. Close the app, restore original file and try it out.

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