Closed kylecarhart closed 8 months ago
Update... uninstalling ubuntu-frame and reinstalling with channel 20 seems to fix this.
Thanks @kylecarhart, I can confirm this isn't working as intended, we'll get a fix in asap.
In fact, I can't seem to get it to work on 20
, either, both give me:
< -warning- > miral: Attempt to read custom output attribute (surface-title) that wasn't added
< -warning- > miral: Attempt to read custom output attribute (snap-name) that wasn't added
Though that's only on startup, so may be before we've asked for them?
I can confirm this works on the 20
track and not on the 22
track.
The fix is available on edge
. We will shortly be releasing Mir 2.16.4 with the fix, that version will be then be available on beta
and, following internal testing, on candidate
and then, after a "call for testing" on stable
.
Following this tutorial: https://discourse.ubuntu.com/t/how-to-configure-ubuntu-frame-for-multiple-outputs/33012
I am trying to set
snap-name
in my display config but it does not appear to take any effect. For example, I would likemir-kiosk-neverputt
on my second monitor.Working on my config in a separate file, then I cat it out to snap set:
sudo snap set ubuntu-frame display=...
However when checking
snap logs ubuntu-frame -n 50
, I can see that my config has been stripped of thesnap-name
I provided...Anything that I could be doing wrong here?