Question about a bug,
Solved
General and Desktop
-
I am having a most curious bug. My cross-compiled GUI application has too small letters when I launch the app on the rpi....if I launch it via the CLI.
When I launch the application by clicking it's icon and press 'execute' the font size is perfectly fine (aaaand it crashes with a certain function)
So there is an obvious difference between using the CLI and clicking the Icon.
Does somebody happen to know what might causes this?
-
This time I can answer my own question ;)
When running the app with sudo, the problem disappeared. So apparantly clicking an Icon on Linux is the equivalent of 'run as administrator' in windows.
I think there is.... was a permission issue somewhere in the font files.