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

fonts missing on install #48

Open
benjaminearl opened this issue Jul 17, 2022 · 4 comments
Open

fonts missing on install #48

benjaminearl opened this issue Jul 17, 2022 · 4 comments

Comments

@benjaminearl
Copy link

I have installed and ran the software but the GUI has a missing font and I can't seem to find where it should be located.

I've built version 1.2 on OSX Monterey. Without any other problems.

@martinber
Copy link
Owner

Hello, I'm thinking what could be the cause. When I did the program I didnt choose any font, the font used should be the default of the "system" (I think the font is chosen by the GTK+ library), so I guess I have to see if the gtk-rs library has problems with OSX Monterey

What do you see? Is there an error on the terminal/console that you can share me? Or is the program running and you see missing text?

I dont think is the cause but just in case make sure that you are running the program from where the executable is located (the working directory should contain the "res" folder). Like this:

./target/release/noaa-apt

@benjaminearl
Copy link
Author

I tried to find GTK issues but couldn't see anything recent. There are no errors in the terminal, it runs smoothly. The programme also runs fine, I can guess through the design which buttons I need to press in order to process a audio file to an image but I can't change any of the settings.

I'm running the programme with the code you command you mention.

Could it be something about the location of the folder. At the moments in my downloads, perhaps it needs to be somewhere else?

@martinber
Copy link
Owner

Sorry I have no idea what it could be. The location of the folder shouldn't matter. I would say its an upstream issue (a problem with GTK on mac or a problem of gtk-rs). Or maybe its a bad installation of GTK since I'm using the default font which should come with OSX or with GTK.

In case you still are having problems I updated the dependencies. Maybe you can update and then compile again

cd Downloads/noaa-apt-.../
git pull
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
cargo build --release

@benjaminearl
Copy link
Author

Unfortunately the updated dependencies haven't helped, still no fonts. Thanks for trying though!
I'll keep on digging around.

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