Converted to use unix socket

This commit is contained in:
2022-03-03 01:31:48 -06:00
parent f3b222ec1b
commit 1e2fe89126
5 changed files with 82 additions and 8 deletions

View File

@@ -5,9 +5,12 @@ A template project for Python with Gtk applications.
* PyGObject
### Note
There are two "\<change_me\>" strings that need to be set according to your app's name located at:
There are several "\<change_me\>" strings that need to be set according to your app's name located at:
* \_\_builtins\_\_.py
* \_\_main\_\_.py
* user_config/usr/share/app_name
In addition, check the 'ipc_server.py' \_\_init\_\_ section to change the socket information.
For the user_config, traverse all the way down and copy the contents to either:
* /usr/share/\<your_app_name_as_all_lowercase\>