helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

desktop2app: .app does not get created when application has been uninstalled before #123

Open alphamodh0 opened 2 years ago

alphamodh0 commented 2 years ago

Steps to reproduce: 1-Install an app: sudo pkg install vscode 2-Uninstall app: sudo pkg remove vscode 3-Remove Code OSS.app at /Applicatons 4-Reinstall the app: sudo pkg install vscode 5- Bug: the app has not an icon on /Applications and no regenerate it

Exected: Regenarate a New Code OSS.app icon at /Applications.

probonopd commented 2 years ago

If you do not do step 3 but simply launch OSS.app, does it reinstall it properly, and does the OSS.app work then?