2020-12-28 07:06 PM
Existing STM32CubeIDE works great in Ubuntu 16.04 for STM32H747XI6. When I start it in MobaXterm in Windows laptop, I get these errors:
./stm32cubeide
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Could not connect: Connection refused
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Could not connect: Connection refused
IDE opens in the workspace, but I can not compile or debug the project.
Solved! Go to Solution.
2020-12-29 01:49 PM
Solution is: upgrade Ubuntu to 20.04. Now STM32CubeIDE 1.5.0 starts in Windows laptop with minor warnings, when child frames are opened:
./stm32cubeide
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.183: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
2020-12-29 01:49 PM
Solution is: upgrade Ubuntu to 20.04. Now STM32CubeIDE 1.5.0 starts in Windows laptop with minor warnings, when child frames are opened:
./stm32cubeide
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.183: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)