Giter Site home page Giter Site logo

Comments (2)

jle64 avatar jle64 commented on August 29, 2024 1

Yep, my bad. I broke it with excessive "clean up of useless variables", according to the commit. Guess they weren't that useless. That's fixed now.

The issue here was that my PKGBUILD was putting files on the system directly instead of in the package building directory ($pkgdir).

I don't have any experience creating PKGBUILD files, so I don't know if using sudo here is the correct thing to do.

Nope, it isn't. makepkg should just make a package, not touch your system, so it doesn't need any root rights. Only pacman should run as root to install the package. In fact running makepkg as non-root is recommended practice to avoid broken PKGBUILDs (like mine) touching your system.

Adding sudo where you did probably means that files were created on your system by makepkg without being tracked by pacman database.

If the following files are present on your system:

/usr/lib/gnome-pass-search-provider/
/usr/lib/gnome-pass-search-provider/gnome-pass-search-provider.py
/usr/lib/systemd/user/org.gnome.Pass.SearchProvider.service
/usr/share/applications/org.gnome.Pass.SearchProvider.desktop
/usr/share/dbus-1/services/org.gnome.Pass.SearchProvider.service
/usr/share/gnome-shell/search-providers/org.gnome.Pass.SearchProvider.ini

You should check for pacman -Ql gnome-pass-search-provider-git and verify that they are listed here. If they aren't, remove them manually before upgrading to the fixed version.

Anyway thanks for the report. Can you confirm that it works now ?

from gnome-pass-search-provider.

francium avatar francium commented on August 29, 2024

Installs perfectly. Thank you and thanks for including that additional clean up information at the bottom too, it was very helpful.

from gnome-pass-search-provider.

Related Issues (16)

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.