我在gnome gitlab中看到了关于gnome todo -> todo.txt集成的各种问题,以及提到这种集成的各种其他来源,但我不知道如何设置它。当我向gnome todo添加一个新列表时,我只有一个存储位置(“这台计算机”)。其他指南提到点击“左上角的gnome todo图标”来更改扩展,但我在任何地方都没有看到该图标。
我如何设置gnome-todo与todo.txt集成?
发布于 2022-06-21 11:22:31
默认情况下,包括todo.txt在内的其他后端/提供程序“插件”被禁用:https://gitlab.gnome.org/GNOME/gnome-todo/-/blob/master/meson_options.txt#L7
这意味着您必须自己编译它(相当多的依赖项,并解决这些问题,对于我来说,它失败了,因为有一个错误)。
我不知道构建“插件”是否会启用一个菜单,让人们可以选择它们。它可以在dconf-editor (GUI)或gsettings中完成:
$ gsettings get org.gnome.todo default-provider
'local'
$ gsettings range org.gnome.todo default-provider
type s
$ gsettings describe org.gnome.todo default-provider
The identifier of the default provider to add new lists to这适用于Ubuntu 22.04和
$ apt show gnome-todo
Package: gnome-todo
Version: 3.28.1-6ubuntu1
Priority: optional
Section: gnome
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNOME Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 485 kB
Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libecal-2.0-1 (>= 3.33.4), libedataserver-1.2-26 (>= 3.33.4), libedataserverui-1.2-3 (>= 3.33.4), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.51.2), libgoa-1.0-0b (>= 3.5.1), libgtk-3-0 (>= 3.21.5), libical3 (>= 3.0.0), libjson-glib-1.0-0 (>= 1.5.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.17), librest-0.7-0 (>= 0.7), gnome-todo-common (>= 3.28.1-6ubuntu1), libgnome-todo (= 3.28.1-6ubuntu1), evolution-data-server (>= 3.17.1), gsettings-desktop-schemas
Breaks: gnome-todo-common (<< 3.28)
Replaces: gnome-todo-common (<< 3.28)
Homepage: https://wiki.gnome.org/Apps/Todo
Task: ubuntu-desktop, ubuntu-desktop-raspi
Download-Size: 165 kB
APT-Manual-Installed: no
APT-Sources: http://de.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
Description: minimalistic personal task manager designed to fit GNOME desktop
GNOME To Do is a simplistic personal task manager designed to perfectly fit
the GNOME desktop. Designed from ground up to seamlessly integrate with
the GNOME desktop environment, To Do enables you to be as productive as
you want.https://askubuntu.com/questions/1295763
复制相似问题