clippie has been rereleased as 'eclipse' Clipboard interface to gpaste-client output https://extensions.gnome.org/extension/4246/eclipse/ Clippie now uses dbus to communicate with the gpaste daemon Added encryption of clipboard items with eclipse feature
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You should attach a `.catch()` to the end of your Promise at line #191 of extension.js. If the promise rejects it will float around in the main context forever.
Andy, thanks for the review. I'm confused though, because I don't have a Promise at #191 of extension.js, there is one in utils.js but it has a catch.
Oh I see, I didn't notice it was wrapped in a try...catch. Should be okay then :)
It's already gone in the github version, I'm using dbus now rather than spawning gpaste-client