@kugiigi that's actually where I came from. I tried to start QT Creator with clickable ide (which starts QT Creator in a container) and then run the app by clicking Run or Debug button in QT Creator. But I didn't manage to configure Run settings for the project to make this work.
G
Offline
Latest posts made by grgraf
-
RE: How does --container-mode work with clickable desktop?
-
How does --container-mode work with clickable desktop?
Hi all,
I'm new to Clickable and trying to understand how it interacts with containers.
According to https://clickable-ut.dev/en/latest/commands.html, the
--container-modeis useful for running Clickable from within a container.Here's what I tried:
clickable ci— opens a root bash shell inside a container.- Inside that container shell, I run:
clickable desktop --container-mode
I expected this to launch my app (a simple Hello World) directly within the current container. Instead, I get the following error:
Container was not initialized with Container Mode.This is confusing because clickable desktop help lists
--container-modeas a supported argument.
My question: what is the intended use of--container-modewith clickable desktop, if it doesn't actually run the app in the current container?Thanks in advance for any clarification!