Ubuntu-frame config

Hi, I am running on pure core system with ubuntu-frame 24 installed. Any helpers on what creates that black area and icon on the left? This was not the case previous versions. How can I disable it?

That looks like the new kiosk launcher, though it should not “just show up” after an update if you did not ask for it explicitly in the config, perhaps @alan_g has an idea why it does…

What is the output from:

snap get ubuntu-frame
root@srly-zjivkq4xpzfui4u:/home/pi# snap get ubuntu-frame
Key      Value
config
daemon   false
display  layouts:
# keys here are layout labels (used for atomically switching between them).
# The yaml anchor 'the_default' is used to alias the 'default' label

  default:
    cards:
    # a list of cards (currently matched by card-id)

    - card-id: 0
      DisplayPort-1:
        # (disconnected)

      HDMI-A-1:
        # (disconnected)

      DisplayPort-2:
        # This output supports the following modes: 3840x2160@60.0, 3840x2160@60.0,
        # 3840x2160@59.9, 3840x2160@50.0, 3840x2160@30.0, 3840x2160@30.0, 3840x2160@25.0,
        # 3840x2160@24.0, 3840x2160@24.0, 2560x1440@60.0, 1920x1200@60.0, 1920x1080@60.0,
        # 1920x1080@59.9, 1920x1080@50.0, 1920x1080@30.0, 1920x1080@30.0, 1920x1080@25.0,
        # 1920x1080@24.0, 1920x1080@24.0, 1680x1050@59.9, 1600x900@60.0, 1280x1024@60.0,
        # 1440x900@59.9, 1280x800@59.9, 1280x720@60.0, 1280x720@59.9, 1280x720@50.0,
        # 1024x768@60.0, 800x600@60.3, 720x576@50.0, 720x480@60.0, 720x480@59.9,
        # 640x480@60.0, 640x480@59.9, 720x400@70.1
        #
        # Uncomment the following to enforce the selected configuration.
        # Or amend as desired.
        #
        state: enabled        # {enabled, disabled}, defaults to enabled
        mode: 3840x2160@60.0  # Defaults to preferred mode
        position: [0, 0]      # Defaults to [0, 0]
        orientation: normal   # {normal, left, right, inverted}, defaults to normal
        scale: 1
        group: 0  # Outputs with the same non-zero value are treated as a single display

      HDMI-A-2:
        # (disconnected)

      DisplayPort-3:
        # (disconnected)

      HDMI-A-3:
        # (disconnected)

  side_by_side:
    cards:
    # a list of cards (currently matched by card-id)

    - card-id: 0
      DisplayPort-1:
        # (disconnected)

      HDMI-A-1:
        # (disconnected)

      DisplayPort-2:
        # This output supports the following modes: 3840x2160@60.0, 3840x2160@60.0,
        # 3840x2160@59.9, 3840x2160@50.0, 3840x2160@30.0, 3840x2160@30.0, 3840x2160@25.0,
        # 3840x2160@24.0, 3840x2160@24.0, 2560x1440@60.0, 1920x1200@60.0, 1920x1080@60.0,
        # 1920x1080@59.9, 1920x1080@50.0, 1920x1080@30.0, 1920x1080@30.0, 1920x1080@25.0,
        # 1920x1080@24.0, 1920x1080@24.0, 1680x1050@59.9, 1600x900@60.0, 1280x1024@60.0,
        # 1440x900@59.9, 1280x800@59.9, 1280x720@60.0, 1280x720@59.9, 1280x720@50.0,
        # 1024x768@60.0, 800x600@60.3, 720x576@50.0, 720x480@60.0, 720x480@59.9,
        # 640x480@60.0, 640x480@59.9, 720x400@70.1
        #
        # Uncomment the following to enforce the selected configuration.
        # Or amend as desired.
        #
        state: enabled        # {enabled, disabled}, defaults to enabled
        mode: 3840x2160@60.0  # Defaults to preferred mode
        position: [0, 0]      # Defaults to [0, 0]
        orientation: normal   # {normal, left, right, inverted}, defaults to normal
        scale: 1
        group: 0  # Outputs with the same non-zero value are treated as a single display

      HDMI-A-2:
        # (disconnected)

      DisplayPort-3:
        # (disconnected)

      HDMI-A-3:
        # (disconnected)
launcher  false

Launcher is set to false from what I see.

Hi @sborokov, how about snap services ubuntu-frame? Might be the launcher setting got out of sync with the service, you can always disable it with:

snap stop --disable ubuntu-frame.launcher

Thanks. Stopping disabling the service indeed resolves it immediately.

1 Like