Skip to content

What is the purpose of 'copyq.log.lock' file? #1795

Answered by hluk
Shakil-Shahadat asked this question in Q&A
Discussion options

You must be logged in to vote

copyq.lock is a lock file to ensure at most single app session is running and to avoid multiple subprocesses to write to the log simultaneously. This mechanism is new in 5.0.0: #1738

Files *.bak (or *-bak.conf) are created as back up for configuration. There were some problems in past with the configuration file being emptied. It was probably some bug in Qt framework and I'm not sure if this has been fixed already.

File copyq-commands.ini.new.bak was created during one-time migration of the commands to a separate file. The file not being deleted is a bug. Fix: #1797

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Shakil-Shahadat
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants