Giter Club home page Giter Club logo

Comments (8)

SUPERCILEX avatar SUPERCILEX commented on June 16, 2024

Could you try rebooting? Seems like an I/O error.

from gnome-clipboard-history.

nigelatdas avatar nigelatdas commented on June 16, 2024

sure..

from gnome-clipboard-history.

nigelatdas avatar nigelatdas commented on June 16, 2024

no luck.

When I grab latest and build it... and try to install..

 -> cat metadata.json
{
  "name": "Clipboard History",
  "version": 30,
  "uuid": "[email protected]",
  "gettext-domain": "[email protected]",
  "settings-schema": "org.gnome.shell.extensions.clipboard-history",
  "description": "Gnome Clipboard History is a Gnome extension that saves items you've copied into an easily accessible, searchable history panel.",
  "url": "https://github.com/SUPERCILEX/gnome-clipboard-history",
  "shell-version": ["45"]
}

my shell-version is no longer supported.

from gnome-clipboard-history.

nigelatdas avatar nigelatdas commented on June 16, 2024

At some point I think I tried adding "44" to that list and installing it 😇 ... which may have 🌵 something up. ...
(man. you can't trust users!)

from gnome-clipboard-history.

nigelatdas avatar nigelatdas commented on June 16, 2024

I think 1.3.5 is the last one to officially support 44.
If I make and make install that version (from the tag) , then Atl+F2 r
I still get no history shown.
Still nothing after reboot either

from gnome-clipboard-history.

SUPERCILEX avatar SUPERCILEX commented on June 16, 2024

Ah, yeah your database is corrupted unfortunately. Do this to recover most of it:

cd ~/.local/share/gnome-shell/extensions/[email protected]/
head -c 126775 database.log > next
mv database.log /tmp/clipboard.bak
mv next database.log

Then restart gnome and you should be good to go.

from gnome-clipboard-history.

nigelatdas avatar nigelatdas commented on June 16, 2024

I found the database.log in the ~/.cache/[email protected] folder.
I tried truncating it... but in the end i just deleted it and started again from scratch.
That worked. Now it's working again!

from gnome-clipboard-history.

SUPERCILEX avatar SUPERCILEX commented on June 16, 2024

Sounds good!

from gnome-clipboard-history.

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.