Code Monkey home page Code Monkey logo

Comments (3)

bedge avatar bedge commented on August 15, 2024

Tried the setup.exe install with the same result.

Tailed the log to see what was happening after enabling logging using https://copyq.readthedocs.io/en/latest/faq.html#how-to-enable-logging

& 'C:\Program Files\CopyQ\copyq.exe' exit
$env:COPYQ_LOG_LEVEL = 'DEBUG'
$env:COPYQ_LOG_FILE = [Environment]::GetFolderPath("MyDocuments") + '\copyq.log'
echo "Logs will be written to $env:COPYQ_LOG_FILE"
& 'C:\Program Files\CopyQ\copyq.exe

When running:

& 'C:\Program Files\CopyQ\copyq.exe' exit

The log showed:

CopyQ DEBUG [2024-06-14 06:53:22.640] <Client-12772>: Waiting for server to start
CopyQ ERROR [2024-06-14 06:53:23.646] <Client-12772>: Cannot connect to server! Start CopyQ server first.

Yet, when trying to start it using just:

& 'C:\Program Files\CopyQ\copyq.exe'

The log shows:

CopyQ DEBUG [2024-06-14 06:53:11.009] <Server-32784>: Another process holds lock file: C:/Users/edgeb1/AppData/Roaming/copyq/copyq.lock

from copyq.

bedge avatar bedge commented on August 15, 2024

OK, finally got a window up using

& 'C:\Program Files\CopyQ\copyq.exe' show

Looking through the config, the "Disable tray" is NOT checked and yet there's no tray presence.

I'm thinking now that that's the main issue - on my installation, there's no visible presence that it's running.
That may have been compounded by a stale lock file.

Lastly, there were no keys shortcuts defined in the config. Is this expected?

from copyq.

bedge avatar bedge commented on August 15, 2024

Another observation is that even when pinning copyq to the status bar, clicking on it does nothing.
I would expect this to show the main window.
That would have made the hunt for the app's UI unnecessary.

All aside, this appears to be the best available windows clipboard manager!

from copyq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.