I installed st-example-image-x11.Matchbox windows manager started on foto.And ! have 2 problem. Till.1st problem.I can not change the orientation of the matchbox panel. I changed the lines in the /usr/bin/matchbox-session file: matchbox-panel --orien...
I installed st-example-image-x11.Matchbox windows manager started on foto. And ! have 2 problem. Till.1st problem.I can not change the orientation of the matchbox panel. I changed the lines in the /usr/bin/matchbox-session file: matchbox-panel --ori...
Hi!I installed st-example-image-x11 on the board STM32MP157x-DK2.I can not log in :(In the comments, I read that I need to fix the rootfs / etc / lxdm / lxdm.conf file.Here is the file with my corrections[base]## uncomment and set autologin username ...
Hi!I'm in search of a better GUI programming path :) Now trying Xlib.Here is a simple program from the Internet#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <X11/Xlib.h> extern int errno; int main( void ) { ...
Hi Milan!I solved this problem. :)The image st-example-image-x11 uses the MATCHBOX window manager.The line should be like this:session=/usr/bin/matchbox-sessionBest regardAlexanderP.S.A new problem has appeared: can't change matchbox-panel orientatio...
Hello Milan!Thanks for the quick responseI changed the program (highlighted in bold) :#include <gtk/gtk.h>gint width = 400;gint height = 200;gint X = 100; gint Y = 100;gint x; gint y;GtkWidget *window;int main (int argc, char *argv[]){ gtk_init(&arg...