Vítor Galvão

Results 115 comments of Vítor Galvão

> which is the best result we could get through self signing. Which is the same result you get from an app that isn’t signed. That’s the point I was...

Bookmarks are a [specific feature](https://www.alfredapp.com/help/features/bookmarks/), a workflow can’t just take over the user’s default results.

Browsers don’t expose that information via AppleScript, so that would not be possible.

I’ve tried a bunch of approaches for this over the years, including custom formulae and scripts to build the app downloaded with Homebrew. Today I thought “what if I just...

> However, the `.app` will not launch for me Try opening a file with it (e.g. right-click → Open With) rather than just opening the app bundle. The former is...

[Reminder](https://github.com/Homebrew/homebrew-cask/issues/112102#issuecomment-934355004) that moving the drivers repo without a pre-selection could be messy (last paragraph). The fonts repo is probably worth keeping separate: it has a ton of casks but they...

I can reliably reproduce a failure to install `3.0.0`. But installing `3.2.0` works fine. Seeing as everyone in this issue was installing the latest version (`ruby-install ruby`), this should only...

I’m not familiar with QT, but I searched around and it seems the solution may be to stick the information in the `.pro` file: ``` QMAKE_FULL_VERSION = 2.2 QMAKE_SHORT_VERSION =...

There’s progress, though we’re not there yet. The bundle ID was set, but to `com.mandelbulber.mandelbulber2.mandelbulber2`. Looking closely, the option’s name is `QMAKE_TARGET_BUNDLE_PREFIX` (prefix), so it should be set to `com.mandelbulber`....

> In commit [4624cfa](https://github.com/buddhi1980/mandelbulber2/commit/4624cfa692f67e850a57504aced0d9320d05ca5a) I have changed configuration as you proposed If you’re able to provide a build, I’ll be able to check if it’s working as expected.