UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. grgraf
    G Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    grgraf

    @grgraf

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    grgraf Unfollow Follow

    Latest posts made by grgraf

    • RE: How does --container-mode work with clickable desktop?

      @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.

      posted in App Development
      G
      grgraf
    • 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-mode is 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-mode as a supported argument.
      My question: what is the intended use of --container-mode with clickable desktop, if it doesn't actually run the app in the current container?

      Thanks in advance for any clarification!

      posted in App Development
      G
      grgraf