[PR #642] [CLOSED] Todo libqcocoa #1665

Closed
opened 2026-05-05 07:59:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/642
Author: @simons-public
Created: 4/29/2020
Status: Closed

Base: masterHead: TODO-libqcocoa


📝 Commits (2)

  • 4582cdc changed method of finding libqcocoa.dylib
  • c4a831c build_installer.sh: better to check if $B_COCOA is not a file than if it is an empty string

📊 Changes

1 file changed (+5 additions, -7 deletions)

View changed files

📝 dist/macos/bundle/build_installer.sh.in (+5 -7)

📄 Description

Saw the output find: /usr/local/Cellar/qt: No such file or directory (using macports) when running build_installer.sh and noticed the TODO. This method checks for the dylib that is loaded when running the barrier binary instead of relying on the find utility. It should function if there is more than one Qt version installed.

Also changed so that it bails if the $B_COCOA is not a file path instead of bailing only if it is an empty string.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/642 **Author:** [@simons-public](https://github.com/simons-public) **Created:** 4/29/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TODO-libqcocoa` --- ### 📝 Commits (2) - [`4582cdc`](https://github.com/debauchee/barrier/commit/4582cdc104f970faf6e55b8c64171409384fe57a) changed method of finding libqcocoa.dylib - [`c4a831c`](https://github.com/debauchee/barrier/commit/c4a831c8becd493a47abdc822e8cba98d4ad2f45) build_installer.sh: better to check if $B_COCOA is not a file than if it is an empty string ### 📊 Changes **1 file changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `dist/macos/bundle/build_installer.sh.in` (+5 -7) </details> ### 📄 Description Saw the output `find: /usr/local/Cellar/qt: No such file or directory` (using macports) when running `build_installer.sh` and noticed the TODO. This method checks for the dylib that is loaded when running the `barrier` binary instead of relying on the `find` utility. It should function if there is more than one Qt version installed. Also changed so that it bails if the `$B_COCOA` is not a file path instead of bailing only if it is an empty string. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:59:00 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1665
No description provided.