Hey @review-team ,
Request you to grant auto-connect:
- name: openmemory
- description: A snap for openmemory.
- upstream: PRIVATE
- upstream-relation: developer
- interfaces:
- \dbus:
- request-type: auto-connect
-
- reasoning: openmemory app will necessarily need the “dbus” interface
slots:
single-instance:
interface: dbus
bus: session
name: org.com_openmemory_dev.SingleInstance
plugs:
single-instance-plug:
interface: dbus
bus: session
name: org.com_openmemory_dev.SingleInstance
openmemory snap is developed with Tauri framework https://v2.tauri.app/
Here we are using a single instance feature to ensure that a single instance of your tauri app (openmemory snap) is running at a time using the Single Instance Plugin https://v2.tauri.app/plugin/single-instance/
To get this snap working with single instance feature and improve the User experience, I request for the installation and auto-connect dbus
This request has been added to the queue for review by the @reviewers team.
Hey Evan @cav ,
Request you to please help me with this?
Regards
Bharat
Hey Bharat,
I can see that the require dbus is already auto-connected. Do you need further assistance with this?
Hey Chris @yomonokio ,
Thanks for the update
but i get following output for the connections
$ snap connections openmemory
Interface Plug Slot Notes
dbus - openmemory:single-instance -
dbus openmemory:single-instance-plug - -
let me know your thoughts
Hey @bharatubuntu!
Did you try releasing a new revision?
Yes, Chris @yomonokio
I released new version 0.1.3,
- on my machine removed 0.1.2
- installed 0.1.3
but still get below result:
$ snap connections openmemory
dbus - openmemory:single-instance -
dbus openmemory:single-instance-plug - -
let me know your thoughts
Hey @bharatubuntu, could you please try to remove and install the snap again? I think it should work now
1 Like
Its working now, Sancho @jslarraz
Thank you very much!