Jump to content

Clipboard History not storing text from sublime text


Recommended Posts

Clipboard history refuses to store text from sublime text.


Sublime Text is not marked as one of the ignored apps: https://imgur.com/a/74OhexA

 

Steps to reproduce:
1- write some text in sublime text

2- copy the text from sublime text

3- open the clipboard history view in alfred

4- text just copied from sublime text not in clipboard history view

5- press cmd+v in any app, text is pasted normally. Clipboard works as expected

--------------

1- Write "xoxo" in TextEdit (this works with any text "xoxo" is just an example)

2- Select and copy "xoxo" from TextEdit

3- open clipboard history view in alfred

4- text copied from TextEdit "xoxo" appears normally in clipboard history view

5- paste the text "xoxo" in sublime text

6- copy the text "xoxo" from sublime text

7- open clipboard history view, "xoxo" that was previously appearing in clipboard history is no longer there.

Link to comment
  • 3 weeks later...

After running Alfred 3 from the CLI, I looked at the logs to find this error that only occurs when I copy text from Sublime Text:

 

2020-03-14 23:21:17.887 Alfred 3[90607:1749465] Unknown error calling sqlite3_step (11: database disk image is malformed) eu
2020-03-14 23:21:17.887 Alfred 3[90607:1749465] DB Query: insert into clipboard (item, ts, app, apppath, datatype, datahash) values (?, ?, ?, ?, ?, ?)
2020-03-14 23:21:17.887 Alfred 3[90607:1749465] Unknown error finalizing or resetting statement (11: database disk image is malformed)
2020-03-14 23:21:17.887 Alfred 3[90607:1749465] DB Query: insert into clipboard (item, ts, app, apppath, datatype, datahash) values (?, ?, ?, ?, ?, ?)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...