Clipjump icon indicating copy to clipboard operation
Clipjump copied to clipboard

few update

Open sobuj53 opened this issue 3 years ago • 9 comments

Sqlite db update and few other update to make Clipjump working

sobuj53 avatar Apr 04 '21 10:04 sobuj53

Thank you so much for keeping the best clipboard manager on the internet working!!! <3 How do I generate a new Clipjump.exe to use with your source code?

Skrell avatar Apr 04 '21 14:04 Skrell

When I try running your forked code with the original Clipjump.exe I get an error saying it can't find the sqlite3.dll which I can clearly see is present?

Skrell avatar Apr 04 '21 14:04 Skrell

Hi thank you for your interest. You're welcome to fork my repo or download the content as zip. Clipjump.exe won't work in this case because I didn't create executable file with the latest changes so it'll throw out error. Just use Clipjump_x64.ahk, it'll do the job. You can create a task schedule to automate this process. If you want to create task schedule then do select Run with highest privileges in general tab, set triggers at Log on at actions tab start a program, Program/Script value = "C:\Program Files\AutoHotkey\AutoHotkey.exe" arguments value = "<path>\Clipjump_x64.ahk" of course change <path> to your Clipjump directory.

sobuj53 avatar Apr 04 '21 17:04 sobuj53

Would you mind making a new Clipjump.exe ?

Skrell avatar Apr 04 '21 17:04 Skrell

Would you mind making a new Clipjump.exe ?

nope, as it's basically the same thing and also it gives me freedom to change or update the code without hassle.

sobuj53 avatar Apr 04 '21 18:04 sobuj53

Ok I did what you suggested and it appeared to work fine, except for 2 things:

  1. in Task explorer the process shows up as "Autohotkey Unicode 64-bit" instead of "Clipjump"
  2. When I attempt to exit clipjump from the tray menu I get the error "Nircmd not found! Download Nircmdm from, https://www.nirsoft.net/utils/nircmd.html" ??

Skrell avatar Apr 04 '21 21:04 Skrell

  1. I can't do anything about that, it’s by design.
  2. Nircmd is required for this build read, https://github.com/sobuj53/Clipjump

sobuj53 avatar Apr 04 '21 21:04 sobuj53

Why is nircmd required and why does it have to be in that directory? Can you change your scripts to at least use nircmd from the directory I run clipjump.ahk in?

Skrell avatar Apr 04 '21 22:04 Skrell

I specifically wrote why it’s required in the following commit https://github.com/sobuj53/Clipjump/commit/a74b30376ad3ae35a0e9b93576c67e020e6427df In short it’s not possible or maybe possible, you have source code so you can always modify it to your need. I saw it fits my requirement so I adopted it.

sobuj53 avatar Apr 05 '21 03:04 sobuj53