Developer mode not detected in ujust?

Hello,

Why does ujust think I am not on developer mode?

user@ad.home@host ~> ujust incus
Developer mode is currently Disabled.
Run "just devmode" to turn on Developer mode.

user@ad.home@host ~> rpm-ostree status -b
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
BootedDeployment:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:latest
                   Digest: sha256:93f2b35044f68a187726c1d32d92e7d3f2ba24e9f1206840bb376d7e0b890550
                  Version: latest-41.20241123.4 (2024-11-23T05:12:32Z)
          LayeredPackages: acpica-tools touchegg

Also, trying the toggle gives:

~> ujust toggle-devmode
Developer mode is currently disabled
Enable or Disable developer mode
Rebasing to a developer image
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-dx-nvidia:latest
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: Requesting bearer token: invalid status code from registry 403 (Forbidden)

I just wanted to set up and try out incus, not sure why this doesn’t work…

Not sure, please file an issue on this, thanks!

This is a bug caused due to the way ujust devmode and ujust incus are detecting if you are on the devmode images. If you want a workaround for now, you can run /usr/libexec/bluefin-incus directly instead of using it. Working on a fix!

Sorry for the trouble you went through! This pr fixes the issue you are facing