Giter Club home page Giter Club logo

Comments (4)

LiuLang avatar LiuLang commented on July 22, 2024

需要输入加密密码才能登录, 因为你的桌面环境不会自动解开那个登录密钥环, gnome/kde等在登录时会自动解开gnome-keyring/kwallet, 这样的话, 再使用keyring时就不需要输入密码了; 而在openbox等简单的窗口管理器搭建的环境里, 就不会自动解开, 需要你手动输入密码.

python3中不需要单独安装notify模块, 这个组件已经融入到了gtk3中, 但仍然需要安装gir1.2-notify这个包, 调用关系是这样的: python3-gi -> gir1.2-notify -> libglib -> libnotify, 最终还是调用的libnotify这个C库, 但是中间的几个包一个都不能少.

from bcloud.

MJsaka avatar MJsaka commented on July 22, 2024

@LiuLang
找到了,在 https://packages.debian.org/zh-cn/sid/amd64/gir1.2-notify-0.7/filelist 中看到 gir1.2-notify 真正工作的文件只有 /usr/lib/girepository-1.0/Notify-0.7.typelib 这一个,在gentoo中此文件已经包含在 x11-libs/libnotify 包中了

from bcloud.

LiuLang avatar LiuLang commented on July 22, 2024

现在能用了?

from bcloud.

MJsaka avatar MJsaka commented on July 22, 2024

一开始就能用的,libnotify这个包在我装X环境的时候就被装上了,不过还是把它加到依赖里吧

from bcloud.

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.