Whoisavailable needs manual review

Hello,

I am using core24 + gnome extension, so that I need the dbus slot. I use gnome (+plugs unity8) for having a nice look and feel (like in the image) for my application “Whois Available”.

When i try to upload my snap, i am obtaining the following warnings:

  • human review required due to ‘allow-installation’ constraint (bool)
  • human review required due to ‘deny-connection’ constraint (interface attributes)

Could someone please approve my application or suggest how to disable those 2 features (allow-installation and deny-connection)?

Thank you,

Andrei

This request has been added to the queue for review by the @reviewers team.

hi @AndreiDodu - I have responded to this on the store dashboard for whoisavailable. Let us know if you have any questions. Thanks!

Trying now. Thank you Evan.

Hello, it continues to fail because of dbus :frowning:

My yaml file is the following:

slots:
  whoisavailable-dbus:
    interface: dbus
    bus: session
    name: it.es5.whoisavailable.dbus
apps:
  whoisavailable:
    environment:
      LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP_DESKTOP_RUNTIME/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$SNAP_DESKTOP_RUNTIME/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gio/modules
    command: executor
    extensions: [ gnome ]
    plugs:
      - network
      - x11
      - browser-support
      - unity7
      - home
      - desktop
      - desktop-legacy
      - removable-media
      - wayland
      - network-bind
    slots:
      - whoisavailable-dbus

@cav, @alexmurray how should I modify the file in order to be able to make a release?

Thank you,

Andrei

Granted the use of the it.es5.whoisavailable.dbus dbus name. This is now passing automatic review

1 Like

Thank you very much Jorge!

1 Like