User Activity

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 ) {   D...
Hi!Simple program on board STM32MP157C-DK2#include <gtk/gtk.h>gint width = 400;gint height = 200;gint X = 20; gint Y = 20;gint x; gint y;GtkWidget *window;int main (int argc, char *argv[]){   gtk_init(&argc, &argv);   window = gtk_window_new(GTK_WIND...