2018 年 5 月 31 日,GNOME 团队发布博客表示,项目已完成到 GitLab 的迁移工作。 https://gitlab.gnome.org/explore/groups
gnome-tweak-tool便是用python开发的gtk项目,这里学习开发。
https://gitlab.gnome.org/GNOME/gnome-tweaks
tweaks用了一些Librem中的Handy控件
Librem 5 doc链接 https://developer.puri.sm/Librem5/index.html
Handy 控件 doc链接 https://lazka.github.io/pgi-docs/#Handy-0.0
Handy 代码也是托管在 gitlab https://source.puri.sm/Librem5/libhandy
存放国际化文件
gettext
https://zh.wikipedia.org/wiki/Gettext
https://blog.csdn.net/opencn8/article/details/23708933
https://gitee.com/feipeng8848/gnome-tewaks
Python GTK + 3教程 学习笔记 ——(6)gnome-tewak-tool代码学习
原文:https://www.cnblogs.com/feipeng8848/p/12911239.html