David Capello

Results 245 comments of David Capello

I've used Doc::notifyGeneralUpdate to update all visible Editor/DocView: https://github.com/aseprite/aseprite/commit/d8c1b19c80d7bbaf93ea0b196ce1296bfee800ef Also there were a missing redraw when copying/pasting frames (not cels) in the same doc (the `DocRange::kFrames` case). This was fixed...

I'll merge this PR :+1: Anyway I've detected other issue but I think it's unrelated to this.

Just merged https://github.com/aseprite/aseprite/commit/fbf62407d3c0a719a531f0a61c22d0a443a981a3 and created other issue related to the gif encoder (but unrelated to this patch)

It'd be nice to ask to the users with this issue if this option "Allow applications downloaded from App Store and identified developers" is checked:

Taking some notes here: The Aseprite.app bundle is correctly signed: ``` $ codesign --verify --verbose /Applications/Aseprite.app /Applications/Aseprite.app: valid on disk /Applications/Aseprite.app: satisfies its Designated Requirement ``` So probably this is...

Some extra information and work to be done about this issue: 1. macOS Gatekeeper has changed in a way that it checks all notarized apps every time they are launched...

I was able to reproduce this problem locally: Other problems: 1. `installscript_osx.vdf` script distributed (which is inside the .app bundle), it creates the symlink and adds the executable mode to...

One command that should fix this issue is removing all attributes from downloaded folder/files/subdirectories with: ``` xattr -cr Aseprite.app ``` But after executing this, macOS shows: Which is interesting, because...

We've just published updated packages that should solve this issue, the announcement is here: * https://community.aseprite.org/t/aseprite-update-for-steam-on-macos-ventura/16229 * https://store.steampowered.com/news/app/431730/view/6052302851596240888

As [I wasn't able to reproduce the problem](https://github.com/aseprite/aseprite/issues/3385#issuecomment-1205608163), I left this PR open, not sure if we should merge it. Maybe we can close it and left it for the...