Updated README

This commit is contained in:
2023-03-06 21:26:48 -06:00
parent 01dbba558f
commit 628bd296c2
4 changed files with 29 additions and 9 deletions

View File

@@ -3,12 +3,18 @@ A template project for Python with Gtk applications.
### Requirements
* PyGObject
* setproctitle
* pyxdg
### Note
There is a "\<change_me\>" string that needs to be set according to your app's name located at:
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, traverse all the way down and copy the contents to either:
* /usr/share/\<your_app_name_as_all_lowercase\>
* /\<your_home_dir\>/.config/\<your_app_name_as_all_lowercase\>
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.