Alexandre Demers
Alexandre Demers
Tested only under Windows for now. Once the Auto-start has been enabled a first time, disabling it in the preferences doesn't remove the regkey in the registry. It was working...
Reproduced under Windows with v2.24.4 https://github.com/buttercup/buttercup-desktop/commit/7ccab939288395ca76273bb475ebe6eea87a1872 introduced closeAndReopenMainWindow(). This should be triggered only on language modifcation so the new language is applied to the interface. However, as of version 2.23.0,...
Right now, under Windows (probably also under other OSes), left clicking the tray icon doesn't do anything. Most applications open their main window on this same event. It would be...
Hi, Error Your last updates to the README.md still suggests to set WorkingDirectory=/home/pi. However, this leads to the following error Process: 1710 ExecStart=/bin/sh -c /usr/bin/rtl_tcp -a $(hostname -I) (code=exited, status=200/CHDIR)...
Mostly seen under Firefox, other browsers to be validated 1- Make sure a connection between the extension and Buttercup Desktop has been established 2- Reset Application Data and Settings in...
Hi, Since V3 now depends on Buttercup Desktop app and because Google screwed us a bit with its Google Drive default scope change (only files created by the app are...
Extension v3.1.0 Under Chrome, go under Menu > Add-ons and themes > Extensions > Buttercup > Manage There, under "Site access", you will find "Allow this extension to read and...
Extension 3.1.0 Desktop app 2.26.5 When asking to unlock a vault from the extension will the desktop app is running in the background, the Vault Unlock popup window will appear...
From the extension, lock a vault. This will result in a throw of many error 500 in the extension's GUI (it is to be determined if this should be treated...
OS: Windows Context: AppX registration on enable() According to https://github.com/Teamwork/node-auto-launch/pull/111#issuecomment-1978755327, enable() with AppX doesn't register the application as intended. Investigate and add appropriate test coverage.