filips123 / PWAsForFirefox

A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox
https://pwasforfirefox.filips.si
Mozilla Public License 2.0
2.22k stars 51 forks source link

Still unable to delete web apps if the .app was manually deleted beforehand #492

Open yllekz opened 5 months ago

yllekz commented 5 months ago

Description

Continuation of #427, as it was marked as fixed but the same bug prevails.

if one removes the .app manually, it's not possible to then remove the PWA from the GUI. You get this error: Failed to uninstall system integration: Failed to remove application bundle: No such file or directory (os error 2)

Steps to Reproduce

1. Create a PWA
1. Delete the .app
1. Try to delete PWA from Firefox

Additional Information

n/a

Affected Websites

Facebook
Instagram
YouTube
YouTube TV
Self-hosted websites

Environment

filips123 commented 5 months ago

I can't reproduce this on macOS 10.15.7. Maybe it's specific to newer macOS versions?

And I also don't know why this happens. There is now a check to skip removing the bundle if it doesn't exist.