Open benjaminearl opened 2 years ago
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
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?
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
Unfortunately the updated dependencies haven't helped, still no fonts. Thanks for trying though! I'll keep on digging around.
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.