Coherence is a Python and Gtk+ quasi-clone of OneNote.
Go to file
itdominator c5d80b6c25 Initial tableting structure 2023-03-29 19:44:01 -05:00
plugins Initial commit 2023-03-23 02:38:04 +00:00
src Initial tableting structure 2023-03-29 19:44:01 -05:00
user_config Initial tableting structure 2023-03-29 19:44:01 -05:00
.gitignore Initial commit 2023-03-23 02:38:04 +00:00
LICENSE Initial commit 2023-03-23 02:38:04 +00:00
README.md Initial commit 2023-03-23 02:38:04 +00:00

README.md

Python-With-Gtk-Template

A template project for Python with Gtk applications.

Requirements

  • PyGObject
  • setproctitle
  • pyxdg

Note

There are a "<change_me>" strings and files that need to be set according to your app's name located at:

  • __builtins__.py
  • user_config/bin/app_name
  • user_config/usr/share/app_name
  • user_config/usr/share/app_name/icons/app_name.png
  • user_config/usr/share/app_name/icons/app_name-64x64.png
  • user_config/usr/share/applications/app_name.desktop

For the user_config, after changing names and files, copy all content to their respective destinations. The logic follows Debian Dpkg packaging and its placement logic.