GTK fprint(%e) float writted with commas instead of dots

So, I’m creating a little solar system simulation, with calculus done in C. Once the calculations are done I put them into a json file, which is read by a web page. I have created a function to save the coordinate of the trajectory into a json file, all coordinates are double. To print the… Read More GTK fprint(%e) float writted with commas instead of dots

C/GTK – Makefile error: undefined reference to main when invoking make

I am trying to write a Makefile with a C file that utilizes GTK3.0 but I am running into the following: /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/Scrt1.o: in function `_start’: (.text+0x1b): undefined reference to `main’ collect2: error: ld returned 1 exit status make: *** [makefile:13: sudoku] Error 1 Here is the Makefile: CC := gcc PKGCONFIG = $(shell which… Read More C/GTK – Makefile error: undefined reference to main when invoking make

Weird right alignment/flipping issue with some applications in Kubuntu 20.04

The issue I am facing is that some apps (I suspect GTK apps) are right aligned. The issue with gimp (snap package): Flatseal: Then there’s the issue with cursors in dialogboxes that start from the right-side by default: >Solution : You need to change your desktop theme back to the default Breeze theme. The current… Read More Weird right alignment/flipping issue with some applications in Kubuntu 20.04