hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.26k stars 430 forks source link

CopyQ won't open #1377

Open tbird301 opened 4 years ago

tbird301 commented 4 years ago

System requirements shown at MacUpdate where 10.6.8 or higher. I use OS10.9.5

Installed CopyQ, launched it & got this message: CopyQ cannot be opened because of a Problem. Check with the developer to make sure CopyQ works with this version of OSX. You may need to reinstall the application. Be sure to install any available updates for the application and OS X. Sounds to me that the posted system requirements posted at MacUpdate are outdated. Or is it still 10.6.8?

hluk commented 4 years ago

I don't use macOS nor am I familiar with MacUpdate. Is this issue for CopyQ v3.11.0 installed using brew or directly from the official builds?

The official builds are available at: https://github.com/hluk/CopyQ/releases

The build logs for v3.11.0 are available at: https://travis-ci.org/github/hluk/CopyQ/jobs/681831953

tbird301 commented 4 years ago

Hi,

Did not use Homebrew.

On May 4, 2020, at 2:06 PM, Lukas Holecek notifications@github.com wrote:

I don't use macOS nor am I familiar with MacUpdate. Is this issue for CopyQ v3.11.0 installed using brew or directly from the official builds?

The official builds are available at: https://github.com/hluk/CopyQ/releases

The build logs for v3.11.0 are available at: https://travis-ci.org/github/hluk/CopyQ/jobs/681831953

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hluk commented 4 years ago

I don't know what to fix here. If that helps, the app is built and bundled on Travis CI. The build log says:

+ /Users/travis/build/hluk/CopyQ/build/_CPack_Packages/Darwin/DragNDrop/copyq--Darwin/CopyQ.app/Contents/MacOS/CopyQ --version
CopyQ Clipboard Manager v3.11.0
Qt: 5.13.2
Compiler: GCC
Arch: x86_64-little_endian-lp64
OS: macOS High Sierra (10.13)
tbird301 commented 4 years ago

Thank you so much. Now I know that the OS needs to be 10.13. On May 5, 2020, at 11:55 AM, Lukas Holecek notifications@github.com wrote:

I don't know what to fix here. If that helps, the app is built and bundled on Travis CI. The build log says:

  • /Users/travis/build/hluk/CopyQ/build/_CPack_Packages/Darwin/DragNDrop/copyq--Darwin/CopyQ.app/Contents/MacOS/CopyQ --version CopyQ Clipboard Manager v3.11.0 Qt: 5.13.2 Compiler: GCC Arch: x86_64-little_endian-lp64 OS: macOS High Sierra (10.13) — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
hluk commented 4 years ago

I don't think it needs to be exactly 10.13 but I'm not sure what the exact OS version requirements are. Any ideas how to find this info?

tbird301 commented 4 years ago

What this means is that OS 10.13 is the minimum system requirements. Usually when the system requirements are posted it will usually look like this:

App requirements: Intel 64 macOS 10.12.0 or later

On May 6, 2020, at 2:54 AM, Lukas Holecek notifications@github.com wrote:

I don't think it needs to be exactly 10.13 but I'm not sure what the exact OS version requirements are. Any ideas how to find this info?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

szigya commented 3 years ago

There was an issue before where someone wrote that it was after qt (?) update, so doesn't matter if you use homebrew or build from source. With this you can fallback to previous versions:

 #Remove if already installed
brew remove copy
brew cleanup
#Install qt
brew install qt5
tldr brew
brew install cmake extra-cmake-modules
git clone https://github.com/hluk/CopyQ.git
cd CopyQ
git checkout v3.13.0
cmake -DCMAKE_PREFIX_PATH="$(brew --prefix qt5)" .
cmake --build .
cpack
ls
cp CopyQ.app /Applications
HugoDL commented 3 months ago

I solved it disabling the GateKeeper:

sudo spctl --master-disable

If you need to enable it again, just run:

sudo spctl --master-enable